/* Tokens and selectors are scoped; tagDiv owns menus, search and mobile behavior. */
body.ikcava-modern {
    --ik-green: #247b31;
    --ik-ink: #103d2c;
    --ik-blue: #176c98;
    --ik-muted: #596760;
    --ik-radius: 16px;
    --ik-shadow: 0 5px 24px rgb(24 60 38 / 7%);
    --td_theme_color: var(--ik-green);
    background: #f3f5ef;
    color: #263d32;
    font-family: system-ui, -apple-system, "Segoe UI", sans-serif;
    font-size: 16px;
    line-height: 1.65;
}
.ikcava-modern .td-header-wrap { background: #fff; box-shadow: var(--ik-shadow); }
.ikcava-modern .td-header-menu-wrap-full { background: #fff; }
.ikcava-modern .td-header-wrap .sf-menu > li > a { font-family: inherit; font-size: 15px; text-transform: none; }
.ikcava-modern .td-header-wrap .td-logo-wrap img { width: auto; max-width: 240px; max-height: 84px; }
.ikcava-modern .td-header-wrap .sf-menu ul { border-radius: 12px; box-shadow: var(--ik-shadow); }
.ikcava-modern .td-header-wrap .sf-menu a:focus-visible { outline: 3px solid var(--ik-blue); outline-offset: -3px; }
.ikcava-modern .td-post-content, .ikcava-modern .td-page-content { font-family: inherit; font-size: 17px; line-height: 1.8; }
.ikcava-modern .td-main-content-wrap { background-color: #f3f5ef; }
.ikcava-modern .td-page-content, .ikcava-modern .td-post-content { background: #fff; border-radius: var(--ik-radius); }
.ik-home, .ik-home * { box-sizing: border-box; }
.ik-home { width: min(1220px, calc(100% - 48px)); margin: 36px auto 64px; }
.ik-home a { color: var(--ik-ink); text-decoration: none; }
.ik-home a:hover { color: var(--ik-green); text-decoration: underline; }
.ik-home :is(a, button, input, textarea, select):focus-visible { outline: 3px solid var(--ik-blue); outline-offset: 4px; }
.ik-home :is(h1,h2,h3) { font-family: inherit; color: var(--ik-ink); font-weight: 750; margin: 0; text-wrap: balance; }
.ik-home h1 { font-size: clamp(28px, 3.3vw, 46px); line-height: 1.14; letter-spacing: -.035em; }
.ik-home h2 { font-size: clamp(26px, 2.6vw, 34px); line-height: 1.2; letter-spacing: -.025em; }
.ik-home h3 { font-size: 21px; line-height: 1.35; }
.ik-home p { margin: 0; }
.ik-hero { display: grid; grid-template-columns: 1fr 1fr; background: #e7efdf; border-radius: var(--ik-radius); overflow: hidden; box-shadow: var(--ik-shadow); }
.ik-hero .ik-image { order: 2; min-height: 420px; }
.ik-hero .ik-card-body { padding: clamp(24px, 4vw, 54px); align-items: flex-start; }
.ik-hero:not(:has(.ik-image)) { grid-template-columns: 1fr; }
.ik-image { aspect-ratio: 16 / 10; background: #e3eadd; overflow: hidden; }
.ik-image img { display: block; width: 100%; height: 100%; object-fit: cover; }
/* tagDiv hides .post img until its animation queue reveals them. Our appended
   cards are outside that queue; native loading=lazy still handles image loading.
   Important also overrides tagDiv's own important animation completion rules. */
body.ikcava-modern .ik-home .ik-image img {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    transition: none !important;
    animation: none !important;
}
.ik-card { background: #fff; border-radius: var(--ik-radius); overflow: hidden; box-shadow: var(--ik-shadow); display: flex; flex-direction: column; min-width: 0; }
.ik-card-body { display: flex; flex-direction: column; align-items: flex-start; gap: 14px; padding: 24px; flex: 1; overflow-wrap: anywhere; }
.ik-category { padding: 3px 10px; background: var(--ik-green); color: #fff; border-radius: 6px; font-size: 12px; font-weight: 700; }
.ik-home time { color: var(--ik-muted); font-size: 13px; }
.ik-card-body p { color: var(--ik-muted); font-size: 15px; line-height: 1.7; }
.ik-home .ik-button { background: var(--ik-green); color: white; padding: 10px 18px; border-radius: 24px; font-weight: 650; font-size: 14px; margin-top: auto; display: inline-flex; gap: 16px; align-items: center; min-height: 44px; }
.ik-home .ik-button:hover { background: #195e25; color: white; }
.ik-section { margin-top: 44px; min-width: 0; }
.ik-section-head { display: flex; justify-content: space-between; align-items: center; gap: 16px; margin-bottom: 24px; }
.ik-section h2::after, .ik-feedback h2::after { content: ""; display: block; width: 64px; height: 3px; background: var(--ik-green); margin-top: 14px; }
.ik-home .ik-all { display: inline-flex; gap: 12px; align-items: center; min-height: 44px; padding: 8px 16px; background: #e8f0e7; border-radius: 24px; font-size: 14px; font-weight: 650; flex-shrink: 0; }
.ik-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.ik-columns { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 28px; align-items: start; }
.ik-latest { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.ik-side { margin-top: 44px; min-width: 0; }
.ik-feedback { background: #e8f0e6; border-radius: var(--ik-radius); padding: 28px; }
.ik-feedback > p { color: var(--ik-muted); margin: 20px 0; }
.ik-feedback .nf-form-cont { margin-top: 24px; }
.ik-feedback .nf-field-label label { font-family: inherit; font-size: 15px; color: var(--ik-ink); }
.ik-feedback :is(input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=button]):not([type=hidden]), textarea, select) { width: 100%; max-width: 100%; background: #fff; color: #263d32; border: 1px solid #aebdb0; border-radius: 12px; padding: 12px; font: inherit; min-height: 46px; }
.ik-feedback textarea { min-height: 130px; resize: vertical; }
.ik-feedback :is(input[type=button], input[type=submit], button) { background: var(--ik-green); color: #fff; border: 0; border-radius: 12px; padding: 12px 24px; min-height: 46px; font: inherit; font-weight: 650; cursor: pointer; white-space: normal; }
.ik-feedback .nf-error-msg { color: #a31e24; }
.ik-widgets { margin-top: 28px; }
.ik-load-more { margin-top: 28px; text-align: center; }
.ik-home .ik-news-more { border: 0; cursor: pointer; font-family: inherit; }
.ik-home .ik-news-more:disabled { opacity: .65; cursor: wait; }
.ik-home .ik-news-more[hidden] { display: none; }
.ik-home .ik-news-status { margin-top: 12px; color: var(--ik-muted); font-size: 14px; }
.ik-widgets .widget { padding: 24px; background: #fff; border-radius: var(--ik-radius); box-shadow: var(--ik-shadow); margin-bottom: 24px; }
@media (max-width: 1050px) {
    .ik-columns { grid-template-columns: minmax(0, 1fr) 290px; gap: 20px; }
    .ik-grid { gap: 18px; }
    .ik-card-body { padding: 20px; }
    .ik-latest { grid-template-columns: 1fr; }
}
@media (max-width: 767px) {
    .ik-home { width: calc(100% - 32px); margin-top: 20px; }
    .ik-hero, .ik-columns { grid-template-columns: 1fr; }
    .ik-hero .ik-image { order: 0; min-height: 0; aspect-ratio: 16 / 10; }
    .ik-hero .ik-card-body { padding: 26px; }
    .ik-grid, .ik-latest { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .ik-section-head { flex-wrap: wrap; }
    .ikcava-modern .td-header-wrap .td-logo-wrap img { max-width: 180px; max-height: 54px; }
}
@media (max-width: 520px) {
    .ik-grid, .ik-latest { grid-template-columns: 1fr; }
    .ik-feedback { padding: 24px; }
    .ik-section { margin-top: 32px; }
}
