/* LUKIK homepage v0.1 — loaded only by common/home */
:root {
  --lk-navy: #071a49;
  --lk-navy-2: #10265a;
  --lk-blue: #0878f9;
  --lk-blue-2: #3d9cff;
  --lk-sky: #eef7ff;
  --lk-muted: #66738f;
  --lk-line: #e7edf6;
  --lk-white: #ffffff;
  --lk-shadow: 0 14px 40px rgba(31, 70, 130, .09);
  --lk-radius: 20px;
}

html { scroll-behavior: smooth; }
body {
  background: #fff;
  color: var(--lk-navy);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

/* The stock OpenCart chrome is hidden on the homepage only because this CSS file is home-only. */
#top,
#container > header,
#container > footer { display: none !important; }

#container {
  position: static !important;
  min-height: 0 !important;
  margin-bottom: 0 !important;
}
main { overflow: visible; }
.lukik-home { overflow: hidden; background: #fff; }
.lukik-home *, .lukik-home *::before, .lukik-home *::after { box-sizing: border-box; }
.lukik-home a { text-decoration: none; }
.lukik-home button, .lukik-home input { font: inherit; }
.lk-shell { width: min(1420px, calc(100% - 48px)); margin: 0 auto; }

/* Header */
.lk-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255,255,255,.93);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(225, 233, 244, .9);
}
.lk-header__inner { height: 78px; display: flex; align-items: center; gap: 28px; }
.lk-brand { display: inline-flex; align-items: center; gap: 10px; color: var(--lk-navy); flex: 0 0 auto; }
.lk-brand__mark {
  width: 38px; height: 38px; border-radius: 11px; overflow: hidden;
  display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr 1fr;
  transform: rotate(8deg); box-shadow: 0 7px 18px rgba(26, 96, 211, .18);
}
.lk-brand__mark span { color: #fff; font-size: 11px; font-weight: 800; display:flex; align-items:center; justify-content:center; line-height: 1; }
.lk-brand__mark span:nth-child(1) { background:#ffbd2e; }
.lk-brand__mark span:nth-child(2) { background:#ff4d5e; }
.lk-brand__mark span:nth-child(3) { background:#08a7e7; }
.lk-brand__mark span:nth-child(4) { background:#176ff2; }
.lk-brand__name { font-size: 24px; font-weight: 850; letter-spacing: -.7px; }
.lk-nav { display: flex; align-items: center; gap: 25px; margin-left: 24px; }
.lk-nav a { color: #293753; font-size: 14px; font-weight: 650; transition: .2s ease; white-space: nowrap; }
.lk-nav a:hover { color: var(--lk-blue); }
.lk-header__actions { margin-left: auto; display:flex; align-items:center; gap: 12px; }
.lk-header-search {
  width: 280px; height: 42px; border: 1px solid #dce5f1; background:#fff; border-radius: 999px;
  color:#9aa7ba; display:flex; align-items:center; gap:10px; padding:0 16px; cursor:text; transition:.2s ease;
}
.lk-header-search:hover { border-color:#bdd8fb; box-shadow: 0 0 0 4px rgba(8,120,249,.05); }
.lk-header-search span { font-size: 13px; white-space: nowrap; overflow:hidden; text-overflow:ellipsis; }
.lk-language { min-width: 26px; }
.lk-language #form-language .dropdown > span { display:flex; align-items:center; gap:4px; color: var(--lk-blue); font-weight:700; font-size:13px; }
.lk-language #form-language img { width:20px; height:auto; border-radius:3px; }
.lk-language #form-language .dropdown > span .d-none { display:none !important; }
.lk-language .dropdown-menu { border-radius: 14px; border:1px solid var(--lk-line); box-shadow: var(--lk-shadow); padding:8px; }
.lk-language .dropdown-item { border-radius:8px; font-size:13px; }
.lk-account, .lk-menu-toggle {
  width:42px; height:42px; display:flex; align-items:center; justify-content:center; border-radius:12px;
  border:1px solid #dce5f1; color:#33445f; background:#fff;
}
.lk-menu-toggle { display:none; cursor:pointer; }
.lk-mobile-menu { display:none; }

/* Hero */
.lk-hero { position:relative; background: linear-gradient(180deg,#f5faff 0%,#fff 92%); padding: 40px 0 24px; }
.lk-hero__glow { position:absolute; border-radius:50%; filter: blur(10px); opacity:.65; pointer-events:none; }
.lk-hero__glow--one { width:420px; height:420px; background:#dff0ff; top:-120px; right:11%; }
.lk-hero__glow--two { width:250px; height:250px; background:#f1f8ff; top:110px; left:-100px; }
.lk-hero__grid { min-height: 360px; display:grid; grid-template-columns: .98fr 1.02fr; align-items:center; gap:36px; position:relative; z-index:1; }
.lk-hero__content { padding: 10px 0 28px 36px; }
.lk-eyebrow { display:inline-flex; align-items:center; gap:8px; color:#547092; font-size:13px; font-weight:700; margin-bottom:15px; }
.lk-eyebrow i { color:var(--lk-blue); }
.lk-hero h1 { margin:0; color:var(--lk-navy); font-size:clamp(42px,4.1vw,66px); line-height:1.05; letter-spacing:-2.5px; font-weight:850; }
.lk-hero h1 span { color:var(--lk-blue); }
.lk-hero__content > p { max-width:620px; margin:18px 0 22px; color:#5d6a83; font-size:16px; line-height:1.7; }
.lk-search { width:min(650px,100%); height:58px; display:flex; align-items:center; gap:12px; padding:6px 7px 6px 19px; border-radius:18px; background:#fff; border:1px solid #dfe8f5; box-shadow:0 14px 35px rgba(43,87,148,.10); }
.lk-search__icon { color:#8493aa; font-size:17px; }
.lk-search input { min-width:0; flex:1; border:0; outline:0; color:#24324d; background:transparent; font-size:14px; }
.lk-search input::placeholder { color:#9aa7ba; }
.lk-search button { align-self:stretch; min-width:112px; border:0; border-radius:13px; color:#fff; font-weight:750; background:linear-gradient(135deg,#0a78f7,#197ff5); box-shadow:0 8px 18px rgba(8,120,249,.24); transition:.2s ease; }
.lk-search button:hover { transform:translateY(-1px); box-shadow:0 11px 23px rgba(8,120,249,.3); }
.lk-quick-links { display:flex; flex-wrap:wrap; gap:10px; align-items:center; margin-top:14px; color:#75839a; font-size:12px; }
.lk-quick-links span { font-weight:700; color:#5b6c88; }
.lk-quick-links a { color:#536681; background:#f4f8fd; border:1px solid #e7eef8; padding:5px 10px; border-radius:999px; }
.lk-quick-links a:hover { color:var(--lk-blue); border-color:#cce0fb; }

/* CSS hero illustration */
.lk-hero-art { position:relative; height:360px; min-width:0; }
.lk-art-blob { position:absolute; width:600px; height:305px; right:2%; bottom:9px; border-radius:55% 45% 48% 52% / 52% 50% 50% 48%; background:radial-gradient(circle at 55% 45%,rgba(255,255,255,.95) 0 23%,rgba(216,234,255,.78) 48%,rgba(227,241,255,.45) 72%,rgba(255,255,255,0) 76%); }
.lk-calculator { position:absolute; z-index:4; width:225px; height:290px; right:24%; bottom:12px; border-radius:31px; padding:20px 18px; transform:rotate(7deg); background:linear-gradient(145deg,#4da4ff,#126eea 63%,#0c5bcf); border:3px solid rgba(35,111,219,.75); box-shadow:0 30px 45px rgba(30,96,188,.28), inset 7px 7px 14px rgba(255,255,255,.28), inset -8px -8px 16px rgba(0,57,160,.17); }
.lk-calculator__top { background:#1557a5; border-radius:15px; padding:7px; box-shadow:inset 0 2px 5px rgba(0,0,0,.25); }
.lk-calculator__screen { height:55px; border-radius:9px; display:flex; align-items:center; justify-content:flex-end; padding:0 12px; color:#263728; background:linear-gradient(180deg,#bfd2b4,#dbe5c7); font-family:"Courier New",monospace; font-weight:700; font-size:29px; letter-spacing:1px; box-shadow:inset 0 3px 8px rgba(37,71,50,.28); }
.lk-calculator__keys { display:grid; grid-template-columns:repeat(4,1fr); gap:9px; margin-top:14px; }
.lk-calculator__keys span { height:39px; border-radius:9px; display:flex; align-items:center; justify-content:center; color:#4b5b72; font-weight:800; font-size:14px; background:linear-gradient(180deg,#fff,#e9eff8); box-shadow:0 4px 0 #b8c7dc,0 7px 10px rgba(5,58,132,.18); }
.lk-calculator__keys .op { color:#fff; background:linear-gradient(180deg,#6c7fa0,#435979); box-shadow:0 4px 0 #2f405c,0 7px 10px rgba(5,58,132,.2); }
.lk-calculator__keys .op--blue { background:linear-gradient(180deg,#4aa6ff,#1a7cf3); box-shadow:0 4px 0 #0d5ec1,0 7px 10px rgba(5,58,132,.2); }
.lk-float { position:absolute; z-index:3; display:flex; align-items:center; justify-content:center; color:#fff; box-shadow:0 17px 30px rgba(24,89,177,.16), inset 3px 3px 7px rgba(255,255,255,.36); }
.lk-float--chart { width:92px; height:90px; left:16%; bottom:45px; gap:8px; align-items:flex-end; padding:22px 20px; border-radius:23px; transform:rotate(-10deg); background:linear-gradient(145deg,#fff,#dfeeff); }
.lk-float--chart span { width:12px; border-radius:4px 4px 2px 2px; background:linear-gradient(180deg,#55aaff,#126edf); }
.lk-float--chart span:nth-child(1){height:25px}.lk-float--chart span:nth-child(2){height:42px}.lk-float--chart span:nth-child(3){height:57px}
.lk-float--percent { width:85px; height:85px; right:10%; bottom:66px; border-radius:22px; font-size:42px; font-weight:850; transform:rotate(12deg); background:linear-gradient(145deg,#fff,#d9eaff); color:#1b72dd; }
.lk-float--sqrt { width:68px; height:68px; right:10%; top:47px; border-radius:19px; font-size:27px; font-weight:850; transform:rotate(11deg); background:linear-gradient(145deg,#4f9cff,#1d6ad7); }
.lk-float--coin { width:86px; height:86px; left:31%; top:19px; border-radius:50%; font-size:36px; background:conic-gradient(#f7bc3a 0 24%,#2a83ee 24% 52%,#0f6edb 52% 79%,#dceeff 79% 100%); border:9px solid rgba(255,255,255,.65); }
.lk-float--coin i { color:#fff; filter:drop-shadow(0 2px 2px rgba(0,0,0,.08)); }
.lk-plant { position:absolute; right:1%; bottom:17px; width:96px; height:125px; z-index:3; }
.lk-plant__pot { position:absolute; left:24px; bottom:0; width:52px; height:47px; border-radius:7px 7px 18px 18px; background:linear-gradient(145deg,#fff,#d8e1ed); box-shadow:0 12px 22px rgba(49,76,110,.15); }
.lk-plant__leaf { position:absolute; width:27px; height:62px; border-radius:80% 0 80% 10%; background:linear-gradient(135deg,#5bc64c,#1c8d34); transform-origin:bottom center; left:38px; bottom:39px; }
.lk-plant__leaf--1{transform:rotate(-42deg)}.lk-plant__leaf--2{transform:rotate(-16deg);height:70px}.lk-plant__leaf--3{transform:rotate(20deg);height:66px}.lk-plant__leaf--4{transform:rotate(45deg);height:55px}

/* Shared sections */
.lk-section { position:relative; }
.lk-section--categories { padding:0 0 25px; }
.lk-category-grid { display:grid; grid-template-columns:repeat(5,minmax(0,1fr)); gap:12px; }
.lk-category { min-width:0; min-height:125px; display:grid; grid-template-columns:68px minmax(0,1fr) 30px; align-items:center; gap:12px; padding:15px; border:1px solid var(--lk-line); border-radius:18px; color:var(--lk-navy); background:#fff; box-shadow:0 8px 22px rgba(28,61,111,.055); transition:.22s ease; }
.lk-category:hover { transform:translateY(-3px); border-color:#ccdbee; box-shadow:0 15px 30px rgba(28,61,111,.10); }
.lk-category__icon { width:64px; height:72px; border-radius:18px; display:flex; align-items:center; justify-content:center; font-size:31px; }
.lk-category__body { min-width:0; display:flex; flex-direction:column; gap:6px; }
.lk-category__body strong { min-width:0; font-size:14px; font-weight:800; line-height:1.3; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2; overflow:hidden; }
.lk-category__body small { min-width:0; color:#6b7890; font-size:10.5px; line-height:1.45; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:3; overflow:hidden; }
.lk-category .lk-arrow { width:28px; height:28px; flex:0 0 28px; }
.lk-arrow { margin-left:auto; flex:0 0 27px; width:27px; height:27px; border-radius:50%; display:flex; align-items:center; justify-content:center; font-size:10px; }
.lk-category--green .lk-category__icon,.lk-category--green .lk-arrow{background:#e9f9ed;color:#1ba64b}
.lk-category--orange .lk-category__icon,.lk-category--orange .lk-arrow{background:#fff1e3;color:#f4831f}
.lk-category--blue .lk-category__icon,.lk-category--blue .lk-arrow{background:#e9f3ff;color:#1779ec}
.lk-category--yellow .lk-category__icon,.lk-category--yellow .lk-arrow{background:#fff7dc;color:#e7a00b}
.lk-category--red .lk-category__icon,.lk-category--red .lk-arrow{background:#ffe9ed;color:#f1455b}
.lk-category--purple .lk-category__icon,.lk-category--purple .lk-arrow{background:#f3eaff;color:#8b49dc}

.lk-section-heading { display:flex; align-items:flex-end; justify-content:space-between; gap:24px; margin-bottom:18px; }
.lk-section-heading h2 { margin:5px 0 0; color:var(--lk-navy); font-size:27px; line-height:1.15; letter-spacing:-.7px; font-weight:850; }
.lk-section-kicker { color:#61718b; font-size:12px; font-weight:750; }
.lk-section-kicker i { color:var(--lk-blue); margin-right:5px; }
.lk-view-all { color:var(--lk-blue); font-size:13px; font-weight:750; }
.lk-view-all i { margin-left:6px; font-size:10px; }
.lk-section--popular { padding: 15px 0 22px; }
.lk-tool-grid { display:grid; grid-template-columns:repeat(5,1fr); gap:12px; }
.lk-tool { min-width:0; min-height:125px; display:grid; grid-template-columns:80px 1fr 30px; align-items:center; gap:10px; padding:15px; color:var(--lk-navy); background:#fff; border:1px solid var(--lk-line); border-radius:18px; box-shadow:0 8px 22px rgba(28,61,111,.055); transition:.22s ease; }
.lk-tool:hover { transform:translateY(-3px); border-color:#ccdbee; box-shadow:0 15px 30px rgba(28,61,111,.10); }
.lk-tool__visual { position:relative; width:76px; height:82px; border-radius:18px; display:flex; align-items:center; justify-content:center; font-size:37px; }
.lk-tool__visual b { position:absolute; right:2px; bottom:7px; width:31px; height:31px; border-radius:50%; display:flex; align-items:center; justify-content:center; color:#fff; background:#f3ae21; font-size:16px; border:3px solid #fff; }
.lk-tool__visual--finance{background:#f3f5f8;color:#465467}.lk-tool__visual--build{background:#fff1e9;color:#d96f34}.lk-tool__visual--auto{background:#eaf4ff;color:#217ce4}.lk-tool__visual--energy{background:#eef8ff;color:#1976db}.lk-tool__visual--health{background:#fff0f1;color:#ec4a60}
.lk-tool__text { min-width:0; display:flex; flex-direction:column; gap:6px; }
.lk-tool__text strong { font-size:14px; line-height:1.3; font-weight:800; }
.lk-tool__text small { color:#6b7890; font-size:10.5px; line-height:1.45; }
.lk-tool__go { width:28px; height:28px; border-radius:50%; background:#edf5ff; color:var(--lk-blue); display:flex; align-items:center; justify-content:center; font-size:10px; }

.lk-section--benefits { padding:0 0 28px; }
.lk-benefits { display:grid; grid-template-columns:repeat(5,1fr); border:1px solid var(--lk-line); border-radius:18px; background:#fff; box-shadow:0 8px 22px rgba(28,61,111,.05); overflow:hidden; }
.lk-benefit { min-height:78px; display:flex; align-items:center; gap:13px; padding:13px 20px; position:relative; }
.lk-benefit + .lk-benefit::before { content:""; position:absolute; left:0; top:20%; height:60%; width:1px; background:var(--lk-line); }
.lk-benefit > i { flex:0 0 37px; width:37px; height:37px; border-radius:12px; display:flex; align-items:center; justify-content:center; color:var(--lk-blue); background:#eaf4ff; font-size:17px; }
.lk-benefit span { display:flex; flex-direction:column; gap:2px; }
.lk-benefit strong { font-size:12px; font-weight:850; }
.lk-benefit small { color:#7b879a; font-size:9.5px; }

.lk-section--new { padding: 34px 0; background:linear-gradient(180deg,#f8fbff,#fff); border-top:1px solid #f0f4f9; }
.lk-new-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:14px; }
.lk-new-grid a { display:grid; grid-template-columns:48px 1fr 24px; align-items:center; gap:13px; padding:16px 18px; min-height:92px; border:1px solid var(--lk-line); border-radius:18px; background:#fff; color:var(--lk-navy); box-shadow:0 7px 20px rgba(28,61,111,.05); }
.lk-new-grid a > i { color:var(--lk-blue); font-size:12px; }
.lk-new-icon { width:48px; height:48px; border-radius:14px; display:flex; align-items:center; justify-content:center; background:#eaf4ff; color:var(--lk-blue); font-size:20px; }
.lk-new-grid a span:nth-child(2) { display:flex; flex-direction:column; gap:4px; }
.lk-new-grid strong { font-size:13px; font-weight:800; }.lk-new-grid small{font-size:10.5px;color:#728096;}

.lk-section--ad { padding:12px 0 34px; }
.lk-ad-placeholder { min-height:90px; border:1px dashed #cddbed; border-radius:18px; background:#fafcff; display:flex; flex-direction:column; align-items:center; justify-content:center; gap:4px; color:#8694a8; }
.lk-ad-placeholder span { font-size:11px; text-transform:uppercase; letter-spacing:1.4px; font-weight:800; }.lk-ad-placeholder small{font-size:10px;}

.lk-section--articles { padding:34px 0 46px; background:#fff; }
.lk-article-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:14px; }
.lk-article { min-height:190px; display:flex; flex-direction:column; align-items:flex-start; padding:22px; border:1px solid var(--lk-line); border-radius:20px; color:var(--lk-navy); background:linear-gradient(145deg,#fff,#fbfdff); transition:.22s ease; }
.lk-article:hover { transform:translateY(-3px); box-shadow:var(--lk-shadow); }
.lk-article__tag { padding:5px 9px; border-radius:999px; color:var(--lk-blue); background:#eaf4ff; font-size:9px; font-weight:800; text-transform:uppercase; letter-spacing:.5px; }
.lk-article strong { margin-top:13px; font-size:16px; line-height:1.35; font-weight:850; }
.lk-article small { margin-top:8px; color:#738096; font-size:11px; line-height:1.55; }
.lk-article > span:last-child { margin-top:auto; padding-top:16px; color:var(--lk-blue); font-size:11px; font-weight:800; }

/* Footer */
.lk-footer { padding:38px 0 18px; border-top:1px solid #eaf0f7; background:#fbfdff; }
.lk-footer__grid { display:grid; grid-template-columns:1.6fr repeat(3,1fr); gap:70px; }
.lk-footer__brand p { margin:15px 0 0; color:#718097; font-size:11px; line-height:1.65; }
.lk-footer__grid > div:not(.lk-footer__brand) { display:flex; flex-direction:column; align-items:flex-start; gap:9px; }
.lk-footer__grid > div > strong { margin-bottom:4px; font-size:12px; font-weight:850; color:var(--lk-navy); }
.lk-footer__grid > div > a { color:#65748c; font-size:11px; }
.lk-footer__grid > div > a:hover { color:var(--lk-blue); }
.lk-footer__bottom { margin-top:28px; padding-top:16px; border-top:1px solid #e6edf6; display:flex; justify-content:space-between; color:#8793a6; font-size:10px; }
.lk-hidden-open-cart-content { display:none !important; }

@media (max-width: 1280px) {
  .lk-shell { width:min(1180px,calc(100% - 40px)); }
  .lk-nav { gap:18px; margin-left:10px; }
  .lk-nav a:nth-child(5), .lk-nav a:nth-child(7) { display:none; }
  .lk-header-search { width:240px; }
  .lk-hero__content { padding-left:10px; }
  .lk-category-grid { grid-template-columns:repeat(3,minmax(0,1fr)); }
  .lk-tool-grid { grid-template-columns:repeat(3,1fr); }
  .lk-tool:nth-child(4), .lk-tool:nth-child(5) { grid-column:auto; }
}

@media (max-width: 991px) {
  .lk-shell { width:min(100% - 32px, 900px); }
  .lk-header__inner { height:68px; }
  .lk-nav, .lk-header-search { display:none; }
  .lk-menu-toggle { display:flex; }
  .lk-mobile-menu { position:absolute; top:68px; left:16px; right:16px; padding:12px; border:1px solid var(--lk-line); border-radius:16px; background:#fff; box-shadow:var(--lk-shadow); flex-direction:column; gap:2px; }
  .lk-mobile-menu.is-open { display:flex; }
  .lk-mobile-menu a { padding:11px 12px; border-radius:10px; color:#34445f; font-size:13px; font-weight:700; }
  .lk-mobile-menu a:hover { background:#f4f8fd; color:var(--lk-blue); }
  .lk-hero { padding-top:28px; }
  .lk-hero__grid { grid-template-columns:1fr; min-height:0; }
  .lk-hero__content { text-align:center; padding:12px 0 0; }
  .lk-eyebrow { justify-content:center; }
  .lk-hero__content > p { margin-left:auto; margin-right:auto; }
  .lk-search { margin-left:auto; margin-right:auto; }
  .lk-quick-links { justify-content:center; }
  .lk-hero-art { height:330px; width:min(650px,100%); margin:0 auto; }
  .lk-category-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .lk-tool-grid { grid-template-columns:repeat(2,1fr); }
  .lk-benefits { grid-template-columns:repeat(2,1fr); }
  .lk-benefit + .lk-benefit::before { display:none; }
  .lk-new-grid, .lk-article-grid { grid-template-columns:1fr; }
  .lk-footer__grid { grid-template-columns:1.5fr 1fr 1fr; gap:30px; }
  .lk-footer__grid > div:last-child { display:none; }
}

@media (max-width: 640px) {
  .lk-shell { width:calc(100% - 24px); }
  .lk-header__actions { gap:7px; }
  .lk-account { display:none; }
  .lk-brand__mark { width:34px; height:34px; border-radius:10px; }
  .lk-brand__name { font-size:21px; }
  .lk-hero { padding-top:23px; }
  .lk-hero h1 { font-size:38px; letter-spacing:-1.6px; }
  .lk-hero__content > p { font-size:14px; line-height:1.6; }
  .lk-eyebrow { font-size:11px; }
  .lk-search { height:55px; padding-left:15px; border-radius:16px; }
  .lk-search button { min-width:88px; }
  .lk-quick-links a:nth-of-type(n+4) { display:none; }
  .lk-hero-art { height:270px; transform:scale(.92); transform-origin:center top; margin-bottom:-15px; }
  .lk-art-blob { width:420px; height:250px; right:50%; transform:translateX(50%); }
  .lk-calculator { width:180px; height:235px; right:24%; padding:15px 14px; border-radius:26px; }
  .lk-calculator__screen { height:44px; font-size:23px; }.lk-calculator__keys{gap:7px;margin-top:10px}.lk-calculator__keys span{height:31px;font-size:12px}
  .lk-float--chart { left:5%; bottom:33px; transform:scale(.76) rotate(-10deg); }.lk-float--percent{right:3%;bottom:48px;transform:scale(.74) rotate(12deg)}.lk-float--sqrt{right:7%;top:25px;transform:scale(.75) rotate(11deg)}.lk-float--coin{left:17%;top:7px;transform:scale(.72)}.lk-plant{display:none}
  .lk-section--categories { padding-top:4px; }
  .lk-category-grid { grid-template-columns:1fr; gap:9px; }
  .lk-category { min-height:96px; grid-template-columns:54px minmax(0,1fr) 28px; padding:12px; gap:11px; border-radius:16px; }
  .lk-category__icon { width:54px; height:58px; border-radius:15px; font-size:24px; }
  .lk-category__body strong { font-size:13px; }
  .lk-category__body small { -webkit-line-clamp:2; font-size:10px; }
  .lk-category .lk-arrow { display:flex; }
  .lk-section-heading { align-items:center; margin-bottom:14px; }
  .lk-section-heading h2 { font-size:22px; }
  .lk-section-kicker { font-size:10px; }
  .lk-view-all { font-size:11px; }
  .lk-tool-grid { grid-template-columns:1fr; gap:9px; }
  .lk-tool { min-height:102px; grid-template-columns:64px 1fr 28px; padding:12px; }
  .lk-tool__visual { width:60px; height:68px; font-size:29px; }.lk-tool__text strong{font-size:13px}.lk-tool__text small{font-size:10px}
  .lk-benefits { grid-template-columns:1fr; }
  .lk-benefit { min-height:66px; padding:10px 15px; }.lk-benefit > i{width:34px;height:34px;flex-basis:34px}.lk-benefit strong{font-size:11px}
  .lk-section--new, .lk-section--articles { padding:28px 0; }
  .lk-new-grid a { min-height:82px; }
  .lk-footer__grid { grid-template-columns:1fr 1fr; gap:26px 20px; }
  .lk-footer__brand { grid-column:1 / -1; }
  .lk-footer__grid > div:last-child { display:none; }
  .lk-footer__bottom { gap:10px; flex-direction:column; }
}

/* ===== LUKIK footer override ===== */
.lukik-home > .lk-footer {
    position: static !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    width: 100% !important;
    border: 0 !important;
    border-top: 1px solid #eaf0f7 !important;
    color: #66738f !important;
}


/* =========================================================
   LUKIK HERO V0.2
   Professional calculations visual
   ========================================================= */

.lk-hero {
  padding-top: 34px;
  padding-bottom: 18px;
  background:
    radial-gradient(circle at 82% 38%, rgba(210,231,255,.72), transparent 31%),
    linear-gradient(180deg,#f6faff 0%,#ffffff 94%);
}

.lk-hero__grid {
  min-height: 430px;
  grid-template-columns: .94fr 1.06fr;
  gap: 28px;
}

.lk-hero__content {
  padding-top: 10px;
  padding-bottom: 16px;
}

.lk-hero h1 {
  max-width: 670px;
  font-size: clamp(44px,3.8vw,63px);
  line-height: 1.06;
}

.lk-hero__content > p {
  max-width: 610px;
  margin-top: 20px;
  margin-bottom: 22px;
}

.lk-search {
  max-width: 620px;
}

.lk-quick-links {
  max-width: 660px;
}

.lk-quick-links a {
  background: rgba(255,255,255,.72);
}

.lk-hero-art--v2 {
  height: 430px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lk-hero-visual {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
}

/* Трохи компактніші категорії — як на новому макеті */
.lk-section--categories {
  padding-top: 3px;
}

.lk-category {
  min-height: 100px;
  padding: 15px 14px;
}

.lk-category__icon {
  width: 54px;
  height: 54px;
  flex-basis: 54px;
  font-size: 24px;
}


/* Tablet */
@media (max-width: 991px) {

  .lk-hero__grid {
    grid-template-columns: 1fr;
  }

  .lk-hero__content {
    padding-bottom: 4px;
  }

  .lk-hero-art--v2 {
    width: min(720px,100%);
    height: 390px;
    margin: 0 auto;
  }
}


/* Mobile */
@media (max-width: 640px) {

  .lk-hero h1 {
    font-size: 37px;
    line-height: 1.08;
  }

  .lk-hero-art--v2 {
    height: 285px;
    width: 115%;
    margin-left: -7.5%;
    transform: none;
  }

  .lk-quick-links {
    justify-content: center;
  }

  .lk-quick-links a:nth-of-type(n+3) {
    display: none;
  }
}


/* =========================================================
   LUKIK BRAND V1
   ========================================================= */

.lk-brand__logo {
    display: block;
    width: 148px;
    height: auto;
    object-fit: contain;
}

.lk-header .lk-brand__logo {
    width: 148px;
}

.lk-footer .lk-brand__logo {
    width: 138px;
}

@media (max-width: 640px) {
    .lk-header .lk-brand__logo {
        width: 126px;
    }

    .lk-footer .lk-brand__logo {
        width: 128px;
    }
}


/* =========================================================
   LUKIK HERO V0.3
   Calculation environment illustration
   ========================================================= */

.lk-hero-art--v3 {
    height: 430px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
}

.lk-hero-picture {
    display: block;
    width: 100%;
    height: 100%;
}

.lk-hero-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    transform: scale(1.04);
    transform-origin: center center;
}

/* Tablet */
@media (max-width: 991px) {

    .lk-hero-art--v3 {
        width: min(720px, 100%);
        height: 380px;
        margin: 0 auto;
    }

    .lk-hero-image {
        transform: scale(1);
    }
}

/* Mobile */
@media (max-width: 640px) {

    .lk-hero-art--v3 {
        width: 108%;
        height: 285px;
        margin-left: -4%;
    }

    .lk-hero-image {
        transform: scale(1);
    }
}


/* =========================================================
   LUKIK ARTICLE CARDS V0.2
   ========================================================= */

.lk-article-grid {
    align-items: stretch;
}

.lk-article {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 230px;
    padding: 20px 22px 18px;
    border: 1px solid #e4ebf5;
    border-top: 3px solid transparent;
    border-radius: 20px;
    background: #ffffff;
    overflow: hidden;
    text-decoration: none;
    transition:
        transform .22s ease,
        box-shadow .22s ease,
        border-color .22s ease;
}

.lk-article:hover {
    transform: translateY(-4px);
    box-shadow: 0 15px 35px rgba(24, 72, 135, .10);
}

.lk-article--finance {
    border-top-color: #28ad64;
}

.lk-article--build {
    border-top-color: #f28a2c;
}

.lk-article--auto {
    border-top-color: #2781ea;
}


/* Top row */

.lk-article__top {
    display: flex;
    align-items: center;
    gap: 11px;
    margin-bottom: 15px;
}

.lk-article__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 46px;
    width: 46px;
    height: 46px;
    border-radius: 14px;
    font-size: 20px;
}

.lk-article--finance .lk-article__icon {
    color: #14984f;
    background: #e9f8ef;
}

.lk-article--build .lk-article__icon {
    color: #e47719;
    background: #fff1e5;
}

.lk-article--auto .lk-article__icon {
    color: #1c73d8;
    background: #eaf4ff;
}


/* Category pill */

.lk-article .lk-article__tag {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    margin: 0;
    padding: 6px 10px;
    border-radius: 999px;
    font-size: 11px;
    line-height: 1;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .025em;
}

.lk-article--finance .lk-article__tag {
    color: #158e4c;
    background: #effaf3;
}

.lk-article--build .lk-article__tag {
    color: #d46a12;
    background: #fff5ec;
}

.lk-article--auto .lk-article__tag {
    color: #176bc8;
    background: #eef6ff;
}


/* Content */

.lk-article__title {
    display: block;
    margin: 0 0 9px;
    color: #071b48;
    font-size: 18px;
    line-height: 1.34;
    font-weight: 800;
}

.lk-article__excerpt {
    display: block;
    margin: 0;
    color: #66758e;
    font-size: 14px;
    line-height: 1.55;
}


/* Bottom row */

.lk-article__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-top: auto;
    padding-top: 18px;
}

.lk-article__read {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #0878f9;
    font-size: 14px;
    font-weight: 750;
}

.lk-article__read i {
    font-size: 12px;
    transition: transform .2s ease;
}

.lk-article:hover .lk-article__read i {
    transform: translateX(4px);
}

.lk-article__time {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #8793a8;
    font-size: 12px;
    font-weight: 600;
}

.lk-article__time i {
    font-size: 12px;
}


/* Subtle background accent */

.lk-article::after {
    content: "";
    position: absolute;
    right: -45px;
    top: -48px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    opacity: .35;
    pointer-events: none;
}

.lk-article--finance::after {
    background: radial-gradient(circle, #d9f5e4 0%, transparent 70%);
}

.lk-article--build::after {
    background: radial-gradient(circle, #ffe7d1 0%, transparent 70%);
}

.lk-article--auto::after {
    background: radial-gradient(circle, #dceeff 0%, transparent 70%);
}


/* Mobile */

@media (max-width: 640px) {

    .lk-article {
        min-height: 215px;
        padding: 18px;
        border-radius: 18px;
    }

    .lk-article__icon {
        width: 42px;
        height: 42px;
        flex-basis: 42px;
        border-radius: 13px;
        font-size: 18px;
    }

    .lk-article__title {
        font-size: 17px;
    }

    .lk-article__excerpt {
        font-size: 13px;
    }
}


/* =========================================================
   LUKIK SPACING V0.1
   Final homepage vertical rhythm
   ========================================================= */


/* ---------- Section headings ---------- */

.lk-section-heading {
    margin-bottom: 18px;
}


/* ---------- Categories ---------- */

.lk-section--categories {
    padding-top: 4px;
    padding-bottom: 30px;
}


/* ---------- Popular calculators ---------- */

.lk-section--popular {
    padding-top: 30px;
    padding-bottom: 24px;
}


/* ---------- Benefits ---------- */

.lk-section--benefits {
    padding-top: 0;
    padding-bottom: 34px;
}


/* ---------- New calculators ---------- */

.lk-section--new {
    padding-top: 38px;
    padding-bottom: 30px;
}


/* ---------- Advertising ---------- */

.lk-section--ad {
    padding-top: 18px;
    padding-bottom: 36px;
}

.lk-ad-placeholder {
    min-height: 94px;
}


/* ---------- Articles ---------- */

.lk-section--articles {
    padding-top: 32px;
    padding-bottom: 48px;
}


/* Slightly tighter article cards */

.lk-article {
    min-height: 215px;
    padding: 18px 22px 16px;
}

.lk-article__top {
    margin-bottom: 13px;
}

.lk-article__title {
    margin-bottom: 7px;
}

.lk-article__footer {
    padding-top: 14px;
}


/* ---------- Footer ---------- */

.lk-footer {
    padding-top: 38px;
}

.lk-footer__grid {
    padding-bottom: 34px;
}

.lk-footer__bottom {
    padding-top: 20px;
    padding-bottom: 20px;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 991px) {

    .lk-section--categories {
        padding-bottom: 26px;
    }

    .lk-section--popular {
        padding-top: 26px;
        padding-bottom: 22px;
    }

    .lk-section--benefits {
        padding-bottom: 28px;
    }

    .lk-section--new {
        padding-top: 32px;
        padding-bottom: 26px;
    }

    .lk-section--ad {
        padding-top: 16px;
        padding-bottom: 30px;
    }

    .lk-section--articles {
        padding-top: 28px;
        padding-bottom: 40px;
    }

    .lk-footer {
        padding-top: 32px;
    }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 640px) {

    .lk-section-heading {
        margin-bottom: 15px;
    }

    .lk-section--categories {
        padding-bottom: 22px;
    }

    .lk-section--popular {
        padding-top: 22px;
        padding-bottom: 20px;
    }

    .lk-section--benefits {
        padding-bottom: 24px;
    }

    .lk-section--new {
        padding-top: 28px;
        padding-bottom: 22px;
    }

    .lk-section--ad {
        padding-top: 14px;
        padding-bottom: 26px;
    }

    .lk-ad-placeholder {
        min-height: 82px;
    }

    .lk-section--articles {
        padding-top: 24px;
        padding-bottom: 34px;
    }

    .lk-article {
        min-height: 200px;
        padding: 17px;
    }

    .lk-footer {
        padding-top: 28px;
    }
}

/* =========================================================
   LUKIK RESPONSIVE V1
   Phones / tablets / desktop / 2K / ultrawide
   ========================================================= */

/* Defensive sizing: prevents grid children from forcing overflow. */
.lk-hero__content,
.lk-hero h1,
.lk-hero__content > p,
.lk-search,
.lk-quick-links,
.lk-hero-art--v3,
.lk-hero-picture,
.lk-hero-image {
    min-width: 0;
    max-width: 100%;
}

.lk-hero__content {
    width: 100%;
}

.lk-search,
.lk-quick-links {
    width: 100%;
}

.lk-view-all {
    white-space: nowrap;
}

/* 992-1019px was too tight for the full desktop header. */
@media (max-width: 1019px) and (min-width: 992px) {
    .lk-header__inner {
        height: 68px;
    }

    .lk-nav,
    .lk-header-search {
        display: none;
    }

    .lk-menu-toggle {
        display: flex;
    }

    .lk-mobile-menu {
        position: absolute;
        top: 68px;
        left: 20px;
        right: 20px;
        padding: 12px;
        border: 1px solid var(--lk-line);
        border-radius: 16px;
        background: #fff;
        box-shadow: var(--lk-shadow);
        flex-direction: column;
        gap: 2px;
    }

    .lk-mobile-menu.is-open {
        display: flex;
    }

    .lk-mobile-menu a {
        padding: 11px 12px;
        border-radius: 10px;
        color: #34445f;
        font-size: 13px;
        font-weight: 700;
    }
}

/* Balanced odd card rows on tablet. */
@media (min-width: 641px) and (max-width: 991px) {
    .lk-tool-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .lk-tool {
        grid-column: span 2;
    }

    .lk-tool:last-child:nth-child(odd) {
        grid-column: 2 / span 2;
    }

    .lk-benefit:last-child:nth-child(odd) {
        grid-column: 1 / -1;
        justify-content: center;
    }
}

/* Center the two cards on the last row at compact desktop widths. */
@media (min-width: 992px) and (max-width: 1280px) {
    .lk-tool-grid {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }

    .lk-tool {
        grid-column: span 2;
    }

    .lk-tool:nth-last-child(2) {
        grid-column: 2 / span 2;
    }

    .lk-tool:last-child {
        grid-column: 4 / span 2;
    }
}

/* Phone landscape: keep the hero useful without an excessively tall first screen. */
@media (min-width: 641px) and (max-width: 991px) and (orientation: landscape) and (max-height: 600px) {
    .lk-hero {
        padding-top: 18px;
        padding-bottom: 14px;
    }

    .lk-hero__grid {
        grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
        gap: 18px;
        min-height: 320px;
        align-items: center;
    }

    .lk-hero__content {
        text-align: left;
        padding: 4px 0 8px;
    }

    .lk-eyebrow {
        justify-content: flex-start;
        margin-bottom: 8px;
        font-size: 10px;
    }

    .lk-hero h1 {
        font-size: clamp(31px, 5vw, 40px);
        line-height: 1.04;
        letter-spacing: -1.5px;
    }

    .lk-hero__content > p {
        margin: 10px 0 12px;
        font-size: 12px;
        line-height: 1.5;
    }

    .lk-search {
        height: 48px;
        margin: 0;
    }

    .lk-search button {
        min-width: 84px;
    }

    .lk-quick-links {
        justify-content: flex-start;
        gap: 6px;
        margin-top: 8px;
        font-size: 10px;
    }

    .lk-quick-links a {
        padding: 4px 8px;
    }

    .lk-quick-links a:nth-of-type(n+3) {
        display: none;
    }

    .lk-hero-art--v3 {
        width: 100%;
        height: 300px;
        margin: 0;
    }

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

/* Small phones. */
@media (max-width: 640px) {
    .lk-hero__content,
    .lk-hero h1,
    .lk-hero__content > p,
    .lk-search,
    .lk-quick-links {
        width: 100%;
        max-width: 100%;
    }

    .lk-hero h1 {
        font-size: clamp(32px, 9.5vw, 37px);
        letter-spacing: -1.25px;
        overflow-wrap: normal;
    }

    .lk-search input {
        font-size: 13px;
    }

    .lk-search button {
        min-width: 82px;
        padding-left: 12px;
        padding-right: 12px;
    }

    .lk-hero-art--v3 {
        width: 104%;
        max-width: none;
        height: clamp(235px, 72vw, 285px);
        margin-left: -2%;
    }

    .lk-category {
        min-height: 86px;
        padding: 10px;
    }

    .lk-category__icon {
        width: 42px;
        height: 42px;
        flex-basis: 42px;
        font-size: 19px;
    }

    .lk-section-heading {
        gap: 10px;
    }

    .lk-view-all {
        white-space: nowrap;
        flex: 0 0 auto;
    }
}

/* Very narrow phones: 320-359px. */
@media (max-width: 359px) {
    .lk-header .lk-brand__logo {
        width: 116px;
    }

    .lk-header__actions {
        gap: 5px;
    }

    .lk-hero {
        padding-top: 18px;
    }

    .lk-eyebrow {
        font-size: 10px;
        margin-bottom: 11px;
    }

    .lk-hero h1 {
        font-size: 31px;
        line-height: 1.07;
    }

    .lk-hero__content > p {
        margin-top: 14px;
        margin-bottom: 17px;
        font-size: 13px;
    }

    .lk-search {
        height: 52px;
        padding-left: 12px;
    }

    .lk-search button {
        min-width: 76px;
        font-size: 12px;
    }

    .lk-quick-links span {
        width: 100%;
    }

    .lk-quick-links a:nth-of-type(n+2) {
        display: none;
    }

    .lk-hero-art--v3 {
        width: 102%;
        margin-left: -1%;
        height: 230px;
    }

    .lk-category-grid {
        gap: 7px;
    }

    .lk-category {
        min-height: 82px;
        padding: 9px;
        gap: 7px;
    }

    .lk-category__icon {
        width: 38px;
        height: 38px;
        flex-basis: 38px;
        font-size: 17px;
    }

    .lk-category__body strong {
        font-size: 11.5px;
    }

    .lk-section-heading h2 {
        font-size: 20px;
    }

    .lk-view-all {
        font-size: 10px;
    }

    .lk-article {
        padding: 15px;
    }
}

/* 2K and larger displays: use more of the canvas without stretching indefinitely. */
@media (min-width: 2200px) {
    .lk-shell {
        width: min(1680px, calc(100% - 96px));
    }

    .lk-header__inner {
        height: 82px;
    }

    .lk-header-search {
        width: 300px;
    }

    .lk-hero__grid {
        min-height: 510px;
        gap: 44px;
    }

    .lk-hero h1 {
        max-width: 740px;
        font-size: 68px;
    }

    .lk-hero__content > p {
        max-width: 680px;
        font-size: 17px;
    }

    .lk-search {
        max-width: 690px;
        height: 62px;
    }

    .lk-hero-art--v3 {
        height: 500px;
    }

    .lk-category {
        min-height: 106px;
    }

    .lk-tool {
        min-height: 132px;
    }
}

@media (min-width: 3000px) {
    .lk-shell {
        width: min(1880px, calc(100% - 120px));
    }

    .lk-header__inner {
        height: 86px;
    }

    .lk-nav {
        gap: 28px;
    }

    .lk-nav a {
        font-size: 15px;
    }

    .lk-header-search {
        width: 330px;
        height: 46px;
    }

    .lk-hero__grid {
        min-height: 550px;
        gap: 56px;
    }

    .lk-hero h1 {
        max-width: 800px;
        font-size: 72px;
    }

    .lk-hero__content > p {
        font-size: 18px;
    }

    .lk-hero-art--v3 {
        height: 540px;
    }

    .lk-category {
        min-height: 112px;
    }

    .lk-category__body strong {
        font-size: 15px;
    }

    .lk-category__body small,
    .lk-tool__text small {
        font-size: 11px;
    }

    .lk-tool {
        min-height: 138px;
    }

    .lk-tool__text strong {
        font-size: 15px;
    }
}

/* LUKIK CATEGORIES FRONTEND V0.1.1 COLOR FIX START
   Original LUKIK category-card treatment, now driven by cl_lk_category.color.
   Icon tile and round arrow share the same dynamic accent and soft tint. */
.lukik-home .lk-category.lk-category--db .lk-category__icon,
.lukik-home .lk-category.lk-category--db .lk-arrow {
    color: var(--lk-category-color);
    background: rgba(var(--lk-category-rgb), 0.11);
}

/* Original neutral card hover from the static design. */
.lukik-home .lk-category.lk-category--db:hover {
    border-color: #cfdcf0;
    box-shadow: 0 15px 30px rgba(35, 67, 116, 0.10);
}

.lukik-home .lk-category.lk-category--db:hover .lk-category__icon,
.lukik-home .lk-category.lk-category--db:hover .lk-arrow {
    color: var(--lk-category-color);
    background: rgba(var(--lk-category-rgb), 0.11);
}
/* LUKIK CATEGORIES FRONTEND V0.1.1 COLOR FIX END */

/* =========================================================
   HOMEPAGE SEO V1
   Semantic category heading, truthful Quick Access and the
   concise LUKIK explanatory/value block.
   ========================================================= */

.lukik-home .lk-section--categories {
    padding-top: 30px;
}

.lukik-home .lk-quick-links a {
    display: inline-flex;
    align-items: center;
}

.lk-section--about-lukik {
    padding: 28px 0 38px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.lk-about-lukik {
    display: grid;
    grid-template-columns: minmax(220px, .72fr) minmax(0, 1.48fr);
    gap: 34px;
    padding: 32px 34px;
    border: 1px solid #dfe9f6;
    border-radius: 24px;
    background:
        radial-gradient(circle at 4% 8%, rgba(55, 145, 255, .12), transparent 34%),
        #ffffff;
    box-shadow: 0 16px 38px rgba(35, 67, 116, .07);
}

.lk-about-lukik__heading {
    align-self: start;
}

.lk-about-lukik__heading h2 {
    margin: 8px 0 0;
    color: var(--lk-navy);
    font-size: clamp(25px, 2.2vw, 32px);
    line-height: 1.15;
    letter-spacing: -.8px;
    font-weight: 850;
}

.lk-about-lukik__copy {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.lk-about-lukik__copy p {
    margin: 0;
    color: #5d6a83;
    font-size: 14px;
    line-height: 1.75;
}

@media (max-width: 991px) {
    .lukik-home .lk-section--categories {
        padding-top: 26px;
    }

    .lk-section--about-lukik {
        padding: 24px 0 34px;
    }

    .lk-about-lukik {
        grid-template-columns: 1fr;
        gap: 22px;
        padding: 28px;
    }
}

@media (max-width: 640px) {
    .lukik-home .lk-section--categories {
        padding-top: 22px;
    }

    .lukik-home .lk-quick-links a:nth-of-type(n) {
        display: inline-flex;
    }

    .lk-section--about-lukik {
        padding: 20px 0 30px;
    }

    .lk-about-lukik {
        gap: 18px;
        padding: 22px 18px;
        border-radius: 20px;
    }

    .lk-about-lukik__copy {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .lk-about-lukik__copy p {
        font-size: 13px;
        line-height: 1.68;
    }
}
