/*
Theme Name: Bihar Bhumi SEO
Theme URI: https://www.biharbhumi.online/
Author: Tech Codi
Author URI: https://techcodi.com/
Description: A fast, accessible and SEO-focused WordPress theme for an independent Bihar Bhumi land-record information website. Includes responsive service cards, official-link controls, FAQ schema and content-first article layouts.
Version: 1.0.0
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bihar-bhumi-seo
Tags: blog, education, news, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, wide-blocks
*/

:root {
	--bb-navy: #102a43;
	--bb-navy-2: #163f59;
	--bb-blue: #1d5f7a;
	--bb-teal: #13795b;
	--bb-green: #1b7f5a;
	--bb-accent: #ef6c35;
	--bb-accent-soft: #fff1e9;
	--bb-gold: #e6aa22;
	--bb-ink: #172433;
	--bb-muted: #607184;
	--bb-line: #dce5eb;
	--bb-surface: #ffffff;
	--bb-soft: #f4f8f8;
	--bb-soft-blue: #edf5f7;
	--bb-shadow: 0 20px 60px rgba(16, 42, 67, .10);
	--bb-shadow-small: 0 8px 26px rgba(16, 42, 67, .08);
	--bb-radius: 18px;
	--bb-container: 1180px;
}

*,
*::before,
*::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
	margin: 0;
	background: var(--bb-surface);
	color: var(--bb-ink);
	font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Noto Sans", Arial, sans-serif;
	font-size: 16px;
	line-height: 1.7;
	-webkit-font-smoothing: antialiased;
}

body.menu-open { overflow: hidden; }

img { display: block; max-width: 100%; height: auto; }

svg { display: block; }

a { color: var(--bb-blue); text-decoration-thickness: 1px; text-underline-offset: 3px; }

a:hover { color: var(--bb-accent); }

button,
input,
textarea,
select { font: inherit; }

button,
a { -webkit-tap-highlight-color: transparent; }

:focus-visible { outline: 3px solid #f5a623; outline-offset: 3px; }

.container { width: min(var(--bb-container), calc(100% - 40px)); margin-inline: auto; }

.screen-reader-text {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.screen-reader-text:focus {
	top: 8px;
	left: 8px;
	z-index: 100000;
	width: auto;
	height: auto;
	padding: 12px 18px;
	clip: auto;
	background: #fff;
	color: var(--bb-navy);
	font-weight: 800;
}

.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }

.notice-bar { background: var(--bb-navy); color: #dceaf0; font-size: .78rem; font-weight: 650; }

.notice-bar__inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }

.notice-bar__inner span { display: flex; align-items: center; gap: 8px; }

.notice-bar a { color: #fff; text-decoration: underline; text-decoration-color: rgba(255,255,255,.4); }

.status-dot { width: 7px; height: 7px; border-radius: 50%; background: #54d39a; box-shadow: 0 0 0 4px rgba(84,211,154,.14); }

.site-header { position: relative; z-index: 50; background: rgba(255,255,255,.98); border-bottom: 1px solid var(--bb-line); }

.header-main { min-height: 78px; display: flex; align-items: center; gap: 28px; }

.site-branding { display: flex; align-items: center; gap: 12px; margin-right: auto; }

.brand-mark,
.custom-logo-link { width: 46px; height: 46px; flex: 0 0 46px; display: grid; place-items: center; color: var(--bb-accent); text-decoration: none; }

.brand-mark svg { width: 46px; height: 46px; }

.custom-logo { width: 46px; height: 46px; object-fit: contain; }

.brand-copy p { margin: 0; }

.site-title { line-height: 1.05; font-size: 1.28rem; font-weight: 850; letter-spacing: -.035em; }

.site-title a { color: var(--bb-navy); text-decoration: none; }

.site-tagline { margin-top: 5px !important; color: var(--bb-muted); font-size: .7rem; line-height: 1.2; font-weight: 600; }

.primary-navigation ul { display: flex; align-items: center; gap: 30px; margin: 0; padding: 0; list-style: none; }

.primary-navigation a { position: relative; color: #33485a; font-size: .9rem; font-weight: 700; text-decoration: none; }

.primary-navigation a::after { content: ""; position: absolute; right: 0; bottom: -8px; left: 0; height: 2px; background: var(--bb-accent); transform: scaleX(0); transition: transform .2s ease; }

.primary-navigation a:hover::after,
.primary-navigation .current-menu-item > a::after { transform: scaleX(1); }

.header-search { width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid var(--bb-line); border-radius: 12px; color: var(--bb-navy); text-decoration: none; }

.header-search:hover { background: var(--bb-soft); color: var(--bb-accent); }

.header-search svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; }

.menu-toggle { display: none; width: 42px; height: 42px; padding: 10px; border: 1px solid var(--bb-line); border-radius: 10px; background: #fff; cursor: pointer; }

.menu-toggle > span:not(.screen-reader-text) { display: block; height: 2px; margin: 4px 0; border-radius: 4px; background: var(--bb-navy); transition: transform .2s ease, opacity .2s ease; }

.hero { position: relative; min-height: 600px; display: flex; align-items: center; overflow: hidden; background: linear-gradient(122deg, #f3f9f8 0%, #edf6f5 50%, #f7faf6 100%); }

.hero::before { content: ""; position: absolute; inset: 0; opacity: .35; background-image: linear-gradient(rgba(19,121,91,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(19,121,91,.06) 1px, transparent 1px); background-size: 44px 44px; mask-image: linear-gradient(to right, #000, transparent 85%); }

.hero-orb { position: absolute; border-radius: 50%; filter: blur(2px); opacity: .5; }

.hero-orb--one { width: 340px; height: 340px; top: -180px; left: -130px; background: rgba(239,108,53,.16); }

.hero-orb--two { width: 430px; height: 430px; right: -210px; bottom: -230px; background: rgba(19,121,91,.15); }

.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(390px, .9fr); gap: clamp(48px, 7vw, 96px); align-items: center; padding-block: 78px; }

.eyebrow { margin: 0 0 20px; color: var(--bb-green); font-size: .76rem; line-height: 1.4; font-weight: 850; letter-spacing: .105em; text-transform: uppercase; }

.eyebrow span { display: inline-grid; width: 22px; height: 22px; margin-right: 8px; place-items: center; border-radius: 50%; background: #d9f2e9; font-size: .72rem; }

.eyebrow--dark { color: var(--bb-blue); }

.eyebrow--light { color: #8eddbf; }

.hero h1 { max-width: 720px; margin: 0; color: var(--bb-navy); font-size: clamp(2.65rem, 5vw, 4.75rem); line-height: 1.04; letter-spacing: -.052em; }

.hero h1::first-line { color: var(--bb-navy); }

.hero-lead { max-width: 670px; margin: 24px 0 0; color: #52697a; font-size: clamp(1rem, 1.4vw, 1.18rem); line-height: 1.75; }

.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }

.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 12px 21px; border: 1px solid transparent; border-radius: 12px; font-size: .88rem; font-weight: 800; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }

.button:hover { transform: translateY(-2px); }

.button svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2; }

.button--primary { background: var(--bb-accent); color: #fff; box-shadow: 0 12px 25px rgba(239,108,53,.25); }

.button--primary:hover { background: #d95b27; color: #fff; }

.button--secondary { border-color: #bdced5; background: rgba(255,255,255,.6); color: var(--bb-navy); }

.button--secondary:hover { background: #fff; color: var(--bb-navy); }

.button--light { border-color: rgba(255,255,255,.24); background: rgba(255,255,255,.1); color: #fff; }

.button--light:hover { background: #fff; color: var(--bb-navy); }

.trust-row { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 30px; color: #536a78; font-size: .76rem; font-weight: 700; }

.trust-row span { display: flex; align-items: center; gap: 7px; }

.trust-row svg { width: 17px; height: 17px; fill: none; stroke: var(--bb-green); stroke-width: 1.8; }

.hero-panel { overflow: hidden; border: 1px solid rgba(184,207,211,.7); border-radius: 22px; background: rgba(255,255,255,.88); box-shadow: 0 28px 80px rgba(34,79,86,.18); backdrop-filter: blur(12px); transform: rotate(1deg); }

.hero-panel__header { min-height: 52px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 16px; padding: 0 18px; border-bottom: 1px solid var(--bb-line); background: #f9fbfb; font-size: .72rem; color: var(--bb-navy); }

.hero-panel__header > span:first-child { display: flex; gap: 5px; }

.hero-panel__header i { width: 7px; height: 7px; border-radius: 50%; background: #c9d5d9; }

.hero-panel__header i:first-child { background: var(--bb-accent); }

.verified-pill { justify-self: end; padding: 3px 8px; border-radius: 20px; background: #e2f3ed; color: var(--bb-green); font-size: .61rem; font-weight: 800; }

.hero-panel__body { padding: 26px; }

.mini-label { margin: 0 0 12px; color: #82929d; font-size: .62rem; font-weight: 850; letter-spacing: .12em; }

.hero-panel__body > a { display: grid; grid-template-columns: 42px 1fr auto; align-items: center; gap: 13px; padding: 14px 4px; border-bottom: 1px solid #e8edef; color: var(--bb-ink); text-decoration: none; }

.hero-panel__body > a:hover strong { color: var(--bb-accent); }

.hero-panel__body > a span:nth-child(2) { display: grid; }

.hero-panel__body > a strong { font-size: .87rem; transition: color .2s; }

.hero-panel__body > a small { color: #788a96; font-size: .7rem; }

.hero-panel__body > a b { color: #9aabb4; font-size: 1rem; }

.quick-icon { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 11px; font-size: .68rem; font-weight: 850; }

.quick-icon--orange { background: #fff0e9; color: var(--bb-accent); }

.quick-icon--blue { background: #e8f2f7; color: var(--bb-blue); }

.quick-icon--green { background: #e6f5ee; color: var(--bb-green); }

.safety-note { display: grid; grid-template-columns: 38px 1fr; gap: 11px; margin-top: 22px; padding: 13px; border: 1px solid #d8e9e2; border-radius: 12px; background: #f1f9f6; }

.safety-note svg { width: 26px; height: 26px; margin: 3px auto; fill: none; stroke: var(--bb-green); stroke-width: 1.8; }

.safety-note span { display: grid; }

.safety-note strong { color: var(--bb-green); font-size: .76rem; }

.safety-note small { color: #61776e; font-size: .67rem; }

.section { padding-block: 94px; }

.section-heading { max-width: 720px; margin-bottom: 42px; }

.section-heading--center { margin-inline: auto; text-align: center; }

.section-heading h2,
.journey-section h2,
.faq-intro h2 { margin: 0; color: var(--bb-navy); font-size: clamp(2rem, 3.5vw, 3rem); line-height: 1.15; letter-spacing: -.042em; }

.section-heading > p:last-child,
.section-intro { margin: 16px 0 0; color: var(--bb-muted); }

.service-section { background: #fff; }

.service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }

.service-card { min-height: 292px; display: flex; flex-direction: column; padding: 26px; border: 1px solid var(--bb-line); border-radius: var(--bb-radius); background: #fff; box-shadow: 0 1px 0 rgba(16,42,67,.02); transition: transform .23s ease, box-shadow .23s ease, border-color .23s ease; scroll-margin-top: 24px; }

.service-card:hover { transform: translateY(-5px); border-color: #c7d8df; box-shadow: var(--bb-shadow-small); }

.service-card__top { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; }

.service-icon { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 14px; }

.service-icon svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }

.service-icon--0 { background: #fff0e8; color: var(--bb-accent); }

.service-icon--1 { background: #eaf3f7; color: var(--bb-blue); }

.service-icon--2 { background: #e6f4ed; color: var(--bb-green); }

.service-icon--3 { background: #f5effd; color: #7351a8; }

.service-icon--4 { background: #fff6dd; color: #a87400; }

.official-tag { padding: 4px 7px; border-radius: 5px; background: #edf6f2; color: var(--bb-green); font-size: .55rem; line-height: 1.4; font-weight: 850; letter-spacing: .06em; white-space: nowrap; }

.service-card h3 { margin: 22px 0 8px; color: var(--bb-navy); font-size: 1.12rem; line-height: 1.3; letter-spacing: -.02em; }

.service-card p { margin: 0 0 20px; color: var(--bb-muted); font-size: .84rem; line-height: 1.65; }

.card-link { display: inline-flex; align-items: center; gap: 8px; margin-top: auto; color: var(--bb-accent); font-size: .82rem; font-weight: 850; text-decoration: none; }

.card-link svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 2; transition: transform .2s; }

.card-link:hover svg { transform: translateX(4px); }

.external-note { max-width: 850px; margin: 28px auto 0; padding: 12px 16px; border-radius: 10px; background: var(--bb-soft); color: #6d7d88; font-size: .75rem; text-align: center; }

.external-note span { color: var(--bb-blue); font-weight: 850; }

.journey-section { background: linear-gradient(130deg, #f3f7f5, #edf5f6); }

.journey-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(350px, .72fr); gap: clamp(50px, 8vw, 110px); align-items: center; }

.steps-list { display: grid; gap: 4px; margin: 34px 0 0; padding: 0; list-style: none; }

.steps-list li { position: relative; display: grid; grid-template-columns: 42px 1fr; gap: 18px; padding-bottom: 26px; }

.steps-list li:not(:last-child)::after { content: ""; position: absolute; top: 42px; bottom: 0; left: 20px; width: 1px; background: #cbdedb; }

.steps-list > li > span { position: relative; z-index: 1; width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid #b9d4ce; border-radius: 50%; background: #fff; color: var(--bb-green); font-size: .78rem; font-weight: 850; box-shadow: 0 5px 15px rgba(16,42,67,.05); }

.steps-list h3 { margin: 1px 0 5px; color: var(--bb-navy); font-size: 1rem; }

.steps-list p { margin: 0; color: var(--bb-muted); font-size: .84rem; }

.checklist-card { overflow: hidden; border: 1px solid #d6e2e1; border-radius: 20px; background: #fff; box-shadow: var(--bb-shadow); }

.checklist-card__header { display: grid; grid-template-columns: 48px 1fr; align-items: center; gap: 14px; padding: 24px 26px; border-bottom: 1px solid var(--bb-line); }

.checklist-card__header > span { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 13px; background: var(--bb-accent-soft); color: var(--bb-accent); }

.checklist-card__header svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.8; }

.checklist-card__header small { color: #84939c; font-size: .58rem; font-weight: 850; letter-spacing: .1em; }

.checklist-card__header h3 { margin: 2px 0 0; color: var(--bb-navy); font-size: 1.06rem; }

.checklist-card ul { display: grid; gap: 15px; margin: 0; padding: 25px 28px 20px; list-style: none; }

.checklist-card li { display: flex; align-items: center; gap: 11px; color: #405663; font-size: .82rem; font-weight: 650; }

.checklist-card li span { width: 19px; height: 19px; display: grid; flex: 0 0 19px; place-items: center; border-radius: 50%; background: #e0f3eb; color: var(--bb-green); font-size: .63rem; font-weight: 900; }

.privacy-tip { margin: 0 20px 20px; padding: 15px 17px; border-radius: 12px; background: #fff7eb; }

.privacy-tip strong { color: #9c6400; font-size: .76rem; }

.privacy-tip p { margin: 3px 0 0; color: #796341; font-size: .68rem; line-height: 1.55; }

.terms-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; }

.terms-grid article { display: grid; grid-template-columns: 48px 1fr; gap: 16px; padding: 22px; border: 1px solid var(--bb-line); border-radius: 15px; background: #fff; }

.terms-grid article > span { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 12px; background: var(--bb-soft-blue); color: var(--bb-blue); font-weight: 850; }

.terms-grid h3 { margin: 1px 0 6px; color: var(--bb-navy); font-size: .96rem; }

.terms-grid p { margin: 0; color: var(--bb-muted); font-size: .78rem; line-height: 1.6; }

.custom-home-content { padding-top: 0; }

.latest-section { background: var(--bb-soft); }

.section-heading--split { max-width: none; display: flex; align-items: end; justify-content: space-between; gap: 24px; }

.section-heading--split > a { margin-bottom: 7px; color: var(--bb-accent); font-size: .82rem; font-weight: 800; text-decoration: none; }

.post-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 20px; }

.post-card { overflow: hidden; border: 1px solid var(--bb-line); border-radius: var(--bb-radius); background: #fff; box-shadow: 0 8px 24px rgba(16,42,67,.05); }

.post-card__image { display: block; aspect-ratio: 16 / 9; overflow: hidden; background: #dde8ea; }

.post-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }

.post-card:hover .post-card__image img { transform: scale(1.04); }

.post-card__content { padding: 24px; }

.post-card__meta { margin-bottom: 8px; color: #80909a; font-size: .68rem; font-weight: 700; }

.post-card h2,
.post-card h3 { margin: 0 0 10px; font-size: 1.08rem; line-height: 1.4; }

.post-card h2 a,
.post-card h3 a { color: var(--bb-navy); text-decoration: none; }

.post-card p { margin: 0 0 18px; color: var(--bb-muted); font-size: .8rem; }

.faq-section { background: var(--bb-navy); color: #fff; }

.faq-grid { display: grid; grid-template-columns: .68fr 1.32fr; gap: clamp(44px, 8vw, 100px); }

.faq-intro h2 { color: #fff; }

.faq-intro > p:not(.eyebrow) { margin: 16px 0 28px; color: #b8c9d4; }

.faq-list { border-top: 1px solid rgba(255,255,255,.15); }

.faq-list details { border-bottom: 1px solid rgba(255,255,255,.15); }

.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 21px 0; color: #fff; font-size: .95rem; font-weight: 750; list-style: none; cursor: pointer; }

.faq-list summary::-webkit-details-marker { display: none; }

.faq-list summary span { width: 28px; height: 28px; display: grid; flex: 0 0 28px; place-items: center; border-radius: 50%; background: rgba(255,255,255,.08); color: #a9c6d4; font-size: 1.1rem; font-weight: 400; transition: transform .2s; }

.faq-list details[open] summary span { transform: rotate(45deg); }

.faq-list details p { max-width: 670px; margin: -4px 0 22px; color: #b8c9d4; font-size: .82rem; line-height: 1.7; }

.site-footer { background: #0b2033; color: #afc0cb; }

.footer-grid { display: grid; grid-template-columns: 1.5fr .8fr .8fr; gap: 70px; padding-block: 60px 42px; }

.footer-brand { display: inline-flex; align-items: center; gap: 10px; color: #fff; font-size: 1.05rem; font-weight: 850; text-decoration: none; }

.footer-brand__mark { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 10px; background: var(--bb-accent); color: #fff; }

.footer-about p { max-width: 390px; margin: 18px 0 0; font-size: .78rem; }

.site-footer h2 { margin: 0 0 17px; color: #fff; font-size: .78rem; letter-spacing: .05em; text-transform: uppercase; }

.site-footer ul { display: grid; gap: 9px; margin: 0; padding: 0; list-style: none; }

.site-footer a { color: #afc0cb; font-size: .76rem; text-decoration: none; }

.site-footer a:hover { color: #fff; }

.site-footer .menu + .footer-fallback { display: none; }

.footer-disclaimer { padding: 20px 22px; border: 1px solid rgba(255,255,255,.1); border-radius: 10px; background: rgba(255,255,255,.035); color: #99acb9; font-size: .7rem; line-height: 1.6; }

.footer-disclaimer strong { color: #e2eaf0; }

.footer-bottom { margin-top: 36px; border-top: 1px solid rgba(255,255,255,.08); }

.footer-bottom__inner { min-height: 64px; display: flex; align-items: center; justify-content: space-between; gap: 22px; }

.footer-bottom p { margin: 0; font-size: .66rem; }

/* Content views */
.content-shell { min-height: 65vh; padding-block: 54px 90px; background: #f7f9fa; }

.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 28px; color: #82909a; font-size: .75rem; }

.breadcrumbs a { color: var(--bb-blue); text-decoration: none; }

.content-layout { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 34px; align-items: start; }

.content-card { overflow: hidden; padding: clamp(26px, 5vw, 54px); border: 1px solid var(--bb-line); border-radius: var(--bb-radius); background: #fff; box-shadow: var(--bb-shadow-small); }

.entry-header { margin-bottom: 30px; }

.entry-title { margin: 0; color: var(--bb-navy); font-size: clamp(2rem, 4vw, 3.2rem); line-height: 1.15; letter-spacing: -.04em; }

.entry-meta { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 14px; color: #7b8b95; font-size: .76rem; }

.entry-thumbnail { overflow: hidden; margin: 0 0 34px; border-radius: 14px; }

.entry-content { color: #344b5a; }

.entry-content > *:first-child { margin-top: 0; }

.entry-content h2 { margin: 2em 0 .65em; color: var(--bb-navy); font-size: clamp(1.55rem, 2.8vw, 2.2rem); line-height: 1.25; letter-spacing: -.03em; }

.entry-content h3 { margin: 1.7em 0 .55em; color: var(--bb-navy); font-size: 1.3rem; }

.entry-content p,
.entry-content li { line-height: 1.8; }

.entry-content table { width: 100%; border-collapse: collapse; }

.entry-content th,
.entry-content td { padding: 12px; border: 1px solid var(--bb-line); text-align: left; }

.entry-content th { background: var(--bb-soft); color: var(--bb-navy); }

.entry-content blockquote { margin: 28px 0; padding: 18px 24px; border-left: 4px solid var(--bb-accent); background: var(--bb-accent-soft); color: #5d4a40; }

.entry-content .wp-block-button__link { border-radius: 10px; background: var(--bb-accent); }

.post-navigation { margin-top: 40px; padding-top: 25px; border-top: 1px solid var(--bb-line); }

.post-navigation .nav-links { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }

.post-navigation a { display: block; color: var(--bb-navy); font-size: .82rem; font-weight: 750; text-decoration: none; }

.post-navigation .nav-next { text-align: right; }

.sidebar { display: grid; gap: 22px; }

.widget { padding: 24px; border: 1px solid var(--bb-line); border-radius: 15px; background: #fff; }

.widget-title { margin: 0 0 14px; color: var(--bb-navy); font-size: 1rem; }

.widget ul { margin: 0; padding-left: 18px; }

.widget li { margin: 8px 0; font-size: .78rem; }

.archive-header { max-width: 760px; margin-bottom: 30px; }

.archive-header h1 { margin: 0; color: var(--bb-navy); font-size: clamp(2rem, 4vw, 3rem); }

.archive-description { color: var(--bb-muted); }

.archive-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }

.pagination { margin-top: 40px; }

.pagination .nav-links { display: flex; flex-wrap: wrap; gap: 8px; }

.page-numbers { min-width: 40px; height: 40px; display: grid; place-items: center; padding: 0 10px; border: 1px solid var(--bb-line); border-radius: 8px; background: #fff; text-decoration: none; }

.page-numbers.current { border-color: var(--bb-navy); background: var(--bb-navy); color: #fff; }

.empty-state { max-width: 680px; margin: 30px auto; padding: 50px; border: 1px solid var(--bb-line); border-radius: var(--bb-radius); background: #fff; text-align: center; }

.empty-state h1,
.empty-state h2 { margin: 0 0 12px; color: var(--bb-navy); }

.search-form { display: flex; gap: 8px; margin-top: 24px; }

.search-field { min-width: 0; flex: 1; min-height: 46px; padding: 10px 14px; border: 1px solid #c9d6dc; border-radius: 9px; }

.search-submit { min-height: 46px; padding: 10px 18px; border: 0; border-radius: 9px; background: var(--bb-accent); color: #fff; font-weight: 800; cursor: pointer; }

.comments-area { margin-top: 40px; padding-top: 30px; border-top: 1px solid var(--bb-line); }

.comment-list { padding-left: 20px; }

.comment-body { margin-bottom: 22px; padding: 18px; border: 1px solid var(--bb-line); border-radius: 12px; }

.comment-form label { display: block; margin-bottom: 5px; font-weight: 700; }

.comment-form input:not([type="submit"]),
.comment-form textarea { width: 100%; padding: 11px 13px; border: 1px solid #c9d6dc; border-radius: 9px; }

.form-submit .submit { padding: 12px 20px; border: 0; border-radius: 9px; background: var(--bb-accent); color: #fff; font-weight: 800; cursor: pointer; }

@media (max-width: 960px) {
	.menu-toggle { display: block; order: 2; }
	.header-search { order: 1; margin-left: auto; }
	.site-branding { margin-right: 0; }
	.primary-navigation { position: fixed; top: 112px; right: 0; bottom: 0; left: 0; padding: 24px 20px; background: #fff; opacity: 0; visibility: hidden; transform: translateY(-8px); transition: opacity .2s, visibility .2s, transform .2s; }
	.primary-navigation.is-open { opacity: 1; visibility: visible; transform: translateY(0); }
	.primary-navigation ul { display: grid; gap: 0; align-items: stretch; }
	.primary-navigation li { border-bottom: 1px solid var(--bb-line); }
	.primary-navigation a { display: block; padding: 16px 4px; font-size: 1rem; }
	.primary-navigation a::after { display: none; }
	.hero-grid { grid-template-columns: 1fr 390px; gap: 42px; }
	.service-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
	.terms-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
	.content-layout { grid-template-columns: 1fr; }
	.sidebar { grid-template-columns: repeat(2, minmax(0,1fr)); }
}

@media (max-width: 760px) {
	.container { width: min(100% - 28px, var(--bb-container)); }
	.notice-bar__inner { min-height: 38px; justify-content: center; text-align: center; }
	.notice-bar__inner > a { display: none; }
	.header-main { min-height: 70px; gap: 10px; }
	.brand-mark,
	.custom-logo-link { width: 40px; height: 40px; flex-basis: 40px; }
	.brand-mark svg,
	.custom-logo { width: 40px; height: 40px; }
	.site-title { font-size: 1.08rem; }
	.site-tagline { display: none; }
	.primary-navigation { top: 108px; }
	.hero { min-height: auto; }
	.hero-grid { grid-template-columns: 1fr; gap: 46px; padding-block: 62px; }
	.hero h1 { font-size: clamp(2.5rem, 12vw, 4rem); }
	.hero-panel { width: min(100%, 440px); margin-inline: auto; transform: none; }
	.section { padding-block: 68px; }
	.service-grid,
	.terms-grid,
	.post-grid,
	.journey-grid,
	.faq-grid,
	.footer-grid,
	.archive-grid { grid-template-columns: 1fr; }
	.service-card { min-height: 270px; }
	.journey-grid { gap: 46px; }
	.terms-grid article { padding: 20px; }
	.section-heading--split { align-items: start; }
	.faq-grid { gap: 34px; }
	.footer-grid { gap: 38px; padding-block: 50px 34px; }
	.footer-bottom__inner { min-height: auto; flex-direction: column; align-items: start; padding-block: 20px; }
	.sidebar { grid-template-columns: 1fr; }
	.content-card { padding: 25px 20px; }
	.post-navigation .nav-links { grid-template-columns: 1fr; }
	.post-navigation .nav-next { text-align: left; }
}

@media (max-width: 430px) {
	.header-search { width: 38px; height: 38px; }
	.menu-toggle { width: 40px; height: 40px; }
	.hero-actions { display: grid; }
	.button { width: 100%; }
	.trust-row { display: grid; gap: 10px; }
	.hero-panel__body { padding: 20px; }
	.service-grid { grid-template-columns: 1fr; }
	.service-card { min-height: 0; }
	.section-heading--split { display: block; }
	.section-heading--split > a { display: inline-block; margin-top: 16px; }
	.empty-state { padding: 30px 20px; }
}

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	*, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

@media print {
	.notice-bar,
	.primary-navigation,
	.menu-toggle,
	.header-search,
	.hero-actions,
	.site-footer { display: none !important; }
	body { color: #000; background: #fff; font-size: 12pt; }
	.site-header { border-bottom: 1px solid #bbb; }
	.content-shell { background: #fff; padding: 20px 0; }
	.content-card { padding: 0; border: 0; box-shadow: none; }
	a { color: #000; text-decoration: underline; }
}
