/* Isı Pompası Rehberi - clean blog theme */
:root {
  --brand: #0F3D66;
  --brand-dark: #0B2E4D;
  --accent: #14B8C4;
  --link: #0E7490;
  --cta: #F5A623;
  --cta-text: #0B1F33;
  --text: #1F2937;
  --muted: #6B7280;
  --bg: #F7FAFC;
  --paper: #FFFFFF;
  --line: #D9E2EC;
  --shadow: 0 20px 55px rgba(15, 61, 102, .12);
  --soft-shadow: 0 10px 30px rgba(15, 61, 102, .08);
  --radius: 18px;
  --radius-sm: 12px;
  --font-body: Manrope, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-display: Fraunces, Georgia, serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle at 10% 0%, rgba(20, 184, 196, .16), transparent 34rem),
    linear-gradient(180deg, #F7FAFC 0%, #EEF6FA 100%);
  color: var(--text);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.blog-theme-body { background: var(--bg); }
a { color: inherit; text-decoration: none; transition: color .18s ease, background .18s ease, border-color .18s ease, transform .18s ease, box-shadow .18s ease; }
a:hover { color: var(--link); }
img { max-width: 100%; height: auto; display: block; }
ul, ol { margin: 0; }
p { margin: 0 0 1rem; }
h1, h2, h3, h4, h5, h6 { margin: 0 0 1rem; color: var(--text); line-height: 1.12; font-weight: 800; letter-spacing: -.025em; }
h1, .blog-banner-content .title { font-family: var(--font-display); }
button, input, textarea { font: inherit; }
[hidden] { display: none !important; }

/* Utility/grid layer */
.container { width: min(100% - 40px, 1240px); margin-inline: auto; }
.row { display: flex; flex-wrap: wrap; margin-inline: calc(var(--bs-gutter-x, 24px) / -2); row-gap: var(--bs-gutter-y, 0); }
.row > * { width: 100%; max-width: 100%; padding-inline: calc(var(--bs-gutter-x, 24px) / 2); }
.g-4 { --bs-gutter-x: 24px; --bs-gutter-y: 24px; }
.g-5 { --bs-gutter-x: 30px; --bs-gutter-y: 30px; }
.mt--10 { margin-top: 10px; }
.mb--0 { margin-bottom: 0 !important; }
.pl--0 { padding-left: 0 !important; }
.pt--30 { padding-top: 30px; }
.pb--30 { padding-bottom: 30px; }
.rts-section-gap { padding: 78px 0; }
.rts-section-gapBottom { padding-bottom: 78px; }
.section { padding: 72px 0; }
.section--tight { padding-top: 36px; }
.bg_gradient-tranding-items { background: linear-gradient(180deg, rgba(255,255,255,.55), rgba(247,250,252,.2)); }
.bg_white { background: #fff; }
.d-none { display: none !important; }

@media (min-width: 576px) {
  .col-sm-12 { flex: 0 0 auto; width: 100%; }
}
@media (min-width: 768px) {
  .col-md-6 { flex: 0 0 auto; width: 50%; }
  .d-md-block { display: block !important; }
}
@media (min-width: 992px) {
  .col-lg-3 { flex: 0 0 auto; width: 25%; }
  .col-lg-4 { flex: 0 0 auto; width: 33.333333%; }
  .col-lg-9 { flex: 0 0 auto; width: 75%; }
  .col-lg-12 { flex: 0 0 auto; width: 100%; }
  .d-lg-block { display: block !important; }
}
@media (min-width: 1200px) {
  .col-xl-4 { flex: 0 0 auto; width: 33.333333%; }
}


/* Header */
.rts-header-one-area-one { position: relative; z-index: 20; background: var(--paper); box-shadow: 0 1px 0 rgba(217, 226, 236, .85); }
.header-top-area { background: var(--brand); color: #fff; font-size: 13px; }
.bwtween-area-header-top { min-height: 42px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.header-corporate-link,
.hader-top-menu,
.header-top-slogan-pill { display: inline-flex; align-items: center; gap: 10px; }
.header-corporate-link,
.hader-top-menu a,
.header-top-slogan-text { color: rgba(255,255,255,.9); font-weight: 700; }
.hader-top-menu { gap: 18px; }
.hader-top-menu a:hover,
.header-corporate-link:hover { color: var(--accent); }
.header-top-slogan-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 5px rgba(20,184,196,.14); }
.search-header-area-main-1 { background: var(--paper); border-bottom: 1px solid var(--line); }
.search-header-area-main { padding: 22px 0; }
.logo-search-category-wrapper { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.logo-area { flex: 0 0 auto; }
.brand-logo { display: inline-flex; align-items: center; gap: 14px; color: var(--brand); min-width: 250px; }
.brand-logo:hover { color: var(--brand-dark); }
.brand-logo__mark { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 16px; color: #fff; font-weight: 900; letter-spacing: -.06em; background: linear-gradient(135deg, var(--brand), var(--accent)); box-shadow: 0 12px 28px rgba(15,61,102,.22); }
.brand-logo__text { display: grid; line-height: 1.05; }
.brand-logo__text strong { color: var(--brand-dark); font-size: clamp(21px, 2vw, 30px); font-weight: 900; letter-spacing: -.04em; }
.brand-logo__text em { color: var(--muted); font-size: 12px; font-style: normal; font-weight: 800; letter-spacing: .04em; margin-top: 5px; text-transform: uppercase; }
.category-search-wrapper { flex: 1 1 auto; min-width: 0; display: flex; align-items: center; gap: 24px; }
.location-area { display: flex; align-items: center; gap: 12px; min-width: 190px; }
.location-area .icon { width: 42px; height: 42px; display: grid; place-items: center; color: var(--accent); border-radius: 12px; background: rgba(20,184,196,.12); }
.location-area .information span { display: block; color: var(--muted); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.location-area .information p { margin: 2px 0 0; color: var(--text); font-weight: 900; }
.header-search-blog { flex: 1 1 auto; min-width: 280px; display: flex; align-items: center; gap: 10px; padding: 6px; border: 1px solid var(--line); border-radius: 16px; background: var(--bg); }
.header-search-blog input { flex: 1 1 auto; min-width: 0; height: 44px; border: 0; outline: 0; background: transparent; color: var(--text); padding: 0 12px; }
.header-search-blog input::placeholder { color: var(--muted); }
.blog-header-actions { flex: 0 0 auto; display: flex; align-items: center; gap: 12px; }
.btn-border-only,
.rts-btn,
.btn-primary { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 1px solid transparent; border-radius: 999px; padding: 12px 20px; font-weight: 900; line-height: 1; text-decoration: none; cursor: pointer; }
.rts-btn.btn-primary,
.btn-primary,
button.rts-btn { background: var(--cta); border-color: var(--cta); color: var(--cta-text); box-shadow: 0 12px 24px rgba(245,166,35,.26); }
.rts-btn.btn-primary:hover,
.btn-primary:hover { transform: translateY(-1px); background: #E29414; border-color: #E29414; color: var(--cta-text); box-shadow: 0 16px 30px rgba(245,166,35,.3); }
.btn-border-only,
.rts-btn.border-only,
.btn-primary.border-only { background: #fff; color: var(--brand); border-color: var(--line); box-shadow: none; }
.btn-border-only:hover,
.rts-btn.border-only:hover,
.btn-primary.border-only:hover { background: var(--brand-dark); color: #fff; border-color: var(--brand-dark); }
.arrow-icon + .arrow-icon { display: none; }
.rts-header-nav-area-one { background: var(--brand); color: #fff; }
.nav-and-btn-wrapper,
.nav-area-bottom-left-header-four { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.nav-area { width: 100%; }
.category-btn { position: relative; min-height: 56px; display: inline-flex; align-items: center; gap: 10px; padding: 0 22px; background: var(--brand-dark); color: #fff; font-weight: 900; cursor: default; }
.category-sub-menu { position: absolute; top: 100%; left: 0; width: 280px; padding: 10px; margin: 0; list-style: none; background: #fff; border: 1px solid var(--line); border-radius: 0 0 16px 16px; box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translateY(8px); transition: .18s ease; }
.category-btn:hover .category-sub-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.category-sub-menu a { display: block; padding: 11px 12px; color: var(--text); border-radius: 10px; font-weight: 800; }
.category-sub-menu a:hover { background: rgba(20,184,196,.1); color: var(--link); }
.parent-nav { width: 100%; display: flex; align-items: center; gap: 2px; padding: 0; margin: 0; list-style: none; }
.parent-nav li { position: relative; }
.parent-nav li a { min-height: 56px; display: inline-flex; align-items: center; gap: 8px; padding: 0 13px; color: #fff; font-weight: 900; white-space: nowrap; }
.parent-nav li.menu-category a { max-width: 178px; overflow: hidden; text-overflow: ellipsis; }
.parent-nav li a:hover,
.parent-nav li a.active { color: var(--accent); background: rgba(255,255,255,.06); }
.has-big-menu { margin-left: auto; }
.big-menu-dropdown { position: absolute; top: 100%; right: 0; z-index: 40; width: min(760px, calc(100vw - 40px)); padding: 22px; border: 1px solid var(--line); border-radius: 0 0 22px 22px; background: #fff; box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translateY(10px); transition: opacity .18s ease, transform .18s ease, visibility .18s ease; }
.has-big-menu:hover .big-menu-dropdown,
.has-big-menu:focus-within .big-menu-dropdown { opacity: 1; visibility: visible; transform: translateY(0); }
.big-menu-head { display: flex; align-items: baseline; justify-content: space-between; gap: 18px; padding-bottom: 14px; margin-bottom: 14px; border-bottom: 1px solid var(--line); }
.big-menu-head span { color: var(--link); font-size: 12px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.big-menu-head strong { color: var(--text); font-size: 18px; }
.big-menu-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.big-menu-grid a { min-height: auto !important; display: flex !important; align-items: center; justify-content: space-between; gap: 12px; padding: 13px 14px !important; border: 1px solid var(--line); border-radius: 14px; background: var(--bg); color: var(--text) !important; }
.big-menu-grid a:hover { background: rgba(20,184,196,.12) !important; border-color: rgba(20,184,196,.35); color: var(--link) !important; }
.big-menu-grid span { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-weight: 900; }
.big-menu-grid small { flex: 0 0 auto; color: var(--muted); font-size: 12px; font-weight: 800; }
.menu-toggle { width: 52px; height: 46px; border: 1px solid var(--line); border-radius: 14px; background: #fff; color: var(--brand); padding: 8px; display: none; place-items: center; }
.menu-toggle span { width: 22px; height: 2px; display: block; background: currentColor; margin: 2px 0; border-radius: 999px; }
.menu-toggle b { font-size: 10px; line-height: 1; }
.mobile-menu { background: var(--brand); padding: 16px 0; }
.mobile-menu__inner { display: grid; gap: 10px; }
.mobile-menu a { color: #fff; background: var(--brand-dark); padding: 12px 14px; border-radius: 12px; font-weight: 900; }
.mobile-menu form { display: flex; gap: 8px; padding: 8px; background: #fff; border-radius: 12px; }
.mobile-menu input { flex: 1; min-width: 0; border: 0; outline: 0; padding: 10px; }
.mobile-menu button { border: 0; border-radius: 10px; padding: 0 16px; background: var(--cta); color: var(--cta-text); font-weight: 900; }

/* Home hero */
.blog-home-banner { padding-top: 44px; }
.blog-hero-card { height: 100%; }
.banner-bg-image { position: relative; min-height: 520px; overflow: hidden; border-radius: 28px; background: linear-gradient(135deg, var(--brand-dark), var(--brand)); box-shadow: var(--shadow); }
.banner-bg-image > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .2; filter: saturate(1.1); }
.banner-bg-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(11,46,77,.94), rgba(15,61,102,.72), rgba(20,184,196,.18)); }
.blog-banner-content { position: relative; z-index: 2; max-width: 720px; padding: clamp(36px, 6vw, 82px); }
.blog-banner-content .pre,
.eyebrow { display: inline-flex; align-items: center; gap: 8px; color: var(--accent); font-size: 12px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.blog-banner-content .title { margin: 16px 0 18px; color: #fff; font-size: clamp(38px, 5vw, 70px); line-height: .98; max-width: 720px; }
.blog-banner-content .disc { max-width: 620px; margin-bottom: 28px; color: rgba(255,255,255,.84); font-size: 18px; line-height: 1.75; }
.blog-side-feature { position: relative; min-height: 520px; overflow: hidden; border-radius: 28px; background: var(--brand-dark); box-shadow: var(--shadow); }
.blog-side-feature img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .3; }
.blog-side-feature::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(11,46,77,.08), rgba(11,46,77,.92)); }
.blog-side-feature .content-area { position: absolute; left: 24px; right: 24px; bottom: 26px; z-index: 2; }
.blog-side-feature h2 { color: #fff; font-size: 26px; line-height: 1.16; margin: 14px 0 10px; }
.blog-side-feature p { color: rgba(255,255,255,.82); margin: 0; }
.blog-badge { display: inline-flex; align-items: center; padding: 7px 12px; border: 1px solid rgba(20,184,196,.36); border-radius: 999px; background: rgba(20,184,196,.13); color: var(--accent); font-size: 12px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.blog-service-strip .single-feature-card { height: 100%; min-height: 155px; display: flex; align-items: flex-start; gap: 18px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); box-shadow: var(--soft-shadow); }
.blog-service-strip .single-feature-card .icon { width: 54px; height: 54px; flex: 0 0 54px; display: grid; place-items: center; border-radius: 16px; color: var(--accent); background: rgba(20,184,196,.12); }
.blog-service-strip .single-feature-card h3 { font-size: 21px; margin-bottom: 8px; }
.blog-service-strip .single-feature-card p { color: var(--muted); margin: 0; }
.title-area-between,
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 28px; }
.title-left,
.section-head h2 { font-family: var(--font-display); font-size: clamp(30px, 3vw, 46px); color: var(--text); }
.latest-blogs-grid { align-items: stretch; }
.latest-blog-item { display: flex; }

/* Cards */
.single-blog-style-card-border { width: 100%; display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); box-shadow: var(--soft-shadow); transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.single-blog-style-card-border:hover { transform: translateY(-4px); border-color: rgba(20,184,196,.45); box-shadow: var(--shadow); }
.single-blog-style-card-border .thumbnail { position: relative; aspect-ratio: 16 / 10; overflow: hidden; background: linear-gradient(135deg, rgba(15,61,102,.14), rgba(20,184,196,.12)); }
.single-blog-style-card-border .thumbnail img { width: 100%; height: 100%; object-fit: cover; transition: transform .28s ease; }
.single-blog-style-card-border:hover .thumbnail img { transform: scale(1.045); }
.inner-content-body { flex: 1; display: flex; flex-direction: column; padding: 22px; }
.tag-area { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; margin-bottom: 14px; color: var(--muted); font-size: 13px; font-weight: 800; }
.tag-area .single { display: inline-flex; align-items: center; gap: 7px; }
.tag-area a { color: var(--link); }
.title-main { color: var(--text); }
.title-main .title { font-size: 21px; line-height: 1.22; margin-bottom: 12px; }
.blog-card-excerpt { color: var(--muted); margin-bottom: 20px; }
.button-area { margin-top: auto; }
.category-card-blog { height: 100%; display: block; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); box-shadow: var(--soft-shadow); }
.category-card-blog:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.category-card-blog h3 { margin-top: 18px; font-size: 24px; }
.category-card-blog p { color: var(--muted); }

/* Page/article layouts */
.page-hero { padding: 50px 0 24px; }
.page-hero__box { padding: clamp(30px, 5vw, 56px); border: 1px solid var(--line); border-radius: 28px; background: linear-gradient(135deg, #fff 0%, #F7FAFC 70%, rgba(20,184,196,.13) 100%); box-shadow: var(--soft-shadow); }
.page-hero__box h1 { max-width: 980px; font-family: var(--font-display); font-size: clamp(34px, 4vw, 58px); margin: 14px 0; }
.page-hero__box p { max-width: 800px; color: var(--muted); font-size: 18px; }
.post-meta { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; color: var(--muted); font-weight: 800; }
.post-meta span { padding: 7px 12px; border: 1px solid var(--line); border-radius: 999px; background: #fff; }
.article-tags { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 18px; }
.article-tags a,
.article-tags span,
.category-pill,
.tag-cloud a { display: inline-flex; align-items: center; gap: 8px; padding: 8px 12px; border: 1px solid rgba(20,184,196,.28); border-radius: 999px; background: rgba(20,184,196,.12); color: var(--link); font-size: 13px; font-weight: 900; }
.content-layout { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 30px; align-items: start; }
.article-shell,
.side-box,
.faq-item,
.contact-card,
.contact-form,
.empty-state { border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); box-shadow: var(--soft-shadow); }
.article-shell { overflow: hidden; }
.article-image { min-height: 280px; max-height: 500px; background: var(--brand); }
.article-image img { width: 100%; height: min(48vw, 500px); min-height: 280px; object-fit: cover; }
.article-content { padding: clamp(26px, 5vw, 54px); }
.author-box { display: grid; grid-template-columns: auto 1fr; gap: 16px; align-items: center; padding: 18px; margin-bottom: 28px; border: 1px solid var(--line); border-radius: 16px; background: var(--bg); }
.author-box img { width: 64px; height: 64px; border-radius: 50%; object-fit: cover; }
.author-box strong { color: var(--brand); font-weight: 900; }
.author-box span { display: block; color: var(--link); font-weight: 900; }
.author-box p { margin: 5px 0 0; color: var(--muted); }
.article-body { color: var(--text); font-size: 18px; line-height: 1.9; }
.article-body h2,
.article-body h3,
.article-body h4 { margin: 2rem 0 1rem; }
.article-body a { color: var(--link); text-decoration: underline; text-underline-offset: 4px; }
.article-body blockquote { margin: 24px 0; padding: 20px 24px; border-left: 5px solid var(--accent); border-radius: 12px; background: rgba(20,184,196,.1); }
.article-sidebar { position: sticky; top: 18px; display: grid; gap: 18px; }
.side-box { padding: 22px; }
.side-box h2 { font-size: 22px; margin-bottom: 16px; }
.category-pill { width: 100%; justify-content: space-between; margin-bottom: 9px; }
.tag-cloud { display: flex; flex-wrap: wrap; gap: 8px; }
.mini-post { display: grid; grid-template-columns: 76px 1fr; gap: 12px; align-items: center; padding: 11px 0; border-bottom: 1px solid var(--line); color: var(--text); font-weight: 900; line-height: 1.35; }
.mini-post:last-child { border-bottom: 0; }
.mini-post img { width: 76px; height: 60px; border-radius: 12px; object-fit: cover; }
.pagination { display: flex; justify-content: center; gap: 8px; margin-top: 34px; }
.pagination a,
.pagination span { min-width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 12px; background: #fff; color: var(--text); font-weight: 900; }
.pagination .is-active,
.pagination a:hover { background: var(--brand); color: #fff; }
.empty-state { padding: 34px; text-align: center; color: var(--muted); font-weight: 800; }

/* Forms and contact */
.faq-list { display: grid; gap: 16px; }
.faq-item { padding: 24px; }
.faq-item h2,
.faq-item h3 { font-size: 22px; }
.contact-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 24px; align-items: start; }
.contact-card,
.contact-form { padding: 26px; }
.contact-card a { display: block; margin-top: 8px; color: var(--link); font-weight: 900; }
.contact-form { display: grid; gap: 14px; }
.field { display: grid; gap: 7px; }
.field label { color: var(--brand); font-weight: 900; }
.contact-form input,
.contact-form textarea,
.footersubscribe-form input,
.blog-search-form input { width: 100%; border: 1px solid var(--line); border-radius: 12px; background: var(--bg); color: var(--text); outline: 0; padding: 14px 16px; }
.contact-form input:focus,
.contact-form textarea:focus,
.footersubscribe-form input:focus,
.blog-search-form input:focus { border-color: var(--accent); box-shadow: 0 0 0 4px rgba(20,184,196,.14); }
.contact-form textarea { min-height: 150px; resize: vertical; }

/* Footer */
.rts-footer-area { margin-top: 70px; background: var(--brand); color: rgba(255,255,255,.82); }
.footer-main-content-wrapper { display: grid; grid-template-columns: 1.25fr 1fr 1fr 1.15fr; gap: 30px; padding: 48px 0; }
.footer-title { color: #fff; font-size: 20px; margin-bottom: 18px; }
.call-area { display: flex; gap: 13px; align-items: flex-start; margin-bottom: 18px; }
.call-area .icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 12px; color: var(--accent); background: rgba(255,255,255,.1); }
.call-area .info span,
.opening-hour p,
.disc-news-letter { color: rgba(255,255,255,.78); }
.call-area .info a,
.footer-nav a { color: #fff; font-weight: 800; }
.footer-nav ul { list-style: none; padding: 0; display: grid; gap: 9px; }
.footer-nav a:hover { color: var(--accent); }
.footersubscribe-form { display: grid; gap: 10px; }
.footersubscribe-form input { background: #fff; }
.footersubscribe-form small { min-height: 18px; color: #fff; }
.rts-copyright-area { background: var(--brand-dark); color: rgba(255,255,255,.78); }
.copyright-between-1 { min-height: 58px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.copyright-between-1 p { margin: 0; }
.playstore-app-area { color: rgba(255,255,255,.86); font-weight: 800; }
.mobile-footer-menu { display: none; }
.cookie-consent { position: fixed; left: 50%; bottom: 24px; z-index: 1000; transform: translateX(-50%); width: min(760px, calc(100% - 32px)); display: none; padding: 22px; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: var(--shadow); }
.cookie-consent.is-visible { display: block; }
.cookie-consent__content { display: flex; gap: 14px; color: var(--text); }
.cookie-consent__text strong { display: block; margin-bottom: 5px; color: var(--brand); }
.cookie-consent__actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 14px; }
.cookie-consent .btn-outline { border: 1px solid var(--line); border-radius: 999px; background: #fff; color: var(--text); padding: 10px 18px; font-weight: 900; }
.cookie-consent .btn-outline:hover { border-color: var(--brand); color: var(--brand); }

@media (max-width: 1199px) {
  .category-search-wrapper { gap: 14px; }
  .location-area { display: none; }
  .blog-header-actions .btn-border-only { display: none; }
}
@media (max-width: 991px) {
  .container { width: min(100% - 28px, 760px); }
  .header-top-center-group,
  .header-top-right-group,
  .category-btn,
  .nav-area,
  .header-search-blog,
  .blog-header-actions { display: none !important; }
  .bwtween-area-header-top { justify-content: center; text-align: center; }
  .search-header-area-main { padding: 16px 0; }
  .logo-search-category-wrapper { gap: 16px; }
  .brand-logo { min-width: 0; }
  .brand-logo__mark { width: 50px; height: 50px; border-radius: 14px; }
  .brand-logo__text strong { font-size: 23px; }
  .menu-toggle { display: grid; margin-left: auto; }
  .rts-header-nav-area-one { display: none; }
  .blog-home-banner { padding-top: 24px; }
  .banner-bg-image,
  .blog-side-feature { min-height: 430px; border-radius: 22px; }
  .blog-service-strip .single-feature-card { min-height: auto; }
  .content-layout,
  .contact-layout { grid-template-columns: 1fr; }
  .article-sidebar { position: static; }
  .footer-main-content-wrapper { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 767px) {
  body { font-size: 15px; }
  .container { width: min(100% - 22px, 560px); }
  .rts-section-gap,
  .section { padding: 48px 0; }
  .rts-section-gapBottom { padding-bottom: 48px; }
  .blog-banner-content { padding: 32px 24px; }
  .blog-banner-content .title { font-size: 38px; }
  .blog-banner-content .disc { font-size: 16px; }
  .page-hero { padding-top: 30px; }
  .page-hero__box { padding: 26px; border-radius: 22px; }
  .title-area-between,
  .section-head { align-items: flex-start; flex-direction: column; }
  .footer-main-content-wrapper { grid-template-columns: 1fr; padding-bottom: 86px; }
  .copyright-between-1 { flex-direction: column; align-items: flex-start; padding: 18px 0 86px; }
  .mobile-footer-menu { position: fixed; left: 0; right: 0; bottom: 0; z-index: 900; display: flex; justify-content: space-around; gap: 4px; padding: 8px 10px env(safe-area-inset-bottom); background: var(--brand); box-shadow: 0 -8px 26px rgba(11,46,77,.22); }
  .mobile-footer-menu a { flex: 1; display: grid; place-items: center; gap: 3px; color: #fff; font-size: 11px; font-weight: 800; }
  .mobile-footer-menu i { color: var(--accent); }
  .cookie-consent { bottom: 86px; }
}
@media (max-width: 480px) {
  .brand-logo__text em { display: none; }
  .brand-logo__text strong { font-size: 20px; }
  .brand-logo__mark { width: 46px; height: 46px; }
  .banner-bg-image { min-height: 390px; }
  .blog-banner-content .title { font-size: 34px; }
  .rts-btn, .btn-primary, .btn-border-only { width: 100%; }
  .post-meta span { width: 100%; }
}
