:root{
  --falke: #c8a34b;       /* Brand gold */
  --dark: #0f172a;
  --text: #334155;
  --bg: #f8fafc;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:"Segoe UI","Helvetica Neue",Arial,sans-serif;color:var(--text);background:var(--bg);line-height:1.65}

/* Containers */
.container{max-width:1200px;margin:0 auto;padding:0 20px}

/* Topbar */
.topbar{position:sticky;top:0;z-index:50;background:#fff;border-bottom:1px solid #e5e7eb}
.nav-grid{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:16px;height:64px}
.brand{font-weight:700;color:var(--dark);text-decoration:none}
.links{display:flex;gap:18px;align-items:center}
.links a{color:var(--dark);text-decoration:none;font-weight:600}
.links a.btn{background:var(--falke);color:#fff;padding:10px 14px;border-radius:10px}
.links a.btn.sm{padding:8px 12px}
.links a:hover{color:var(--falke)}
.burger{display:none;background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:8px 10px;cursor:pointer}

/* Hero */
.hero{min-height:78vh;background-size:cover;background-position:center;display:flex;align-items:center;justify-content:center}
.hero .shade{background:rgba(0,0,0,.45);width:100%}
.hero-box{padding:80px 20px;text-align:center;color:#fff}
.hero-box h1{font-size:44px;margin:0 0 10px}
.hero-box p{font-size:18px;margin:0 0 18px}
.hero-cta{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}
.btn{background:var(--falke);color:#fff;text-decoration:none;padding:12px 18px;border-radius:12px;font-weight:700;display:inline-block}
.btn.ghost{background:transparent;border:2px solid #fff}

/* Sections */
.section{padding:64px 0;background:#fff}
.section.alt{background:#f3f4f6}
.section h2{color:var(--dark);border-bottom:4px solid var(--falke);display:inline-block;margin:0 0 18px;padding-bottom:6px}
.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:28px}
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}

.img-card{min-height:260px;border-radius:14px;background-size:cover;background-position:center;position:relative;box-shadow:0 6px 18px rgba(0,0,0,.08)}
.img-card .img-credit{position:absolute;right:10px;bottom:10px;background:rgba(0,0,0,.5);color:#fff;font-size:12px;padding:4px 8px;border-radius:6px}

.card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;overflow:hidden;box-shadow:0 6px 16px rgba(0,0,0,.06)}
.card img{width:100%;height:160px;object-fit:cover}
.card h3{margin:12px 16px 6px;color:var(--dark)}
.card p{margin:0 16px 18px}

.ticks{list-style:none;padding:0;margin:14px 0}
.ticks li{padding-left:14px;border-left:4px solid var(--falke);margin:8px 0}

/* Team */
.team{align-items:stretch}
.person{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:18px;text-align:center;box-shadow:0 6px 16px rgba(0,0,0,.06)}
.person img{width:140px;height:140px;object-fit:cover;border-radius:100%;display:block;margin:0 auto 12px}
.person h3{margin:8px 0 4px;color:var(--dark)}
.person .role{margin:0 0 6px;font-weight:600}
.person .loc{margin:0 0 10px;color:#64748b}
.person .mini{color:var(--falke);text-decoration:none;font-weight:700}

/* FAQ */
details{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:12px 16px;margin:10px 0}
details[open]{border-color:var(--falke)}
summary{cursor:pointer;font-weight:700;color:var(--dark)}

/* Kontakt & Form */
.contact-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:16px}
.form{margin-top:24px;background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:16px;display:grid;grid-template-columns:repeat(2,1fr);gap:12px}
.form input,.form textarea{width:100%;padding:12px;border:1px solid #cbd5e1;border-radius:10px;font-size:14px}
.form textarea{grid-column:1/3;resize:vertical}
.form .chk{grid-column:1/3;font-size:13px;color:#475569}
.form button{grid-column:1/3}
.form-msg{grid-column:1/3;color:var(--dark);font-weight:600;margin:8px 0 0}

/* Footer */
.footer{background:var(--dark);color:#cbd5e1;padding:18px 0;text-align:center}



/* === Erbrecht Türkei 2026: isolated editorial and profile components === */
.et-author{display:flex;align-items:center;gap:18px;max-width:660px;margin:24px 0 30px;padding:18px 0;border-top:1px solid #e5e7eb;border-bottom:1px solid #e5e7eb}
.et-author__photo{flex:0 0 96px;width:96px;height:96px;border-radius:50%;object-fit:cover;display:block}
.et-author__label{display:block;margin-bottom:3px;color:#64748b;font-size:13px;line-height:1.4}
.et-author__name{display:inline-block;color:#0f172a!important;font-size:18px;font-weight:800;text-decoration:none}
.et-author__role,.et-author__meta{margin:2px 0}.et-author__role{color:#334155;font-size:15px}.et-author__meta{color:#64748b;font-size:13px}
.et-verified{margin:28px 0;padding:22px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px}
.et-verified>h2:first-child{margin-top:0}.et-verified h2,.et-verified h3{display:block;border:0;padding:0}.et-verified h3{font-size:19px}
.et-facts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:16px 0}.et-fact{padding:14px;background:#fff;border:1px solid #e2e8f0;border-radius:10px}.et-fact strong{display:block;color:#0f172a}.et-fact span{display:block;margin-top:4px;color:#64748b}
.et-table-wrap{overflow-x:auto;margin:18px 0;border:1px solid #dbe2ea;border-radius:10px;background:#fff}.et-table{width:100%;min-width:600px;border-collapse:collapse}.et-table th,.et-table td{padding:11px 13px;text-align:left;vertical-align:top;border-bottom:1px solid #e2e8f0}.et-table th{background:#0f172a;color:#fff}.et-table tbody tr:nth-child(even){background:#f8fafc}.et-table tr:last-child td{border-bottom:0}
.et-notice{margin:18px 0;padding:14px 16px;background:#fffbeb;border-left:4px solid #c8a34b;border-radius:8px}.et-sources{margin-top:20px;padding-top:14px;border-top:1px solid #cbd5e1;font-size:14px}.et-sources h3{margin:0 0 7px}.et-sources ul{margin:0;padding-left:20px}.et-sources a{overflow-wrap:anywhere}
.et-review{margin:18px 0 0;color:#64748b;font-size:14px}.et-review a{color:#8a6b23;font-weight:700;text-decoration:none}
.et-team-hero{min-height:350px;background:linear-gradient(rgba(15,23,42,.78),rgba(15,23,42,.78)),url('/images/office.jpg') center/cover;display:flex;align-items:center;color:#fff}.et-team-hero__inner{padding-top:64px;padding-bottom:64px}.et-breadcrumbs{margin-bottom:10px;font-size:14px;color:#e2e8f0}.et-breadcrumbs a{color:#f2d383}.et-team-grid{display:flex;flex-wrap:wrap;align-items:stretch;gap:26px}.et-team-card{display:flex;flex:1 1 calc(50% - 13px);min-width:0;gap:22px;align-items:flex-start;padding:20px;background:#fff;border:1px solid #e5e7eb;border-radius:14px;box-shadow:0 6px 16px rgba(0,0,0,.06)}.et-team-card>img{flex:0 0 150px;width:150px;height:180px;object-fit:cover;border-radius:12px}.et-team-card>div{flex:1 1 auto;min-width:0}.et-team-card h2{display:block;border:0;margin:3px 0 6px;padding:0;font-size:23px;line-height:1.25;overflow-wrap:anywhere}.et-team-card__role{display:block;color:#80651f;font-size:14px;font-weight:700;line-height:1.45}
.et-profile-grid{display:flex;gap:28px;align-items:flex-start}.et-profile-grid>div{flex:1 1 auto;min-width:0}.et-profile-grid>aside{flex:0 0 330px;min-width:0}.et-profile-panel{margin-bottom:22px;padding:24px;background:#fff;border:1px solid #e5e7eb;border-radius:14px;box-shadow:0 6px 16px rgba(0,0,0,.06)}.et-profile-panel h2{margin-top:0}.et-profile-photo{max-width:330px;margin:0 auto;overflow:hidden;border-radius:14px;box-shadow:0 10px 30px rgba(15,23,42,.16)}.et-profile-photo img{display:block;width:100%;height:auto}.et-chip-list{display:flex;flex-wrap:wrap;gap:8px}.et-chip{padding:7px 11px;background:#fffbeb;border:1px solid #ddc987;border-radius:999px;color:#594713}.et-info-list{margin:0;padding:0;list-style:none}.et-info-list li{padding:9px 0;border-bottom:1px solid #e5e7eb}
@media(max-width:900px){.et-facts{grid-template-columns:1fr}.et-team-card{flex-basis:100%}.et-profile-grid{flex-direction:column}.et-profile-grid>aside{flex-basis:auto;width:100%}.et-team-card>img{flex-basis:130px;width:130px;height:155px}}
@media(max-width:620px){.et-author{gap:14px}.et-author__photo{flex-basis:76px;width:76px;height:76px}.et-author__name{font-size:16px}.et-author__role{font-size:14px}.et-author__meta{font-size:12px}.et-verified{padding:17px}.et-team-card{gap:14px;padding:16px}.et-team-card>img{flex-basis:92px;width:92px;height:112px}.et-team-card h2{font-size:19px}.et-team-card p{font-size:14px}.et-profile-photo{max-width:260px}}

/* Robust responsive fallbacks shared by the original page templates. */
@media(max-width:980px){
  .article-grid{display:block!important}
  .side-card{position:static!important;width:100%!important;margin-top:28px}
  .et-table-wrap{max-width:100%;overflow-x:auto}
}
@media(max-width:680px){
  .nav-grid{grid-template-columns:auto 1fr auto!important;position:relative}
  .links{position:absolute!important;z-index:60;top:64px;left:0;right:0;display:none!important;flex-direction:column;align-items:stretch!important;gap:4px!important;padding:12px 20px 16px;background:#fff;border-bottom:1px solid #e5e7eb;box-shadow:0 10px 20px rgba(15,23,42,.08)}
  .links.open{display:flex!important}
  .burger{display:block!important;grid-column:3;justify-self:end}
  .hero-box{padding-left:20px!important;padding-right:20px!important}
  .hero-box h1{font-size:30px!important;line-height:1.18;overflow-wrap:anywhere}
  .article-hero h1{font-size:31px!important;line-height:1.18;overflow-wrap:anywhere}
  .et-verified{overflow:hidden}
}
