*{box-sizing:border-box;margin:0;padding:0}
:root{
  --bg:#0f172a;
  --muted:#94a3b8;
  --text:#e5e7eb;
  --brand:#22d3ee;
  --shadow:0 10px 25px rgba(0,0,0,.35);
}
html{scroll-behavior:smooth}
body{
  font-family:"Tajawal",system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans Arabic","Apple Color Emoji","Segoe UI Emoji";
  background:#f2f2f2;
  color:#f2f2f2;
  line-height:1.8;
  min-height:100vh;
  display:flex;
  flex-direction:column;
}

.container{width:100%;max-width:1100px;margin-inline:auto;padding:24px}

.nav{
  position:sticky;top:0;z-index:50;
  backdrop-filter:saturate(1.2) blur(8px);
  background:rgba(2,6,23,.7);
  border-bottom:1px solid rgba(148,163,184,.15);
}
.nav-inner{display:flex;gap:16px;align-items:center;justify-content:space-between;padding:14px 24px}
.brand{display:flex;align-items:center;gap:10px;font-weight:700}
.brand span{letter-spacing:.3px}

.brand .logo{
  width:100px;height:100px;border-radius:12px;overflow:hidden;box-shadow:var(--shadow);
  background:none;
}
.brand .logo img{
  width:100%;height:100%;object-fit:cover;display:block;
}

.menu{display:flex;gap:14px;flex-wrap:wrap}
.menu a{
  color:var(--text);text-decoration:none;font-weight:600;
  padding:8px 12px;border-radius:10px;transition:all .2s ease;
}
.menu a.active,.menu a:hover{background:rgba(34,211,238,.12);color:#cffafe}

.hero{
  display:flex;flex-direction:column;gap:40px;
  padding:60px 20px;align-items:center;text-align:center;
}
.hero .card{
  max-width:760px;width:100%;
  border:1px solid rgba(148,163,184,.12);
  border-radius:22px;padding:28px;box-shadow:var(--shadow);
}

h1{font-size:2rem;margin-bottom:10px}
h2{font-size:1.4rem;margin:22px 0 10px}
p{color:var(--text);opacity:.92}

.badge{
  display:inline-block;background:rgba(245,158,11,.15);
  color:#fde68a;padding:6px 10px;border-radius:999px;
  font-size:.9rem;margin-bottom:10px;
}
.grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(240px,1fr));
  gap:20px;
  width:100%;
}
.card{
  border:1px solid rgba(148,163,184,.12);
  border-radius:18px;
  padding:18px;
  box-shadow:var(--shadow);
}
.card h3{font-size:1.2rem;margin-bottom:6px;color:black}
.card p{font-size:1rem;color:black}

.thumb{
  width:100%;
  aspect-ratio:16/9;
  border-radius:14px;
  overflow:hidden;
  background:linear-gradient(135deg,rgba(34,211,238,.2),rgba(245,158,11,.2));
  border:1px dashed rgba(148,163,184,.25);
  display:flex;
  align-items:center;
  justify-content:center;
}

.thumb img,
.thumb video{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  object-position:center center;
  display:block;
  border-radius:14px;
  transition:transform 0.3s ease;
}

.thumb img:hover,
.thumb video:hover{
  transform:scale(1.03);
}

a.button{
  display:inline-block;margin-top:12px;padding:10px 14px;
  border-radius:12px;border:1px solid rgba(148,163,184,.25);
  text-decoration:none;color:#000000;
  background:linear-gradient(135deg,rgba(34,211,238,.18),rgba(6,182,212,.12));
}

footer{
  margin-top:auto;padding:28px;text-align:center;
  color:var(--muted);
  border-top:1px solid rgba(148,163,184,.12);
  background:rgba(2,6,23,.7);
}

ul{padding-right:20px}
li{margin:6px 0}
blockquote{
  border-right:4px solid var(--brand);
  padding-right:12px;margin:12px 0;
  background:rgba(34,211,238,.07);
  border-radius:12px;
}

.cat-profile{
  max-width: 820px;
  margin: auto;
  padding: 28px 24px 34px;
}

.title{
 text-align: center;
  font-size: 2rem;
  margin: 10px 0 6px;
  color: var(--bg);
  letter-spacing: .2px;
}

.lead{
 color: red;
 font-weight: bold;
 text-align: center;

  max-width: 65ch;
  margin-inline: auto;
  text-align: center;
}

.section-head{
  text-align: center;
}

.cat-photo{
  width: 100%;
  max-width: 560px;
  aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 18px;
  display: block;
  margin: 0 auto 18px;
  box-shadow: 0 10px 28px rgba(0,0,0,.45);
  transition: transform .35s ease, box-shadow .35s ease;
}
.cat-photo:hover{
  transform: scale(1.03);
  box-shadow: 0 16px 34px rgba(0,0,0,.6);
}

.section-block{
  margin-top: 20px;
  padding: 14px 8px 2px;
}

.section-title{
  font-size: 1.35rem;
  color: var(--brand);
  text-align: center;
  margin: 6px auto 12px;
  position: relative;
  display: inline-block;
}
.section-title::after{
  content: "";
  display: block;
  height: 3px;
  margin: 8px auto 0;
  width: 60%;
  background: linear-gradient(90deg, rgba(34,211,238,.6), rgba(245,158,11,.5));
  border-radius: 999px;
}

.list-paws{
  list-style: none;
  padding-right: 0;
  max-width: 60ch;
  margin: 0 auto 4px;
}
.list-paws li{
  position: relative;
  padding-right: 28px;
  margin: 10px 0;
  color: var(--bg);
  line-height: 1.9;
  font-size: 1.02rem;
}
.list-paws li::before{
  content: "🐾";
  position: absolute;
  right: 0;
  top: 0.05rem;
  opacity: .9;
}

.divider{
  height: 1px;
  width: 100%;
  margin: 18px auto;
  background: linear-gradient(90deg, transparent, rgba(148,163,184,.25), transparent);
  border-radius: 999px;
}

.quote{
  margin-top: 18px;
  padding: 12px 14px;
  background: rgba(34,211,238,.07);
  border-right: 4px solid var(--brand);
  border-radius: 12px;
  color: #A52A2A;
  opacity: .95;
  text-align: center;
}

.care{
  max-width: 980px;
  margin: auto;
  padding: 28px 22px 34px;
}

.care .title{
  font-size: 2rem;
}

.care-grid{
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 18px;
}

.tip-card{
  background: rgba(17,24,39,.6);
  border: 1px solid rgba(148,163,184,.12);
  border-radius: 16px;
  padding: 16px 16px 10px;
  box-shadow: var(--shadow);
}

.tip-card .section-title{
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.list-check{
  list-style: none;
  padding-right: 0;
  margin: 0;
}
.list-check li{
  position: relative;
  padding-right: 28px;
  margin: 10px 0;
  color: white;
  line-height: 1.9;
  font-size: 1.02rem;
}
.list-check li::before{
  content: "✔️";
  position: absolute;
  right: 0;
  top: .05rem;
  opacity: .95;
}

.callout{
  margin-top: 20px;
  padding: 12px 14px;
  background: rgba(34,211,238,.07);
  border-right: 4px solid var(--brand);
  border-radius: 12px;
  color: var(--text);
  text-align: center;
  font-weight: 600;
}

.table{
  width: 100%;
  max-width: 680px;
  margin: 16px auto;
  border-collapse: collapse;
  border: 1px solid blackrgba(148,163,184,.25);
  overflow: hidden;
  border-radius: 12px;
  box-shadow: var(--shadow);
  background: rgba(17,24,39,.6);
}
.table caption {
  caption-side: top;
  padding: 10px;
  font-weight: 700;
  color: black;
}
.table th, .table td{
  border-bottom: 1px solid rgba(148,163,184,.18);
  padding: 10px 12px;
  text-align: center;
}
.table th{
  background: rgba(34,211,238,.08);
  color: #a5f3fc;
  font-weight: 700;
}
.table tr:last-child td{ border-bottom: none; }