/* =====================================================
   Bostan Green - Main Stylesheet (RTL, Dark Green, Changa)
   ===================================================== */
:root {
    --bg-950: #07160c;
    --bg-900: #0a1f12;
    --bg-850: #0d2717;
    --bg-800: #10331e;
    --bg-700: #1a4a2c;
    --bg-600: #22693c;
    --bg-500: #2e9e56;
    --bg-400: #4ade80;
    --bg-300: #86efac;
    --bg-line: #1d4028;
    --bg-line-2: #275136;
    --ink: #eef7f0;
    --muted: #9dbfa8;
    --muted-2: #6f9580;
    --gold: #facc15;
    --radius: 16px;
    --radius-sm: 12px;
    --shadow: 0 10px 30px rgba(0, 0, 0, .35);
    --shadow-lg: 0 20px 50px rgba(0, 0, 0, .45);
    --container: 1180px;
    --header-h: 74px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
    margin: 0;
    font-family: var(--font-body, "Changa"), "Segoe UI", Tahoma, Arial, sans-serif;
    background: var(--bg-900);
    color: var(--ink);
    line-height: 1.85;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

img { max-width: 100%; height: auto; display: block; }
a { color: var(--bg-400); text-decoration: none; transition: color .18s ease; }
a:hover { color: var(--bg-300); }

h1, h2, h3, h4 {
    line-height: 1.4;
    margin: 0 0 .55em;
    color: var(--c-head, #fff);
    font-family: var(--font-head, "Changa"), "Segoe UI", Tahoma, Arial, sans-serif;
    font-weight: 700;
    letter-spacing: -.2px;
}

section[id], #content { scroll-margin-top: 90px; }

.bg-container {
    max-width: var(--container);
    margin-inline: auto;
    padding-inline: 20px;
}
.bg-narrow { max-width: 860px; }

.screen-reader-text {
    position: absolute !important;
    width: 1px; height: 1px;
    overflow: hidden; clip: rect(0 0 0 0);
    white-space: nowrap;
}
.skip-link:focus {
    position: fixed; top: 10px; right: 10px;
    width: auto; height: auto; clip: auto;
    background: var(--bg-400); color: var(--bg-950);
    padding: 10px 18px; border-radius: 10px; z-index: 9999; font-weight: 700;
}

/* ============ Buttons ============ */
.bg-btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 9px;
    padding: 13px 28px; border-radius: 999px;
    font-weight: 700; font-size: .95rem; line-height: 1.4;
    font-family: inherit;
    border: 2px solid transparent;
    cursor: pointer;
    transition: transform .16s ease, box-shadow .16s ease, background .16s ease, border-color .16s ease;
}
.bg-btn:hover { transform: translateY(-2px); }
.bg-btn-sm { padding: 9px 20px; font-size: .88rem; }

.bg-btn-primary {
    background: linear-gradient(135deg, var(--bg-500), var(--bg-600));
    color: #fff;
    box-shadow: 0 8px 22px rgba(46, 158, 86, .3);
}
.bg-btn-primary:hover { color: #fff; box-shadow: 0 12px 30px rgba(46, 158, 86, .45); }

.bg-btn-accent {
    background: linear-gradient(135deg, var(--bg-400), #22c55e);
    color: var(--bg-950);
    box-shadow: 0 8px 24px rgba(74, 222, 128, .35);
}
.bg-btn-accent:hover { color: var(--bg-950); box-shadow: 0 12px 34px rgba(74, 222, 128, .5); }

.bg-btn-ghost {
    border-color: var(--bg-line-2);
    color: var(--ink);
    background: rgba(255, 255, 255, .04);
}
.bg-btn-ghost:hover { border-color: var(--bg-400); color: var(--bg-400); }

.bg-btn-outline-light {
    border-color: rgba(255, 255, 255, .25);
    color: #fff;
    background: transparent;
}
.bg-btn-outline-light:hover { border-color: var(--bg-400); color: var(--bg-400); }

/* ============ Top bar ============ */
.bg-topbar {
    background: var(--bg-950);
    border-bottom: 1px solid var(--bg-line);
    font-size: .8rem;
}
.bg-topbar-inner {
    display: flex; align-items: center; justify-content: space-between;
    gap: 16px; min-height: 40px;
}
.bg-topbar-info { display: flex; align-items: center; gap: 20px; }
.bg-topbar-item {
    display: inline-flex; align-items: center; gap: 7px;
    color: var(--muted);
}
.bg-topbar-item:hover { color: var(--bg-300); }
.bg-topbar-social { display: flex; align-items: center; gap: 6px; }
.bg-topbar-social a {
    display: inline-flex; align-items: center; justify-content: center;
    width: 28px; height: 28px; border-radius: 8px;
    color: var(--muted);
    transition: background .16s ease, color .16s ease;
}
.bg-topbar-social a:hover { background: rgba(255, 255, 255, .08); color: var(--bg-400); }
@media (max-width: 780px) {
    .bg-topbar-hours, .bg-topbar .bg-topbar-item:nth-child(2) { display: none; }
    .bg-topbar-inner { justify-content: center; }
}

/* ============ Header ============ */
.bg-header {
    position: sticky; top: 0; z-index: 200;
    background: rgba(10, 31, 18, .85);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-bottom: 1px solid var(--bg-line);
    transition: box-shadow .2s ease;
}
.bg-header.scrolled { box-shadow: 0 10px 34px rgba(0, 0, 0, .45); }
.bg-no-sticky { position: static !important; }
.bg-header-inner {
    display: flex; align-items: center; justify-content: space-between;
    gap: 18px; min-height: var(--header-h);
}
.bg-brand { flex-shrink: 0; }
.bg-brand .custom-logo { max-height: 54px; width: auto; }
.bg-logo-text { display: inline-flex; align-items: center; gap: 11px; }
.bg-logo-badge {
    display: inline-flex; align-items: center; justify-content: center;
    width: 44px; height: 44px; border-radius: 14px;
    background: linear-gradient(135deg, var(--bg-500), var(--bg-700));
    color: #fff;
    box-shadow: 0 6px 16px rgba(46, 158, 86, .35);
}
.bg-logo-name {
    display: flex; flex-direction: column;
    color: #fff; font-weight: 800; font-size: 1.15rem; line-height: 1.25;
}
.bg-logo-name small {
    color: var(--muted); font-size: .68rem; font-weight: 500; letter-spacing: .5px;
}

.bg-menu { display: flex; gap: 2px; list-style: none; margin: 0; padding: 0; }
.bg-menu a {
    display: block; padding: 9px 16px; border-radius: 10px;
    color: var(--ink); font-weight: 600; font-size: .95rem;
    transition: background .16s ease, color .16s ease;
}
.bg-menu a:hover, .bg-menu .current-menu-item > a {
    background: rgba(74, 222, 128, .12);
    color: var(--bg-300);
}

.bg-header-cta { display: flex; align-items: center; gap: 10px; }

.bg-burger {
    display: none; flex-direction: column; gap: 5px;
    background: rgba(255, 255, 255, .06); border: 1px solid var(--bg-line-2);
    border-radius: 10px; cursor: pointer; padding: 11px 9px;
}
.bg-burger span {
    display: block; width: 22px; height: 2px; border-radius: 2px;
    background: var(--ink); transition: transform .2s ease, opacity .2s ease;
}
.bg-burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.bg-burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.bg-burger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.bg-mobile-menu { display: none; border-top: 1px solid var(--bg-line); background: var(--bg-900); padding-bottom: 18px; }
.bg-mobile-list {
    flex-direction: column; padding: 10px 20px; gap: 2px;
    list-style: none; margin: 0;
}
.bg-mobile-list a {
    display: flex; padding: 12px 14px; border-radius: 10px;
    color: var(--ink); font-weight: 600;
}
.bg-mobile-list a:hover { background: rgba(74, 222, 128, .1); color: var(--bg-300); }
.bg-mobile-ctas { display: flex; gap: 10px; padding: 8px 20px 0; }
.bg-mobile-ctas .bg-btn { flex: 1; }

@media (max-width: 960px) {
    .bg-nav { display: none; }
    .bg-burger { display: flex; }
    .bg-mobile-menu:not([hidden]) { display: block; }
    .bg-header-cta .bg-btn { display: none; }
}

/* ============ Hero ============ */
.bg-hero {
    position: relative;
    padding: 88px 0 96px;
    background:
        radial-gradient(900px 480px at 88% -10%, rgba(74, 222, 128, .16), transparent 55%),
        radial-gradient(700px 420px at -8% 108%, rgba(34, 197, 94, .1), transparent 55%),
        linear-gradient(180deg, var(--bg-850), var(--bg-900));
    overflow: hidden;
}
.bg-hero-deco span {
    position: absolute; border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .05);
    pointer-events: none;
}
.bg-hero-deco span:nth-child(1) { width: 520px; height: 520px; top: -180px; left: -140px; }
.bg-hero-deco span:nth-child(2) { width: 300px; height: 300px; bottom: -110px; left: 30%; }
.bg-hero-deco span:nth-child(3) { width: 200px; height: 200px; top: 14%; right: 12%; }

.bg-hero-inner {
    position: relative; z-index: 2;
    display: grid; grid-template-columns: 1.12fr .88fr; gap: 48px; align-items: center;
}
.bg-eyebrow {
    display: inline-flex; align-items: center; gap: 8px;
    background: rgba(74, 222, 128, .12);
    border: 1px solid rgba(74, 222, 128, .3);
    color: var(--bg-300);
    padding: 7px 16px; border-radius: 999px;
    font-weight: 600; font-size: .82rem; margin: 0 0 20px;
}
.bg-hero h1 {
    font-size: clamp(2rem, 5vw, 3.4rem);
    font-weight: 800;
    margin-bottom: 16px;
    background: linear-gradient(120deg, #fff 55%, var(--bg-300));
    -webkit-background-clip: text;
    background-clip: text;
}
.bg-hero-sub {
    font-size: 1.12rem; color: var(--muted);
    max-width: 520px; margin: 0 0 28px;
}
.bg-hero-ctas { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 28px; }
.bg-hero-points {
    display: grid; grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 22px; list-style: none; padding: 0; margin: 0;
    color: var(--muted); font-size: .92rem;
}
.bg-hero-points li { display: inline-flex; align-items: center; gap: 8px; }
.bg-hero-points svg { color: var(--bg-400); flex-shrink: 0; }

.bg-hero-art { position: relative; }
.bg-hero-art svg, .bg-hero-art img {
    width: 100%; height: auto;
    border-radius: 24px;
    box-shadow: var(--shadow-lg);
    border: 1px solid var(--bg-line-2);
}
.bg-hero-art img { aspect-ratio: 4 / 3; object-fit: cover; }

@media (max-width: 920px) {
    .bg-hero { padding: 56px 0 64px; }
    .bg-hero-inner { grid-template-columns: 1fr; gap: 36px; }
    .bg-hero-art { max-width: 440px; margin-inline: auto; }
}

/* ============ Features strip ============ */
.bg-features {
    background: var(--bg-800);
    border-block: 1px solid var(--bg-line);
    padding: 40px 0;
}
.bg-features .bg-grid-4 { gap: 18px; }
.bg-feature { display: flex; flex-direction: column; gap: 6px; }
.bg-feature-icon {
    display: inline-flex; align-items: center; justify-content: center;
    width: 52px; height: 52px; border-radius: 15px;
    background: linear-gradient(135deg, rgba(74, 222, 128, .16), rgba(34, 197, 94, .05));
    border: 1px solid rgba(74, 222, 128, .25);
    color: var(--bg-400);
    margin-bottom: 6px;
}
.bg-feature h3 { font-size: 1.02rem; margin-bottom: 2px; }
.bg-feature p { color: var(--muted); font-size: .85rem; margin: 0; line-height: 1.7; }

/* ============ Sections ============ */
.bg-section { padding: 84px 0; position: relative; }
.bg-alt { background: var(--bg-850); }
.bg-section-head { text-align: center; max-width: 680px; margin: 0 auto 52px; }
.bg-section-head h2 { font-size: clamp(1.6rem, 3.4vw, 2.3rem); }
.bg-section-head > p:last-child { color: var(--muted); margin: 0; }
.bg-kicker {
    display: inline-flex; align-items: center; gap: 7px;
    color: var(--bg-400); font-weight: 700; font-size: .8rem;
    letter-spacing: 1.5px; text-transform: uppercase;
    background: rgba(74, 222, 128, .1);
    border: 1px solid rgba(74, 222, 128, .22);
    padding: 5px 16px; border-radius: 999px;
    margin: 0 0 16px;
}
.bg-section-more { text-align: center; margin-top: 44px; }

.bg-grid-2, .bg-grid-3, .bg-grid-4 { display: grid; gap: 22px; }
.bg-grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.bg-grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
@media (max-width: 980px) {
    .bg-grid-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .bg-grid-3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 620px) {
    .bg-grid-4, .bg-grid-3, .bg-grid-2 { grid-template-columns: 1fr; }
    .bg-section { padding: 60px 0; }
}

/* ============ Cards ============ */
.bg-card {
    background: linear-gradient(180deg, var(--bg-800), var(--bg-850));
    border: 1px solid var(--bg-line);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    overflow: hidden;
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.bg-card:hover {
    transform: translateY(-5px);
    border-color: rgba(74, 222, 128, .4);
    box-shadow: var(--shadow-lg);
}
.bg-card-body { padding: 26px 24px; }
.bg-card-title { font-size: 1.12rem; margin-bottom: 8px; }
.bg-card-title a { color: #fff; }
.bg-card-title a:hover { color: var(--bg-300); }
.bg-more {
    display: inline-flex; align-items: center; gap: 6px;
    color: var(--bg-400); font-weight: 700; font-size: .9rem;
}
.bg-more:hover { gap: 10px; color: var(--bg-300); }
.bg-meta { color: var(--muted-2); font-size: .85rem; margin: 0 0 8px; }
.bg-empty { text-align: center; color: var(--muted); padding: 30px 0; }

.bg-service .bg-service-icon {
    display: inline-flex; align-items: center; justify-content: center;
    width: 58px; height: 58px; border-radius: 16px;
    background: linear-gradient(135deg, rgba(74, 222, 128, .18), rgba(34, 197, 94, .06));
    border: 1px solid rgba(74, 222, 128, .28);
    color: var(--bg-400);
    margin-bottom: 16px;
    transition: transform .2s ease;
}
.bg-service:hover .bg-service-icon { transform: scale(1.08) rotate(-4deg); }
.bg-service p { color: var(--muted); font-size: .92rem; }
.bg-service-price { color: var(--bg-300) !important; font-weight: 700; }

.bg-why { padding: 26px 24px; position: relative; }
.bg-why-icon {
    display: inline-flex; align-items: center; justify-content: center;
    width: 50px; height: 50px; border-radius: 14px;
    background: rgba(74, 222, 128, .1);
    border: 1px solid rgba(74, 222, 128, .25);
    color: var(--bg-400); margin-bottom: 14px;
}
.bg-why h3 { font-size: 1.05rem; }
.bg-why p { color: var(--muted); font-size: .92rem; margin: 0; }

/* Projects */
.bg-project-card { position: relative; }
.bg-card-thumb { display: block; overflow: hidden; position: relative; }
.bg-card-thumb img {
    width: 100%; aspect-ratio: 4 / 3; object-fit: cover;
    transition: transform .45s ease;
}
.bg-project-card:hover .bg-card-thumb img { transform: scale(1.07); }
.bg-project-loc {
    position: absolute; bottom: 14px; right: 14px;
    display: inline-flex; align-items: center; gap: 6px;
    background: rgba(7, 22, 12, .8);
    backdrop-filter: blur(6px);
    border: 1px solid rgba(255, 255, 255, .14);
    color: #fff; font-size: .78rem; font-weight: 600;
    padding: 6px 14px; border-radius: 999px;
}
.bg-post-card .bg-card-body { padding: 22px; }

/* Testimonials */
.bg-testi { position: relative; }
.bg-testi-quote {
    position: absolute; top: 18px; left: 20px;
    color: rgba(74, 222, 128, .16);
}
.bg-testi-text { margin: 0 0 18px; color: var(--ink); font-size: .95rem; position: relative; }
.bg-testi-who { display: flex; align-items: center; gap: 12px; }
.bg-testi-avatar {
    width: 46px; height: 46px; border-radius: 50%;
    background: linear-gradient(135deg, var(--bg-600), var(--bg-700));
    color: #fff;
    display: inline-flex; align-items: center; justify-content: center;
    font-weight: 800; font-size: 1.15rem; flex-shrink: 0;
}
.bg-testi-name { font-weight: 700; margin: 0; font-size: .95rem; color: #fff; }
.bg-testi-role { color: var(--muted-2); font-size: .8rem; margin: 0; }
.bg-testi-stars { color: var(--gold); letter-spacing: 3px; font-size: .9rem; margin-bottom: 12px; display: block; }

/* FAQ */
.bg-faq-item {
    background: var(--bg-800);
    border: 1px solid var(--bg-line);
    border-radius: var(--radius-sm);
    margin-bottom: 12px;
    overflow: hidden;
    transition: border-color .2s ease;
}
.bg-faq-item.open { border-color: rgba(74, 222, 128, .35); }
.bg-faq-q {
    width: 100%; text-align: right;
    background: none; border: 0; cursor: pointer;
    padding: 17px 20px;
    font-size: 1rem; font-weight: 600; font-family: inherit;
    color: var(--ink);
    display: flex; justify-content: space-between; align-items: center; gap: 14px;
}
.bg-faq-q::after {
    content: "+";
    flex-shrink: 0;
    width: 30px; height: 30px; border-radius: 50%;
    background: rgba(74, 222, 128, .12);
    color: var(--bg-400);
    display: grid; place-items: center;
    font-size: 1.3rem; font-weight: 500;
    transition: transform .2s ease, background .2s ease;
}
.bg-faq-item.open .bg-faq-q::after { transform: rotate(45deg); background: rgba(74, 222, 128, .25); }
.bg-faq-a { display: none; padding: 0 20px 18px; color: var(--muted); margin: 0; font-size: .93rem; }
.bg-faq-item.open .bg-faq-a { display: block; }

/* ============ About + Stats ============ */
.bg-about-grid {
    display: grid; grid-template-columns: 1.15fr .85fr;
    gap: 52px; align-items: center; margin-bottom: 56px;
}
@media (max-width: 880px) { .bg-about-grid { grid-template-columns: 1fr; gap: 36px; } }
.bg-about-text h2 { font-size: clamp(1.5rem, 3vw, 2rem); }
.bg-about-text > p { color: var(--muted); }
.bg-check-list { list-style: none; padding: 0; margin: 20px 0 26px; }
.bg-check-list li {
    display: flex; align-items: flex-start; gap: 10px;
    padding: 7px 0; color: var(--ink); font-size: .95rem;
}
.bg-check-list svg { color: var(--bg-400); flex-shrink: 0; margin-top: 5px; }

.bg-about-visual { display: flex; justify-content: center; }
.bg-stats-ring { position: relative; width: min(300px, 80%); }
.bg-stats-ring svg { width: 100%; height: auto; display: block; }
.bg-ring-inner {
    position: absolute; inset: 0;
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    gap: 2px;
}
.bg-ring-inner strong { font-size: 2.4rem; font-weight: 800; color: #fff; line-height: 1.2; }
.bg-ring-inner span { color: var(--muted); font-size: .9rem; }

.bg-stats-bar {
    display: grid; grid-template-columns: repeat(4, 1fr);
    background: linear-gradient(120deg, var(--bg-700), var(--bg-600));
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow);
}
.bg-stat {
    text-align: center;
    padding: 30px 14px;
    border-left: 1px solid rgba(255, 255, 255, .12);
}
.bg-stat:last-child { border-left: 0; }
.bg-stat-num { display: block; font-size: 2.2rem; font-weight: 800; color: #fff; line-height: 1.3; }
.bg-stat-label { color: rgba(255, 255, 255, .8); font-size: .88rem; }
@media (max-width: 720px) {
    .bg-stats-bar { grid-template-columns: repeat(2, 1fr); }
    .bg-stat:nth-child(2n) { border-left: 0; }
    .bg-stat:nth-child(-n+2) { border-bottom: 1px solid rgba(255, 255, 255, .12); }
}

/* ============ Steps ============ */
.bg-steps {
    list-style: none; margin: 0; padding: 0;
    display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px;
    counter-reset: step;
}
@media (max-width: 1020px) { .bg-steps { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 640px) { .bg-steps { grid-template-columns: 1fr; } }
.bg-step {
    position: relative;
    background: var(--bg-800);
    border: 1px solid var(--bg-line);
    border-radius: var(--radius);
    padding: 26px 20px 22px;
    transition: transform .2s ease, border-color .2s ease;
}
.bg-step:hover { transform: translateY(-4px); border-color: rgba(74, 222, 128, .4); }
.bg-step-num {
    display: inline-flex; align-items: center; justify-content: center;
    width: 38px; height: 38px; border-radius: 50%;
    background: linear-gradient(135deg, var(--bg-500), var(--bg-700));
    color: #fff; font-weight: 800; font-size: 1rem;
    margin-bottom: 12px;
    box-shadow: 0 6px 16px rgba(46, 158, 86, .35);
}
.bg-step h3 { font-size: 1rem; }
.bg-step p { color: var(--muted); font-size: .84rem; margin: 0; line-height: 1.7; }

/* ============ CTA / Booking ============ */
.bg-cta {
    background:
        radial-gradient(800px 400px at 85% 0%, rgba(74, 222, 128, .12), transparent 55%),
        linear-gradient(160deg, var(--bg-800), var(--bg-950));
    border-block: 1px solid var(--bg-line);
}
.bg-cta .bg-section-head h2, .bg-cta .bg-section-head p { color: var(--ink); }
.bg-booking {
    background: var(--bg-850);
    border: 1px solid var(--bg-line-2);
    border-radius: var(--radius);
    box-shadow: var(--shadow-lg);
    padding: 34px;
}
.bg-booking-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
@media (max-width: 560px) { .bg-booking-grid { grid-template-columns: 1fr; } }
.bg-booking label {
    display: block; font-weight: 600; font-size: .86rem;
    margin-bottom: 7px; color: var(--ink);
}
.bg-booking input, .bg-booking select, .bg-booking textarea {
    width: 100%; padding: 12px 15px;
    border: 1.5px solid var(--bg-line-2); border-radius: 11px;
    font-family: inherit; font-size: .95rem;
    color: var(--ink); background: var(--bg-900);
    transition: border-color .16s ease, box-shadow .16s ease;
}
.bg-booking input::placeholder, .bg-booking textarea::placeholder { color: var(--muted-2); }
.bg-booking input:focus, .bg-booking select:focus, .bg-booking textarea:focus {
    outline: none; border-color: var(--bg-400);
    box-shadow: 0 0 0 3px rgba(74, 222, 128, .15);
}
.bg-booking select option { background: var(--bg-900); color: var(--ink); }
.bg-booking .bg-full { grid-column: 1 / -1; }
.bg-booking-msg { margin: 14px 0 0; font-weight: 700; display: none; font-size: .92rem; }
.bg-booking-msg.ok { display: block; color: var(--bg-400); }
.bg-booking-msg.err { display: block; color: #f87171; }
.bg-cta-box { text-align: center; padding: 30px; color: var(--muted); }

/* ============ Prose / single / archive ============ */
.bg-prose { font-size: 1.02rem; color: var(--ink); }
.bg-prose h2, .bg-prose h3 { color: #fff; margin-top: 1.7em; }
.bg-prose p { color: var(--muted); }
.bg-prose strong { color: var(--ink); }
.bg-prose img { border-radius: var(--radius-sm); }
.bg-prose a { color: var(--bg-300); }
.bg-prose ul li, .bg-prose ol li { color: var(--muted); margin-bottom: 6px; }
.bg-prose ul li strong, .bg-prose ol li strong { color: var(--ink); }
.bg-prose blockquote {
    margin: 1.6em 0; padding: 18px 24px;
    border-right: 4px solid var(--bg-400);
    background: rgba(74, 222, 128, .07);
    border-radius: var(--radius-sm);
    color: var(--ink);
}
.bg-single-head h1 { font-size: clamp(1.7rem, 3.6vw, 2.5rem); }
.bg-single-thumb img {
    border-radius: var(--radius);
    border: 1px solid var(--bg-line-2);
    box-shadow: var(--shadow);
    margin-bottom: 30px;
}
.bg-single-nav {
    display: flex; justify-content: space-between; gap: 16px;
    margin-top: 44px; font-weight: 700;
}
.bg-archive-desc { color: var(--muted); }
.bg-404 { padding: 100px 0; }

.bg-search-form { display: flex; gap: 10px; max-width: 540px; margin-bottom: 36px; }
.bg-search-form input {
    flex: 1; padding: 12px 18px;
    border: 1.5px solid var(--bg-line-2); border-radius: 999px;
    font-family: inherit; font-size: .95rem;
    color: var(--ink); background: var(--bg-800);
}
.bg-search-form input:focus { outline: none; border-color: var(--bg-400); }

.bg-pagination { margin-top: 44px; text-align: center; }
.bg-pagination .page-numbers {
    display: inline-block; padding: 9px 16px; margin: 0 3px;
    border: 1px solid var(--bg-line-2); border-radius: 10px;
    font-weight: 600; color: var(--ink);
}
.bg-pagination .page-numbers.current, .bg-pagination .page-numbers:hover {
    background: var(--bg-600); color: #fff; border-color: var(--bg-600);
}

/* ============ Footer ============ */
.bg-footer {
    background: var(--bg-950);
    border-top: 1px solid var(--bg-line);
}
.bg-footer-grid {
    display: grid; grid-template-columns: 1.5fr 1fr 1.1fr 1.3fr;
    gap: 40px; padding: 64px 20px 46px;
}
@media (max-width: 980px) { .bg-footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .bg-footer-grid { grid-template-columns: 1fr; } }
.bg-footer h3 {
    color: #fff; font-size: 1rem; margin-bottom: 18px;
    position: relative; padding-bottom: 10px;
}
.bg-footer h3::after {
    content: ""; position: absolute; right: 0; bottom: 0;
    width: 34px; height: 3px; border-radius: 2px;
    background: linear-gradient(90deg, var(--bg-400), transparent);
}
.bg-footer-about p { color: var(--muted); font-size: .92rem; margin: 16px 0 20px; }
.bg-footer-logo { margin-bottom: 4px; }
.bg-footer-social { display: flex; gap: 9px; }
.bg-footer-social a {
    display: inline-flex; align-items: center; justify-content: center;
    width: 40px; height: 40px; border-radius: 11px;
    background: rgba(255, 255, 255, .06);
    border: 1px solid var(--bg-line);
    color: var(--muted);
    transition: background .18s ease, color .18s ease, transform .18s ease;
}
.bg-footer-social a:hover { background: var(--bg-600); color: #fff; transform: translateY(-3px); }

.bg-footer-links { list-style: none; padding: 0; margin: 0; }
.bg-footer-links li { margin-bottom: 10px; }
.bg-footer-links a {
    color: var(--muted); font-size: .92rem;
    display: inline-flex; align-items: center; gap: 8px;
}
.bg-footer-links a::before {
    content: "›"; color: var(--bg-400); font-weight: 800;
}
.bg-footer-links a:hover { color: var(--bg-300); }

.bg-footer-contact { list-style: none; padding: 0; margin: 0; }
.bg-footer-contact li {
    display: flex; align-items: flex-start; gap: 10px;
    margin-bottom: 12px; color: var(--muted); font-size: .92rem;
}
.bg-footer-contact svg { color: var(--bg-400); flex-shrink: 0; margin-top: 4px; }
.bg-footer-contact a { color: var(--muted); }
.bg-footer-contact a:hover { color: var(--bg-300); }

.bg-footer-bar { border-top: 1px solid var(--bg-line); padding: 20px 0; }
.bg-footer-bar-inner {
    display: flex; align-items: center; justify-content: space-between;
    gap: 12px; flex-wrap: wrap;
}
.bg-footer-bar p { margin: 0; font-size: .84rem; color: var(--muted-2); }
.bg-footer-policy { display: flex; gap: 18px; }
.bg-footer-policy a { color: var(--muted-2); }
.bg-footer-policy a:hover { color: var(--bg-300); }

/* ============ Floating buttons ============ */
.bg-float-btns {
    position: fixed; bottom: 22px; left: 22px; z-index: 300;
    display: flex; flex-direction: column; gap: 11px;
}
.bg-float {
    width: 54px; height: 54px; border-radius: 50%;
    display: inline-flex; align-items: center; justify-content: center;
    box-shadow: var(--shadow-lg);
    transition: transform .16s ease;
}
.bg-float:hover { transform: scale(1.1); }
.bg-float-wa { background: #22c55e; color: #fff; animation: bg-pulse 2.4s infinite; }
.bg-float-tel { background: var(--bg-600); color: #fff; }
@keyframes bg-pulse {
    0% { box-shadow: 0 0 0 0 rgba(34, 197, 94, .5); }
    70% { box-shadow: 0 0 0 16px rgba(34, 197, 94, 0); }
    100% { box-shadow: 0 0 0 0 rgba(34, 197, 94, 0); }
}

/* ============ Gutenberg ============ */
.alignwide { max-width: 1080px; margin-inline: auto; }
.alignfull { max-width: none; width: 100%; }
.bg-prose .wp-block-image img { border-radius: var(--radius-sm); }

::selection { background: rgba(74, 222, 128, .35); color: #fff; }
