/*
Theme Name: Beylikdüzü Avukat Premium V2
Theme URI: https://beylikduzuavukat.com.tr/
Author: Beylikdüzü Avukat
Description: Beylikdüzü Avukat için bağımsız premium hukuk bilgi teması.
Version: 2.0.0
Text Domain: bdz-premium-v2
*/

:root {
    --bdz-ink:#101b2b;
    --bdz-navy:#1c314b;
    --bdz-gold:#b89458;
    --bdz-gold-soft:#d5bd95;
    --bdz-paper:#f5f2ec;
    --bdz-white:#ffffff;
    --bdz-text:#26364a;
    --bdz-muted:#697789;
    --bdz-line:#e2ddd4;
    --bdz-container:1180px;
    --bdz-shadow:0 18px 55px rgba(16,27,43,.10);
}

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

html {
    scroll-behavior:smooth;
}

body {
    margin:0;
    color:var(--bdz-text);
    background:#faf8f4;
    font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
    font-size:17px;
    line-height:1.7;
    -webkit-font-smoothing:antialiased;
}

a {
    color:var(--bdz-navy);
}

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

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

.bdz-topbar {
    color:rgba(255,255,255,.76);
    background:var(--bdz-ink);
    font-size:13px;
}

.bdz-topbar__inner {
    min-height:38px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
}

.bdz-topbar a {
    color:#fff;
    text-decoration:none;
    font-weight:700;
}

.bdz-header {
    position:sticky;
    top:0;
    z-index:100;
    border-bottom:1px solid rgba(16,27,43,.08);
    background:rgba(250,248,244,.95);
    backdrop-filter:blur(14px);
}

.admin-bar .bdz-header {
    top:32px;
}

.bdz-header__inner {
    min-height:80px;
    display:grid;
    grid-template-columns:auto 1fr auto;
    align-items:center;
    gap:28px;
}

.bdz-brand {
    display:flex;
    align-items:center;
    gap:12px;
    color:var(--bdz-ink);
    text-decoration:none;
}

.bdz-brand__mark {
    width:42px;
    height:42px;
    display:grid;
    place-items:center;
    border-radius:11px;
    color:var(--bdz-gold-soft);
    background:linear-gradient(145deg,var(--bdz-navy),var(--bdz-ink));
    font-family:Georgia,"Times New Roman",serif;
    font-weight:700;
}

.bdz-brand__name {
    display:block;
    font-family:Georgia,"Times New Roman",serif;
    font-size:18px;
    font-weight:700;
    letter-spacing:.015em;
}

.bdz-brand__sub {
    display:block;
    margin-top:3px;
    color:var(--bdz-muted);
    font-size:9px;
    font-weight:800;
    letter-spacing:.14em;
    text-transform:uppercase;
}

.bdz-nav {
    justify-self:center;
}

.bdz-nav ul {
    display:flex;
    align-items:center;
    gap:4px;
    margin:0;
    padding:0;
    list-style:none;
}

.bdz-nav a {
    display:block;
    padding:10px;
    border-radius:9px;
    color:var(--bdz-ink);
    text-decoration:none;
    font-size:14px;
    font-weight:650;
    white-space:nowrap;
}

.bdz-nav a:hover {
    background:#eee8de;
}

.bdz-header__actions {
    display:flex;
    align-items:center;
    gap:10px;
}

.bdz-btn {
    min-height:44px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    padding:10px 17px;
    border:1px solid transparent;
    border-radius:11px;
    text-decoration:none;
    font-size:14px;
    font-weight:750;
}

.bdz-btn svg {
    width:18px;
    height:18px;
}

.bdz-btn--dark {
    color:#fff;
    background:var(--bdz-ink);
}

.bdz-btn--dark:hover {
    color:#fff;
    background:#203651;
}

.bdz-menu-toggle {
    display:none;
    width:42px;
    height:42px;
    border:1px solid var(--bdz-line);
    border-radius:11px;
    background:#fff;
    color:var(--bdz-ink);
    cursor:pointer;
}

.bdz-menu-toggle svg {
    width:21px;
    height:21px;
}

.bdz-footer {
    color:rgba(255,255,255,.66);
    background:#0b1422;
}

.bdz-footer__main {
    display:grid;
    grid-template-columns:1.3fr 1fr 1fr 1fr;
    gap:42px;
    padding-block:64px 48px;
}

.bdz-footer h3 {
    margin:0 0 14px;
    color:#fff;
    font-family:Georgia,"Times New Roman",serif;
    font-size:18px;
    font-weight:500;
}

.bdz-footer p {
    margin:0;
    font-size:13px;
}

.bdz-footer ul {
    margin:0;
    padding:0;
    list-style:none;
}

.bdz-footer li + li {
    margin-top:8px;
}

.bdz-footer a {
    color:rgba(255,255,255,.72);
    text-decoration:none;
    font-size:13px;
}

.bdz-footer__phone {
    display:inline-block;
    margin-top:12px;
    color:#fff !important;
    font-family:Georgia,"Times New Roman",serif;
    font-size:21px !important;
}

.bdz-footer__bottom {
    display:flex;
    justify-content:space-between;
    gap:30px;
    padding-block:20px;
    border-top:1px solid rgba(255,255,255,.08);
}

.bdz-footer__bottom p {
    margin:0;
    font-size:11px;
}

@media (max-width:1080px) {

    .bdz-header__inner {
        grid-template-columns:auto auto;
        justify-content:space-between;
    }

    .bdz-header__actions .bdz-btn {
        display:none;
    }

    .bdz-menu-toggle {
        display:grid;
        place-items:center;
    }

    .bdz-nav {
        position:fixed;
        display:none;
        left:20px;
        right:20px;
        top:118px;
        padding:14px;
        border:1px solid var(--bdz-line);
        border-radius:16px;
        background:#fff;
        box-shadow:var(--bdz-shadow);
    }

    body.bdz-menu-open .bdz-nav {
        display:block;
    }

    .bdz-nav ul {
        display:grid;
    }

    .bdz-header__actions {
        grid-column:2;
        grid-row:1;
    }

    .bdz-footer__main {
        grid-template-columns:1fr 1fr;
    }
}

@media (max-width:600px) {

    .bdz-shell {
        width:min(calc(100% - 28px),var(--bdz-container));
    }

    .bdz-brand__sub {
        display:none;
    }

    .bdz-footer__main {
        grid-template-columns:1fr;
    }

    .bdz-footer__bottom {
        display:grid;
    }
}

/* =========================================================
   PREMIUM V2 VISUAL LAYER
   ========================================================= */

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

.bdz-hero{
 position:relative;
 overflow:hidden;
 color:#fff;
 background:
  radial-gradient(circle at 83% 17%,rgba(184,148,88,.24),transparent 28%),
  radial-gradient(circle at 7% 95%,rgba(73,111,151,.20),transparent 34%),
  linear-gradient(135deg,#0d1725 0%,#172a44 56%,#24415f 100%);
}

.bdz-hero::before{
 content:"";
 position:absolute;
 width:560px;
 height:560px;
 top:-320px;
 right:-150px;
 border:1px solid rgba(255,255,255,.08);
 border-radius:50%;
 box-shadow:
  0 0 0 80px rgba(255,255,255,.018),
  0 0 0 160px rgba(255,255,255,.012);
}

.bdz-hero__inner{
 position:relative;
 z-index:1;
 min-height:640px;
 display:grid;
 grid-template-columns:minmax(0,1.1fr) minmax(350px,.72fr);
 align-items:center;
 gap:66px;
 padding-block:84px 92px;
}

.bdz-eyebrow,
.bdz-kicker{
 display:inline-flex;
 align-items:center;
 gap:9px;
 color:var(--bdz-gold);
 font-size:11px;
 font-weight:850;
 letter-spacing:.16em;
 text-transform:uppercase;
}

.bdz-eyebrow{
 margin-bottom:20px;
 color:#dbc39b;
}

.bdz-eyebrow::before{
 content:"";
 width:28px;
 height:1px;
 background:currentColor;
}

.bdz-hero h1{
 max-width:780px;
 margin:0;
 color:#fff;
 font-family:Georgia,"Times New Roman",serif;
 font-size:clamp(44px,6vw,74px);
 font-weight:500;
 line-height:1;
 letter-spacing:-.045em;
}

.bdz-hero__lead{
 max-width:720px;
 margin:27px 0 0;
 color:rgba(255,255,255,.78);
 font-size:clamp(18px,2vw,21px);
 line-height:1.65;
}

.bdz-hero__actions{
 display:flex;
 flex-wrap:wrap;
 gap:12px;
 margin-top:32px;
}

.bdz-btn--gold{
 color:#182438;
 background:var(--bdz-gold-soft);
 box-shadow:0 10px 28px rgba(184,148,88,.16);
}

.bdz-btn--gold:hover{
 color:#101b2b;
 background:#dfcba9;
}

.bdz-btn--ghost{
 color:#fff;
 border-color:rgba(255,255,255,.23);
 background:rgba(255,255,255,.06);
}

.bdz-btn--ghost:hover{
 color:#fff;
 background:rgba(255,255,255,.11);
}

.bdz-btn--light{
 color:var(--bdz-ink);
 border-color:var(--bdz-line);
 background:#fff;
}

.bdz-btn--light:hover{
 color:var(--bdz-ink);
 border-color:#cbbda8;
 background:var(--bdz-paper);
}

.bdz-hero__trust{
 display:flex;
 flex-wrap:wrap;
 gap:22px;
 margin-top:36px;
 color:rgba(255,255,255,.62);
 font-size:12px;
}

.bdz-hero__trust span{
 position:relative;
 padding-left:14px;
}

.bdz-hero__trust span::before{
 content:"";
 position:absolute;
 left:0;
 top:.7em;
 width:5px;
 height:5px;
 border-radius:50%;
 background:var(--bdz-gold-soft);
}

.bdz-search-card{
 padding:28px;
 border:1px solid rgba(255,255,255,.14);
 border-radius:24px;
 background:
  linear-gradient(145deg,rgba(255,255,255,.11),rgba(255,255,255,.055));
 box-shadow:0 30px 80px rgba(0,0,0,.20);
 backdrop-filter:blur(20px);
}

.bdz-search-card .bdz-kicker{
 color:#d9c39f;
}

.bdz-search-card h2{
 margin:10px 0 0;
 color:#fff;
 font-family:Georgia,"Times New Roman",serif;
 font-size:28px;
 font-weight:500;
 line-height:1.12;
}

.bdz-search-card > p{
 margin:12px 0 20px;
 color:rgba(255,255,255,.65);
 font-size:14px;
}

.bdz-search{
 display:grid;
 grid-template-columns:1fr auto;
 gap:8px;
}

.bdz-search input{
 min-width:0;
 min-height:54px;
 padding:0 15px;
 border:1px solid rgba(255,255,255,.15);
 border-radius:12px;
 outline:none;
 color:var(--bdz-ink);
 background:rgba(255,255,255,.96);
}

.bdz-search input:focus{
 border-color:var(--bdz-gold-soft);
 box-shadow:0 0 0 4px rgba(213,189,149,.14);
}

.bdz-search button{
 min-width:64px;
 border:0;
 border-radius:12px;
 color:#fff;
 background:var(--bdz-ink);
 font-weight:750;
 cursor:pointer;
}

.bdz-chips{
 display:flex;
 flex-wrap:wrap;
 gap:7px;
 margin-top:17px;
}

.bdz-chip{
 padding:7px 10px;
 border:1px solid rgba(255,255,255,.14);
 border-radius:999px;
 color:rgba(255,255,255,.80);
 background:rgba(255,255,255,.06);
 text-decoration:none;
 font-size:12px;
 font-weight:650;
}

.bdz-chip:hover{
 color:#fff;
 border-color:rgba(213,189,149,.55);
 background:rgba(213,189,149,.11);
}

.bdz-section{
 padding-block:90px;
}

.bdz-section--white{
 background:#fff;
}

.bdz-section--paper{
 background:var(--bdz-paper);
}

.bdz-section--dark{
 color:rgba(255,255,255,.72);
 background:var(--bdz-ink);
}

.bdz-section-head{
 max-width:760px;
 margin-bottom:42px;
}

.bdz-section-head h2{
 margin:10px 0 0;
 color:var(--bdz-ink);
 font-family:Georgia,"Times New Roman",serif;
 font-size:clamp(34px,4vw,50px);
 font-weight:500;
 line-height:1.08;
 letter-spacing:-.03em;
}

.bdz-section-head p{
 margin:15px 0 0;
 color:var(--bdz-muted);
 font-size:17px;
}

.bdz-section--dark .bdz-section-head h2{
 color:#fff;
}

.bdz-section--dark .bdz-section-head p{
 color:rgba(255,255,255,.62);
}

.bdz-grid{
 display:grid;
 gap:17px;
}

.bdz-grid--4{
 grid-template-columns:repeat(4,minmax(0,1fr));
}

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

.bdz-card{
 position:relative;
 min-height:260px;
 display:flex;
 flex-direction:column;
 padding:25px;
 border:1px solid var(--bdz-line);
 border-radius:20px;
 background:#fff;
 box-shadow:0 8px 30px rgba(16,27,43,.035);
 transition:
  transform .2s ease,
  border-color .2s ease,
  box-shadow .2s ease;
}

.bdz-card:hover{
 transform:translateY(-3px);
 border-color:#d2c5b1;
 box-shadow:var(--bdz-shadow);
}

.bdz-card__number{
 color:var(--bdz-gold);
 font-family:Georgia,"Times New Roman",serif;
 font-size:25px;
}

.bdz-card h3{
 margin:25px 0 0;
 color:var(--bdz-ink);
 font-family:Georgia,"Times New Roman",serif;
 font-size:21px;
 font-weight:600;
 line-height:1.22;
}

.bdz-card p{
 margin:11px 0 20px;
 color:var(--bdz-muted);
 font-size:14px;
 line-height:1.65;
}

.bdz-card__link{
 display:inline-flex;
 align-items:center;
 gap:7px;
 margin-top:auto;
 color:var(--bdz-navy);
 text-decoration:none;
 font-size:13px;
 font-weight:800;
}

.bdz-card__link::after{
 content:"→";
 transition:transform .18s ease;
}

.bdz-card:hover .bdz-card__link::after,
.bdz-resource:hover .bdz-card__link::after{
 transform:translateX(3px);
}

.bdz-section-action{
 margin:30px 0 0;
 text-align:center;
}

.bdz-process{
 display:grid;
 grid-template-columns:repeat(3,1fr);
 gap:38px;
}

.bdz-process__item{
 padding-top:4px;
}

.bdz-process__item > span{
 display:block;
 margin-bottom:24px;
 color:var(--bdz-gold-soft);
 font-family:Georgia,"Times New Roman",serif;
 font-size:31px;
}

.bdz-process__item h3{
 margin:0;
 color:#fff;
 font-family:Georgia,"Times New Roman",serif;
 font-size:23px;
 font-weight:500;
}

.bdz-process__item p{
 margin:11px 0 0;
 color:rgba(255,255,255,.60);
 font-size:14px;
}

.bdz-resource{
 min-height:270px;
 display:flex;
 flex-direction:column;
 padding:29px;
 border:1px solid var(--bdz-line);
 border-radius:20px;
 background:linear-gradient(145deg,#fff,#faf7f1);
}

.bdz-resource__meta{
 color:var(--bdz-gold);
 font-size:10px;
 font-weight:850;
 letter-spacing:.14em;
 text-transform:uppercase;
}

.bdz-resource h3{
 margin:17px 0 0;
 color:var(--bdz-ink);
 font-family:Georgia,"Times New Roman",serif;
 font-size:29px;
 font-weight:500;
 line-height:1.12;
}

.bdz-resource p{
 margin:13px 0 22px;
 color:var(--bdz-muted);
 font-size:14px;
}

.bdz-local{
 display:grid;
 grid-template-columns:1fr .85fr;
 overflow:hidden;
 border-radius:27px;
 background:#fff;
 box-shadow:var(--bdz-shadow);
}

.bdz-local__copy{
 padding:clamp(34px,5vw,62px);
}

.bdz-local__copy h2{
 max-width:660px;
 margin:10px 0 0;
 color:var(--bdz-ink);
 font-family:Georgia,"Times New Roman",serif;
 font-size:clamp(34px,4vw,48px);
 font-weight:500;
 line-height:1.08;
 letter-spacing:-.03em;
}

.bdz-local__copy p{
 margin:18px 0 0;
 color:var(--bdz-muted);
}

.bdz-local__copy .bdz-btn{
 margin-top:24px;
}

.bdz-local__visual{
 position:relative;
 min-height:420px;
 display:grid;
 place-items:center;
 overflow:hidden;
 background:
  radial-gradient(circle at 65% 34%,rgba(213,189,149,.22),transparent 23%),
  linear-gradient(145deg,#14243a,#294964);
}

.bdz-local__visual::before,
.bdz-local__visual::after{
 content:"";
 position:absolute;
 border:1px solid rgba(255,255,255,.10);
 border-radius:50%;
}

.bdz-local__visual::before{
 width:360px;
 height:360px;
}

.bdz-local__visual::after{
 width:235px;
 height:235px;
}

.bdz-local__seal{
 position:relative;
 z-index:2;
 width:150px;
 height:150px;
 display:grid;
 place-items:center;
 border:1px solid rgba(213,189,149,.55);
 border-radius:50%;
 text-align:center;
}

.bdz-local__seal strong{
 display:block;
 color:#fff;
 font-family:Georgia,"Times New Roman",serif;
 font-size:20px;
 font-weight:500;
}

.bdz-local__seal span{
 display:block;
 margin-top:3px;
 color:var(--bdz-gold-soft);
 font-size:9px;
 font-weight:800;
 letter-spacing:.15em;
 text-transform:uppercase;
}

.bdz-cta{
 display:grid;
 grid-template-columns:1fr auto;
 align-items:center;
 gap:40px;
 padding:44px 48px;
 border-radius:26px;
 color:#fff;
 background:
  radial-gradient(circle at 92% 0%,rgba(213,189,149,.20),transparent 32%),
  linear-gradient(135deg,#142237,#213b59);
}

.bdz-cta h2{
 margin:10px 0 0;
 color:#fff;
 font-family:Georgia,"Times New Roman",serif;
 font-size:clamp(30px,4vw,42px);
 font-weight:500;
 line-height:1.12;
}

.bdz-cta p{
 max-width:700px;
 margin:12px 0 0;
 color:rgba(255,255,255,.66);
}

.bdz-cta__actions{
 display:flex;
 flex-direction:column;
 gap:9px;
}

.bdz-page-hero{
 position:relative;
 overflow:hidden;
 padding-block:70px 66px;
 border-bottom:1px solid var(--bdz-line);
 background:
  radial-gradient(circle at 90% 12%,rgba(184,148,88,.15),transparent 26%),
  var(--bdz-paper);
}

.bdz-breadcrumbs{
 margin-bottom:17px;
 color:var(--bdz-muted);
 font-size:12px;
}

.bdz-breadcrumbs a{
 color:var(--bdz-muted);
 text-decoration:none;
}

.bdz-breadcrumbs span{
 margin-inline:7px;
 color:#afa596;
}

.bdz-page-hero h1{
 max-width:900px;
 margin:0;
 color:var(--bdz-ink);
 font-family:Georgia,"Times New Roman",serif;
 font-size:clamp(39px,5vw,59px);
 font-weight:500;
 line-height:1.06;
 letter-spacing:-.035em;
}

.bdz-page-hero__lead{
 max-width:780px;
 margin:17px 0 0;
 color:var(--bdz-muted);
 font-size:18px;
}

.bdz-page-layout{
 display:grid;
 grid-template-columns:minmax(0,1fr) 310px;
 gap:52px;
 align-items:start;
}

.bdz-prose{
 min-width:0;
}

.bdz-prose > *:first-child{
 margin-top:0;
}

.bdz-prose h2{
 margin:2em 0 .7em;
 color:var(--bdz-ink);
 font-family:Georgia,"Times New Roman",serif;
 font-size:clamp(28px,3vw,36px);
 font-weight:500;
 line-height:1.15;
}

.bdz-prose h3{
 margin:1.7em 0 .6em;
 color:var(--bdz-ink);
 font-family:Georgia,"Times New Roman",serif;
 font-size:23px;
}

.bdz-prose p{
 margin:0 0 1.25em;
}

.bdz-prose ul,
.bdz-prose ol{
 margin:0 0 1.4em;
 padding-left:1.25em;
}

.bdz-prose li{
 margin-bottom:.5em;
}

.bdz-area-grid{
 display:grid;
 grid-template-columns:repeat(3,1fr);
 gap:14px;
 margin-top:28px;
}

.bdz-area-link{
 min-height:132px;
 display:flex;
 flex-direction:column;
 padding:20px;
 border:1px solid var(--bdz-line);
 border-radius:15px;
 color:var(--bdz-ink);
 background:#fff;
 text-decoration:none;
 transition:.18s ease;
}

.bdz-area-link:hover{
 color:var(--bdz-ink);
 border-color:#cdbfa9;
 box-shadow:0 10px 30px rgba(16,27,43,.07);
 transform:translateY(-2px);
}

.bdz-area-link strong{
 font-family:Georgia,"Times New Roman",serif;
 font-size:18px;
 line-height:1.2;
}

.bdz-area-link span{
 margin-top:auto;
 padding-top:15px;
 color:var(--bdz-gold);
 font-size:12px;
 font-weight:800;
}

.bdz-sidebar{
 position:sticky;
 top:114px;
}

.admin-bar .bdz-sidebar{
 top:146px;
}

.bdz-sidecard{
 padding:23px;
 border:1px solid var(--bdz-line);
 border-radius:17px;
 background:#fff;
 box-shadow:0 10px 30px rgba(16,27,43,.04);
}

.bdz-sidecard + .bdz-sidecard{
 margin-top:14px;
}

.bdz-sidecard h3{
 margin:9px 0 0;
 color:var(--bdz-ink);
 font-family:Georgia,"Times New Roman",serif;
 font-size:22px;
 font-weight:500;
}

.bdz-sidecard p{
 margin:11px 0 18px;
 color:var(--bdz-muted);
 font-size:13px;
}

.bdz-sidecard .bdz-btn{
 width:100%;
}

.bdz-side-links{
 margin:16px 0 0;
 padding:0;
 list-style:none;
}

.bdz-side-links li + li{
 margin-top:8px;
}

.bdz-side-links a{
 display:block;
 padding:9px 0;
 border-bottom:1px solid var(--bdz-line);
 color:var(--bdz-ink);
 text-decoration:none;
 font-size:13px;
 font-weight:650;
}

.bdz-contact-phone{
 margin-top:30px;
 padding:24px;
 border:1px solid var(--bdz-line);
 border-radius:17px;
 background:var(--bdz-paper);
}

.bdz-contact-phone__label{
 display:block;
 color:var(--bdz-gold);
 font-size:10px;
 font-weight:850;
 letter-spacing:.14em;
 text-transform:uppercase;
}

.bdz-contact-phone a{
 display:inline-block;
 margin-top:5px;
 color:var(--bdz-ink);
 text-decoration:none;
 font-family:Georgia,"Times New Roman",serif;
 font-size:26px;
 font-weight:600;
}

@media(max-width:1080px){

 .bdz-hero__inner{
  grid-template-columns:1fr;
  min-height:0;
  gap:44px;
 }

 .bdz-search-card{
  max-width:700px;
 }

 .bdz-grid--4{
  grid-template-columns:repeat(2,1fr);
 }

 .bdz-local{
  grid-template-columns:1fr;
 }

 .bdz-local__visual{
  min-height:300px;
 }

 .bdz-page-layout{
  grid-template-columns:1fr;
 }

 .bdz-sidebar{
  position:static;
 }

 .bdz-area-grid{
  grid-template-columns:repeat(2,1fr);
 }
}

@media(max-width:760px){

 body{
  font-size:16px;
 }

 .bdz-section{
  padding-block:66px;
 }

 .bdz-hero__inner{
  padding-block:66px;
 }

 .bdz-hero h1{
  font-size:clamp(40px,11vw,57px);
 }

 .bdz-grid--3,
 .bdz-process{
  grid-template-columns:1fr;
 }

 .bdz-process{
  gap:28px;
 }

 .bdz-cta{
  grid-template-columns:1fr;
  padding:33px 27px;
 }

 .bdz-cta__actions{
  align-items:flex-start;
 }
}

@media(max-width:560px){

 .bdz-grid--4,
 .bdz-area-grid{
  grid-template-columns:1fr;
 }

 .bdz-search{
  grid-template-columns:1fr;
 }

 .bdz-search button{
  min-height:48px;
 }

 .bdz-hero__actions{
  display:grid;
 }

 .bdz-hero__actions .bdz-btn{
  width:100%;
 }

 .bdz-hero__trust{
  display:grid;
  gap:7px;
 }

 .bdz-card{
  min-height:220px;
 }

 .bdz-page-hero{
  padding-block:54px 50px;
 }
}

/* =========================================================
   BDZ THREE CONTENT HUBS V1
   ========================================================= */

.bdz-hub{
 margin-top:54px;
}

.bdz-hub__head{
 max-width:780px;
 margin-bottom:32px;
}

.bdz-hub__head h2,
.bdz-latest__head h2,
.bdz-official__head h2,
.bdz-checklist__intro h2{
 margin:9px 0 0;
 color:var(--bdz-ink);
 font-family:Georgia,"Times New Roman",serif;
 font-weight:500;
 line-height:1.12;
 letter-spacing:-.025em;
}

.bdz-hub__head h2{
 font-size:clamp(30px,4vw,43px);
}

.bdz-hub__head p{
 margin:13px 0 0;
 color:var(--bdz-muted);
 font-size:16px;
}

.bdz-topic-grid,
.bdz-law-grid,
.bdz-local-guide-grid{
 display:grid;
 grid-template-columns:repeat(3,minmax(0,1fr));
 gap:14px;
}

.bdz-topic-card,
.bdz-law-card,
.bdz-local-guide{
 min-height:205px;
 display:flex;
 flex-direction:column;
 padding:22px;
 border:1px solid var(--bdz-line);
 border-radius:17px;
 color:var(--bdz-ink);
 background:#fff;
 text-decoration:none;
 transition:
  transform .18s ease,
  box-shadow .18s ease,
  border-color .18s ease;
}

.bdz-topic-card:hover,
.bdz-local-guide:hover{
 color:var(--bdz-ink);
 transform:translateY(-3px);
 border-color:#cdbfa9;
 box-shadow:0 15px 35px rgba(16,27,43,.07);
}

.bdz-topic-card strong,
.bdz-local-guide h3{
 margin:0;
 color:var(--bdz-ink);
 font-family:Georgia,"Times New Roman",serif;
 font-size:21px;
 font-weight:600;
 line-height:1.2;
}

.bdz-topic-card > span,
.bdz-local-guide p{
 margin-top:11px;
 color:var(--bdz-muted);
 font-size:13px;
 line-height:1.65;
}

.bdz-topic-card em{
 margin-top:auto;
 padding-top:18px;
 color:var(--bdz-gold);
 font-size:12px;
 font-style:normal;
 font-weight:800;
}

.bdz-latest,
.bdz-official,
.bdz-checklist{
 margin-top:54px;
 padding-top:44px;
 border-top:1px solid var(--bdz-line);
}

.bdz-latest__head,
.bdz-official__head{
 margin-bottom:25px;
}

.bdz-latest__head h2,
.bdz-official__head h2,
.bdz-checklist__intro h2{
 font-size:30px;
}

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

.bdz-latest-card{
 min-height:230px;
 display:flex;
 flex-direction:column;
 padding:23px;
 border-radius:17px;
 background:var(--bdz-paper);
}

.bdz-latest-card__date{
 color:var(--bdz-gold);
 font-size:10px;
 font-weight:800;
 letter-spacing:.12em;
}

.bdz-latest-card h3{
 margin:13px 0 0;
 color:var(--bdz-ink);
 font-family:Georgia,"Times New Roman",serif;
 font-size:20px;
 line-height:1.25;
}

.bdz-latest-card p{
 margin:11px 0 18px;
 color:var(--bdz-muted);
 font-size:13px;
}

.bdz-latest-card a{
 margin-top:auto;
 color:var(--bdz-navy);
 text-decoration:none;
 font-size:12px;
 font-weight:800;
}

.bdz-empty-state{
 padding:28px;
 border:1px dashed #cfc5b6;
 border-radius:17px;
 background:var(--bdz-paper);
}

.bdz-empty-state strong{
 display:block;
 color:var(--bdz-ink);
 font-family:Georgia,"Times New Roman",serif;
 font-size:21px;
}

.bdz-empty-state p{
 margin:8px 0 0;
 color:var(--bdz-muted);
}

.bdz-law-card{
 background:
  linear-gradient(145deg,#fff,#faf7f1);
}

.bdz-law-card > span,
.bdz-local-guide > span{
 color:var(--bdz-gold);
 font-family:Georgia,"Times New Roman",serif;
 font-size:24px;
}

.bdz-law-card h3{
 margin:18px 0 0;
 color:var(--bdz-ink);
 font-family:Georgia,"Times New Roman",serif;
 font-size:22px;
 font-weight:600;
}

.bdz-law-card p{
 margin:10px 0 18px;
 color:var(--bdz-muted);
 font-size:13px;
}

.bdz-law-card a{
 margin-top:auto;
 color:var(--bdz-navy);
 text-decoration:none;
 font-size:12px;
 font-weight:800;
}

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

.bdz-official-grid a{
 display:flex;
 align-items:center;
 justify-content:space-between;
 gap:16px;
 padding:20px;
 border:1px solid var(--bdz-line);
 border-radius:14px;
 color:var(--bdz-ink);
 background:#fff;
 text-decoration:none;
}

.bdz-official-grid a:hover{
 color:var(--bdz-ink);
 border-color:#cdbfa9;
}

.bdz-official-grid strong{
 font-family:Georgia,"Times New Roman",serif;
 font-size:17px;
}

.bdz-official-grid span{
 color:var(--bdz-gold);
 font-size:11px;
 font-weight:700;
 text-align:right;
}

.bdz-local-guide{
 min-height:210px;
}

.bdz-local-guide h3{
 margin-top:18px;
}

.bdz-checklist{
 display:grid;
 grid-template-columns:.72fr 1fr;
 gap:44px;
 align-items:start;
}

.bdz-checklist__intro p{
 margin:11px 0 0;
 color:var(--bdz-muted);
}

.bdz-checklist ol{
 margin:0;
 padding:0;
 list-style:none;
 counter-reset:bdzcheck;
}

.bdz-checklist li{
 counter-increment:bdzcheck;
 position:relative;
 padding:0 0 22px 48px;
 border-left:1px solid var(--bdz-line);
}

.bdz-checklist li:last-child{
 padding-bottom:0;
}

.bdz-checklist li::before{
 content:counter(bdzcheck);
 position:absolute;
 left:-17px;
 top:-2px;
 width:33px;
 height:33px;
 display:grid;
 place-items:center;
 border:1px solid #cbbda8;
 border-radius:50%;
 color:var(--bdz-ink);
 background:#fff;
 font-family:Georgia,"Times New Roman",serif;
 font-size:13px;
}

.bdz-checklist li strong{
 display:block;
 color:var(--bdz-ink);
 font-size:15px;
}

.bdz-checklist li span{
 display:block;
 margin-top:4px;
 color:var(--bdz-muted);
 font-size:13px;
}

@media(max-width:900px){

 .bdz-topic-grid,
 .bdz-law-grid,
 .bdz-local-guide-grid,
 .bdz-latest-grid{
  grid-template-columns:repeat(2,minmax(0,1fr));
 }

 .bdz-checklist{
  grid-template-columns:1fr;
 }
}

@media(max-width:580px){

 .bdz-topic-grid,
 .bdz-law-grid,
 .bdz-local-guide-grid,
 .bdz-latest-grid,
 .bdz-official-grid{
  grid-template-columns:1fr;
 }

 .bdz-official-grid a{
  align-items:flex-start;
  flex-direction:column;
 }

 .bdz-official-grid span{
  text-align:left;
 }
}

/* =========================================================
   BDZ TOPIC FILTERS V1
   ========================================================= */

.bdz-topic-filters{
 display:flex;
 flex-wrap:wrap;
 gap:9px;
 margin:0 0 24px;
}

.bdz-topic-filters button{
 appearance:none;
 border:1px solid var(--bdz-line);
 border-radius:999px;
 padding:9px 14px;
 color:var(--bdz-ink);
 background:#fff;
 font:inherit;
 font-size:12px;
 font-weight:700;
 cursor:pointer;
 transition:
  background .18s ease,
  color .18s ease,
  border-color .18s ease;
}

.bdz-topic-filters button:hover,
.bdz-topic-filters button.is-active{
 border-color:var(--bdz-ink);
 color:#fff;
 background:var(--bdz-ink);
}

.bdz-latest-card[hidden]{
 display:none !important;
}

.bdz-latest-card__topic{
 align-self:flex-start;
 margin:0 0 10px;
 padding:5px 8px;
 border-radius:999px;
 color:var(--bdz-gold);
 background:rgba(154,119,67,.08);
 font-size:9px;
 font-weight:800;
 letter-spacing:.08em;
 text-transform:uppercase;
}

/* =========================================================
   BDZ LOCAL SCENARIOS V1
   ========================================================= */

.bdz-local-scenarios{
 margin-top:54px;
 padding-top:44px;
 border-top:1px solid var(--bdz-line);
}

.bdz-local-scenarios__head{
 max-width:760px;
 margin-bottom:26px;
}

.bdz-local-scenarios__head h2{
 margin:9px 0 0;
 color:var(--bdz-ink);
 font-family:Georgia,"Times New Roman",serif;
 font-size:30px;
 font-weight:500;
 line-height:1.15;
 letter-spacing:-.02em;
}

.bdz-local-scenarios__head p{
 margin:11px 0 0;
 color:var(--bdz-muted);
}

.bdz-local-scenario-grid{
 display:grid;
 grid-template-columns:repeat(2,minmax(0,1fr));
 gap:14px;
}

.bdz-local-scenario{
 display:flex;
 flex-direction:column;
 min-height:225px;
 padding:24px;
 border:1px solid var(--bdz-line);
 border-radius:17px;
 background:var(--bdz-paper);
}

.bdz-local-scenario > span{
 color:var(--bdz-gold);
 font-family:Georgia,"Times New Roman",serif;
 font-size:23px;
}

.bdz-local-scenario h3{
 margin:17px 0 0;
 color:var(--bdz-ink);
 font-family:Georgia,"Times New Roman",serif;
 font-size:21px;
 font-weight:600;
 line-height:1.2;
}

.bdz-local-scenario p{
 margin:10px 0 18px;
 color:var(--bdz-muted);
 font-size:13px;
 line-height:1.65;
}

.bdz-local-scenario a{
 margin-top:auto;
 color:var(--bdz-navy);
 text-decoration:none;
 font-size:12px;
 font-weight:800;
}

@media(max-width:700px){

 .bdz-local-scenario-grid{
  grid-template-columns:1fr;
 }

 .bdz-topic-filters{
  gap:7px;
 }

 .bdz-topic-filters button{
  padding:8px 11px;
  font-size:11px;
 }
}

/* =========================================================
   BDZ HEADER BRANDMARK V1
   ========================================================= */

.bdz-header-brandmark{
 display:block;
 width:46px;
 height:46px;
 max-width:none;
 border-radius:10px;
 object-fit:cover;
 box-shadow:
  0 5px 14px rgba(7,16,26,.22);
}

@media(max-width:700px){

 .bdz-header-brandmark{
  width:42px;
  height:42px;
  border-radius:9px;
 }
}

/* =========================================================
   BDZ OFFICIAL LOCAL RESOURCES V1
   ========================================================= */

.bdz-official-local{
 margin-top:54px;
 padding-top:44px;
 border-top:1px solid var(--bdz-line);
}

.bdz-official-local__head{
 max-width:760px;
 margin-bottom:26px;
}

.bdz-official-local__head h2{
 margin:9px 0 0;
 color:var(--bdz-ink);
 font-family:Georgia,"Times New Roman",serif;
 font-size:30px;
 font-weight:500;
 line-height:1.15;
 letter-spacing:-.02em;
}

.bdz-official-local__head p{
 margin:11px 0 0;
 color:var(--bdz-muted);
 line-height:1.7;
}

.bdz-official-local-grid{
 display:grid;
 grid-template-columns:repeat(2,minmax(0,1fr));
 gap:14px;
}

.bdz-official-local-card{
 display:grid;
 grid-template-columns:42px 1fr;
 gap:15px;
 min-height:228px;
 padding:24px;
 border:1px solid var(--bdz-line);
 border-radius:17px;
 color:var(--bdz-ink);
 background:#fff;
 text-decoration:none;
 transition:
  transform .18s ease,
  border-color .18s ease,
  box-shadow .18s ease;
}

.bdz-official-local-card:hover{
 color:var(--bdz-ink);
 transform:translateY(-3px);
 border-color:#cdbfa9;
 box-shadow:0 15px 35px rgba(16,27,43,.07);
}

.bdz-official-local-card__no{
 display:grid;
 place-items:center;
 width:38px;
 height:38px;
 border:1px solid #cbbda8;
 border-radius:50%;
 color:var(--bdz-gold);
 font-family:Georgia,"Times New Roman",serif;
 font-size:12px;
}

.bdz-official-local-card h3{
 margin:3px 0 0;
 color:var(--bdz-ink);
 font-family:Georgia,"Times New Roman",serif;
 font-size:21px;
 font-weight:600;
 line-height:1.22;
}

.bdz-official-local-card p{
 margin:11px 0 20px;
 color:var(--bdz-muted);
 font-size:13px;
 line-height:1.65;
}

.bdz-official-local-card strong{
 display:block;
 margin-top:auto;
 color:var(--bdz-gold);
 font-size:11px;
 font-weight:800;
}

.bdz-official-local__notice{
 margin-top:16px;
 padding:20px 22px;
 border-left:3px solid var(--bdz-gold);
 border-radius:0 12px 12px 0;
 background:var(--bdz-paper);
}

.bdz-official-local__notice strong{
 color:var(--bdz-ink);
 font-family:Georgia,"Times New Roman",serif;
 font-size:17px;
}

.bdz-official-local__notice p{
 margin:6px 0 0;
 color:var(--bdz-muted);
 font-size:13px;
 line-height:1.65;
}

@media(max-width:700px){

 .bdz-official-local-grid{
  grid-template-columns:1fr;
 }

 .bdz-official-local-card{
  min-height:auto;
 }
}
