/* ============================================================
   Sindh Zameen Platform — homepage UI (ported from Design)
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Noto+Naskh+Arabic:wght@400;600;700&family=Libre+Baskerville:wght@400;700&display=swap');

:root {
  --sz-cream: #F4EEE4;
  --sz-cream-card: #FAF4ED;
  --sz-cream-bar: #EFE8DC;
  --sz-green: #064E3B;
  --sz-green-btn: #15462D;
  --sz-green-btn-hover: #0B5634;
  --sz-gold: #C28E38;
  --sz-maroon: #700F1C;
  --sz-navy: #232454;
  --sz-navy-deep: #182230;
  --sz-footer: #2A2951;
  --sz-rose: #881337;
  --sz-dark-btn: #343a40;
  --sz-dark-btn-hover: #212529;
  --sz-border: #E5DAC6;
  --sz-text: #0F172A;
  --sz-muted: #64748B;
}

html, body {
  margin: 0;
  padding: 0;
  background: var(--sz-cream) !important;
  color: var(--sz-text);
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}

body.sz-home {
  min-height: 100vh;
}

/* Same Naskh face for Urdu + Sindhi so both "Sindh Zameen" lines match the design */
.font-urdu,
.font-sindhi {
  font-family: "Noto Naskh Arabic", "Segoe UI", Tahoma, sans-serif;
  font-style: normal;
  font-weight: 700;
  unicode-bidi: isolate;
  direction: rtl;
}

.font-serif-sz {
  font-family: "Libre Baskerville", Georgia, "Times New Roman", serif;
}

/* ---------- Header ---------- */
.sz-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 2px 8px rgba(0,0,0,.15);
}

.sz-header-bar {
  color: #fff;
  padding: 14px 16px;
  border-bottom: 4px solid #8B6508;
  box-shadow: 0 8px 18px rgba(0,0,0,.18);
  background-color: #004D25;
  background-image: url('../images/sz/official/header_clean_pattern.png');
  background-repeat: repeat-x;
  background-size: auto 100%;
  background-position: center;
}

.sz-header-inner {
  max-width: none;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.sz-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: #fff;
}

.sz-brand img {
  height: 64px;
  width: auto;
  display: block;
}

@media (max-width: 640px) {
  .sz-brand img { height: 44px; }
}

.sz-brand-title {
  font-family: "Libre Baskerville", Georgia, serif;
  font-weight: 700;
  font-size: clamp(12px, 2.2vw, 20px);
  letter-spacing: .06em;
  text-transform: uppercase;
  line-height: 1.15;
  text-shadow: 0 1px 2px rgba(0,0,0,.25);
}

.sz-brand-sub {
  font-size: clamp(8px, 1.4vw, 12px);
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #e2e8f0;
  margin-top: 2px;
}

.sz-larmis {
  text-align: right;
  color: #fff;
  text-decoration: none;
  max-width: 420px;
}

.sz-larmis:hover {
  color: #fff;
  text-decoration: none;
}

.sz-larmis-name {
  display: block;
  font-size: clamp(12px, 2vw, 16px);
  font-weight: 700;
  letter-spacing: .08em;
  text-shadow: 0 1px 2px rgba(0,0,0,.25);
}

.sz-larmis-sub {
  display: block;
  margin-top: 2px;
  font-size: clamp(8px, 1.3vw, 11px);
  color: #e2e8f0;
  font-weight: 500;
  line-height: 1.25;
}

.sz-breadcrumb {
  background: var(--sz-cream-bar);
  color: #334155;
  padding: 8px 16px;
  border-bottom: 1px solid #cbd5e1;
  font-size: 12px;
}

.sz-breadcrumb-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 6px;
}

.sz-breadcrumb a {
  color: #334155;
  text-decoration: none;
}

.sz-breadcrumb a:hover {
  color: var(--sz-green);
}

.sz-breadcrumb .current {
  color: #0f172a;
  font-weight: 700;
}

/* ---------- Page shell + Ajrak ---------- */
.sz-shell {
  position: relative;
  width: 100%;
}

.sz-ajrak {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 90px;
  pointer-events: none;
  z-index: 1;
  background-image: url('../images/sz/ajrak-border.jpg');
  background-repeat: repeat-y;
  background-size: 100% auto;
}

.sz-ajrak--left {
  left: 0;
  transform: scaleX(-1);
  background-position: left top;
}

.sz-ajrak--right {
  right: 0;
  background-position: right top;
}

@media (min-width: 1024px) {
  .sz-ajrak { display: block; }
}

.sz-main {
  position: relative;
  z-index: 2;
  max-width: 1400px;
  margin: 0 auto;
  padding: 28px 16px 48px;
  box-sizing: border-box;
}

@media (min-width: 1024px) {
  .sz-main {
    padding-left: 125px;
    padding-right: 125px;
  }
}

.sz-stack > * + * {
  margin-top: 36px;
}

/* ---------- Hero ---------- */
.sz-hero {
  background: var(--sz-cream-card);
  border: 2px solid var(--sz-border);
  border-radius: 24px;
  box-shadow: 0 12px 30px rgba(15, 23, 42, .08);
  overflow: hidden;
}

.sz-hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  align-items: stretch;
}

@media (min-width: 992px) {
  .sz-hero-grid {
    grid-template-columns: 7fr 5fr;
  }
}

.sz-hero-copy {
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start; /* lock left edge for Welcome / title / bilingual / desc */
  text-align: left;
  gap: 12px;
  direction: ltr;
}

@media (min-width: 768px) {
  .sz-hero-copy { padding: 40px 48px; }
}

.sz-hero-welcome {
  margin: 0;
  width: 100%;
  color: var(--sz-green);
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: 22px;
  font-weight: 700;
  text-align: left;
}

.sz-hero-title {
  margin: 0;
  width: 100%;
  font-family: "Libre Baskerville", Georgia, serif;
  font-weight: 700;
  font-size: clamp(34px, 5vw, 64px);
  line-height: 1.08;
  letter-spacing: -0.02em;
  text-align: left;
}

.sz-hero-title .c-green { color: var(--sz-green); }
.sz-hero-title .c-gold { color: var(--sz-gold); }
.sz-hero-title .sz-inline {
  display: inline;
  margin-right: 0.28em;
}
.sz-hero-title .sz-block {
  display: block;
  margin-top: 2px;
}

.sz-hero-subtitle {
  display: block;
  margin-top: 8px;
  color: var(--sz-green);
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: clamp(16px, 2.2vw, 24px);
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.25;
  text-align: left;
}

.sz-hero-bilingual {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  width: 100%;
  margin: 4px 0 0;
  color: var(--sz-green);
  font-size: clamp(20px, 2.4vw, 28px);
  font-weight: 700;
  text-align: left;
  direction: ltr;
  line-height: 1.45;
}

.sz-hero-bilingual .font-urdu,
.sz-hero-bilingual .font-sindhi {
  font-family: "Noto Naskh Arabic", "Segoe UI", Tahoma, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: inherit;
  color: var(--sz-green);
  direction: rtl;
  unicode-bidi: isolate;
  line-height: 1.45;
}

.sz-hero-bilingual .dot {
  color: var(--sz-gold);
  font-size: 14px;
  flex-shrink: 0;
  line-height: 1;
  position: relative;
  top: 1px;
}

.sz-hero-desc {
  margin: 8px 0 0;
  width: 100%;
  max-width: 520px;
  color: #475569;
  font-size: 14px;
  line-height: 1.65;
  font-weight: 500;
  text-align: left;
}

.sz-hero-media {
  position: relative;
  min-height: 280px;
  overflow: hidden;
}

@media (min-width: 768px) {
  .sz-hero-media { min-height: 380px; }
}

@media (min-width: 992px) {
  .sz-hero-media { min-height: 450px; }
}

.sz-hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1s ease;
  z-index: 0;
}

.sz-hero-slide.is-active {
  opacity: 1;
  z-index: 1;
}

.sz-hero-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right bottom;
  display: block;
  filter: contrast(1.03) brightness(1.02);
}

.sz-hero-tint {
  position: absolute;
  inset: 0;
  background: rgba(69, 26, 3, .05);
  pointer-events: none;
}

.sz-hero-fade--left {
  display: none;
  position: absolute;
  inset: 0 auto 0 0;
  width: 160px;
  z-index: 2;
  background: linear-gradient(to right, #FAF4ED, rgba(250,244,237,.8), transparent);
  pointer-events: none;
}

.sz-hero-fade--top {
  position: absolute;
  inset: 0 0 auto 0;
  height: 72px;
  z-index: 2;
  background: linear-gradient(to bottom, #FAF4ED, rgba(250,244,237,.8), transparent);
  pointer-events: none;
}

@media (min-width: 992px) {
  .sz-hero-fade--left { display: block; }
  .sz-hero-fade--top { display: none; }
}

.sz-hero-dots {
  position: absolute;
  right: 20px;
  bottom: 18px;
  z-index: 3;
  display: flex;
  gap: 8px;
  align-items: center;
  background: rgba(0,0,0,.4);
  backdrop-filter: blur(8px);
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.2);
}

.sz-hero-dots button {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  border: 0;
  padding: 0;
  background: rgba(255,255,255,.7);
  cursor: pointer;
  transition: all .25s ease;
}

.sz-hero-dots button.is-active {
  width: 28px;
  background: var(--sz-gold);
}

/* ---------- Search ---------- */
.sz-search-card {
  background: #fff;
  border-radius: 24px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 18px 40px rgba(15, 23, 42, .12);
  padding: 28px 20px;
  text-align: center;
}

@media (min-width: 768px) {
  .sz-search-card { padding: 36px 40px; }
}

.sz-search-actions {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  gap: 14px;
}

@media (min-width: 640px) {
  .sz-search-actions {
    flex-direction: row;
    align-items: center;
  }
}

.sz-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: 12px;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none !important;
  border: 1px solid transparent;
  box-shadow: 0 4px 12px rgba(0,0,0,.12);
  transition: transform .15s ease, background .15s ease, box-shadow .15s ease;
  white-space: nowrap;
}

.sz-btn:hover {
  transform: scale(1.02);
  box-shadow: 0 8px 20px rgba(0,0,0,.18);
  text-decoration: none !important;
}

.sz-btn--name {
  background: var(--sz-green-btn);
  color: #f1f5f9 !important;
}

.sz-btn--name:hover {
  background: var(--sz-green-btn-hover);
  color: #fff !important;
}

.sz-btn--cnic {
  background: var(--sz-dark-btn);
  color: #f1f5f9 !important;
}

.sz-btn--cnic:hover {
  background: var(--sz-dark-btn-hover);
  color: #fff !important;
}

.sz-search-caption {
  margin: 14px 0 0;
  font-size: 13px;
  color: #475569;
  font-style: italic;
  font-weight: 600;
}

.sz-search-warning {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid rgba(226, 232, 240, .9);
  text-align: left;
}

.sz-search-warning-inner {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: rgba(255, 251, 235, .85);
  border: 1px solid rgba(252, 211, 77, .9);
  border-radius: 16px;
  padding: 14px 16px;
  color: #78350f;
  font-size: 12px;
  line-height: 1.55;
  font-weight: 500;
}

.sz-search-warning-inner i {
  color: #b45309;
  font-size: 18px;
  margin-top: 2px;
  flex-shrink: 0;
}

.sz-search-warning-inner strong {
  color: #451a03;
  text-transform: uppercase;
  letter-spacing: .04em;
}

/* ---------- Services ---------- */
.sz-services-head {
  text-align: center;
}

.sz-services-head h2 {
  margin: 0;
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
  color: #8B6508;
  letter-spacing: .02em;
}

.sz-services-sub {
  margin-top: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  color: var(--sz-rose);
  font-size: 14px;
  font-weight: 700;
}

.sz-services-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  margin-top: 22px;
}

@media (min-width: 640px) {
  .sz-services-grid { grid-template-columns: 1fr 1fr; }
}

/* 9 services → 3×3 on desktop (was 4-col for 8 cards) */
@media (min-width: 992px) {
  .sz-services-grid { grid-template-columns: repeat(3, 1fr); }
}

.sz-service-card {
  background: rgba(255,255,255,.95);
  border: 2px solid rgba(226, 232, 240, .95);
  border-radius: 18px;
  padding: 18px 16px;
  text-align: center;
  text-decoration: none !important;
  color: inherit;
  box-shadow: 0 6px 16px rgba(15, 23, 42, .08);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
  display: block;
}

.sz-service-card:hover {
  transform: translateY(-6px);
  border-color: rgba(180, 83, 9, .85);
  box-shadow: 0 16px 32px rgba(15, 23, 42, .14);
  text-decoration: none !important;
  color: inherit;
}

.sz-service-icon {
  height: 120px;
  border-radius: 12px;
  background: linear-gradient(to bottom, rgba(255,251,235,.7), rgba(254,243,199,.25));
  border: 1px solid rgba(253, 230, 138, .4);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  overflow: hidden;
}

.sz-service-icon img {
  max-height: 100px;
  width: auto;
  object-fit: contain;
  transition: transform .25s ease;
}

.sz-service-card:hover .sz-service-icon img {
  transform: scale(1.08) rotate(-1deg);
}

.sz-service-card h3 {
  margin: 0;
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: 16px;
  font-weight: 700;
  color: #020617;
  line-height: 1.35;
  min-height: 2.7em;
}

.sz-service-card:hover h3 {
  color: var(--sz-rose);
}

.sz-service-divider {
  height: 1.5px;
  background: rgba(203, 213, 225, .85);
  margin: 10px 0;
}

.sz-service-card:hover .sz-service-divider {
  background: rgba(245, 158, 11, .55);
}

.sz-service-langs {
  font-size: 13px;
  font-weight: 700;
  color: #1e293b;
  line-height: 1.55;
}

.sz-service-langs .sd {
  color: #78350f;
  margin-top: 2px;
}

/* ---------- Trust bar ---------- */
.sz-trust {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(245, 158, 11, .3);
  background: var(--sz-navy-deep);
  color: #fff;
  box-shadow: 0 12px 28px rgba(15, 23, 42, .18);
}

.sz-trust::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, #182230, #5B0B16, #182230);
  opacity: .9;
  pointer-events: none;
}

.sz-trust-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  padding: 28px 24px;
  align-items: stretch;
}

@media (min-width: 640px) {
  .sz-trust-grid { grid-template-columns: 1fr 1fr; }
}

@media (min-width: 992px) {
  .sz-trust-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    padding: 28px 28px;
  }
}

.sz-trust-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  min-width: 0;
  text-align: left;
}

.sz-trust-icon {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  border: 1px solid rgba(251, 191, 36, .4);
  background: rgba(245, 158, 11, .1);
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 52px;
  color: #fcd34d;
  font-size: 22px;
}

.sz-trust-text {
  flex: 1 1 auto;
  min-width: 0;
  text-align: left;
}

.sz-trust-item h4 {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  line-height: 1.25;
  text-align: left;
}

.sz-trust-item p {
  margin: 4px 0 0;
  font-size: 11px;
  color: rgba(254, 243, 199, .85);
  font-weight: 500;
  line-height: 1.35;
  text-align: left;
}

/* ---------- Heritage of the Indus ---------- */
.sz-heritage {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(245, 158, 11, .3);
  color: #fff;
  background: linear-gradient(to right, #0F172A, #3B0712, #6B0D1D);
  box-shadow: 0 16px 36px rgba(15, 23, 42, .22);
}

.sz-heritage-stars {
  position: absolute;
  inset: 0;
  opacity: .12;
  pointer-events: none;
  background-image:
    radial-gradient(circle at 10px 10px, rgba(255,255,255,.9) 1.5px, transparent 2px),
    radial-gradient(circle at 45px 40px, rgba(245,158,11,.8) 1px, transparent 2px);
  background-size: 70px 70px;
}

.sz-heritage-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
  align-items: center;
  padding: 28px 22px;
  text-align: left;
}

@media (min-width: 992px) {
  .sz-heritage-grid {
    grid-template-columns: 7fr 5fr;
    padding: 40px 44px;
  }
}

.sz-heritage-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  text-align: left;
  width: 100%;
  max-width: 560px;
  direction: ltr;
}

.sz-heritage-kicker {
  margin: 0 0 8px;
  width: 100%;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: #C28E38;
  text-align: left;
}

.sz-heritage-title {
  margin: 0;
  width: 100%;
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: clamp(26px, 3.6vw, 42px);
  font-weight: 700;
  line-height: 1.15;
  color: #fff;
  text-align: left;
}

.sz-heritage-desc {
  margin: 12px 0 0;
  width: 100%;
  max-width: 520px;
  color: #cbd5e1;
  font-size: 14px;
  line-height: 1.65;
  font-weight: 500;
  text-align: left;
}

.sz-heritage-photos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.sz-heritage-photo {
  height: 140px;
  border-radius: 14px;
  overflow: hidden;
  border: 2px solid rgba(245, 158, 11, .4);
  box-shadow: 0 8px 18px rgba(0,0,0,.25);
  position: relative;
}

@media (min-width: 768px) {
  .sz-heritage-photo { height: 200px; }
}

.sz-heritage-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: contrast(1.05) brightness(.95);
  transition: transform .4s ease;
}

.sz-heritage-photo:hover img {
  transform: scale(1.08);
}

.sz-heritage-ribbon {
  height: 14px;
  background: #881337;
  border-top: 1px solid rgba(245, 158, 11, .3);
  background-image:
    linear-gradient(135deg, #064E3B 25%, transparent 25%),
    linear-gradient(225deg, #B91C1C 25%, transparent 25%),
    linear-gradient(45deg, #F59E0B 12%, transparent 12%);
  background-size: 36px 14px;
  background-position: 0 0, 18px 0, 9px 0;
}

/* ---------- Footer ---------- */
.sz-footer {
  width: 100%;
  margin-top: 40px;
  font-size: 12px;
}

.sz-footer-main {
  background: var(--sz-footer);
  color: #e2e8f0;
  padding: 40px 24px;
}

.sz-footer-grid {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

@media (min-width: 640px) {
  .sz-footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (min-width: 768px) {
  .sz-footer-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (min-width: 1100px) {
  .sz-footer-grid { grid-template-columns: repeat(6, 1fr); }
}

.sz-footer-col h4 {
  margin: 0 0 12px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(217, 119, 6, .4);
  padding-bottom: 6px;
}

.sz-footer-col h4::before {
  content: "| ";
  color: #f59e0b;
  font-weight: 900;
}

.sz-footer-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sz-footer-col li {
  margin-bottom: 8px;
}

.sz-footer-col a {
  color: #e2e8f0;
  text-decoration: none;
  font-weight: 600;
  font-size: 11px;
  text-transform: uppercase;
}

.sz-footer-col a:hover {
  color: #fcd34d;
}

.sz-footer-col a::before {
  content: "> ";
  color: #f59e0b;
  font-weight: 700;
}

.sz-footer-contact {
  text-align: left;
}

.sz-contact-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  width: 100%;
  text-align: left;
}

.sz-contact-row {
  margin: 0 !important;
  width: 100%;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.55;
  text-align: left;
  color: #e2e8f0;
}

.sz-footer-contact .label {
  display: inline;
  color: #fcd34d;
  font-weight: 700;
  margin-right: 4px;
}

.sz-contact-value {
  display: inline;
  color: #e2e8f0;
  font-weight: 600;
  word-break: break-word;
}

.sz-contact-phone {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  color: #fcd34d;
  font-weight: 700;
}

.sz-contact-phone i {
  color: #fcd34d;
  width: 14px;
  text-align: center;
  flex-shrink: 0;
}

.sz-contact-phone .sz-contact-value {
  color: #fcd34d;
}

.sz-contact-social {
  width: 100%;
  margin-top: 4px;
  padding-top: 10px;
  border-top: 1px solid rgba(217, 119, 6, .3);
  text-align: left;
}

.sz-contact-social-title {
  margin: 0 0 8px !important;
  color: #fcd34d;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  text-align: left;
}

.sz-social {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  margin: 0;
}

.sz-social a {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  text-decoration: none !important;
  text-transform: none !important;
  border: 1px solid rgba(255,255,255,.2);
  font-size: 14px;
  font-weight: 700;
  padding: 0;
}

.sz-social a::before { content: none !important; }
.sz-social .fb { background: #3B5998; }
.sz-social .tw { background: #1DA1F2; }
.sz-social .yt { background: #E62117; }

.sz-footer-disclaimer {
  background: #FAF7F2;
  color: #1e293b;
  padding: 28px 24px;
  border-top: 4px solid #004D25;
  border-bottom: 1px solid #cbd5e1;
}

.sz-disclaimer-grid {
  max-width: none;
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

@media (min-width: 768px) {
  .sz-disclaimer-grid { grid-template-columns: 1fr 1fr; }
}

.sz-disclaimer-card {
  background: #fff;
  border-radius: 16px;
  padding: 18px 18px 16px;
  border: 1px solid rgba(6, 78, 59, .1);
  box-shadow: 0 4px 12px rgba(15, 23, 42, .05);
  text-align: left;
}

.sz-disclaimer-card.legal {
  border-color: rgba(120, 53, 15, .12);
}

.sz-disclaimer-card-head {
  display: flex;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid #f1f5f9;
  padding-bottom: 12px;
  margin-bottom: 12px;
}

.sz-disclaimer-icon {
  width: 36px;
  height: 36px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 16px;
}

.sz-disclaimer-icon.green {
  background: rgba(209, 250, 229, .85);
  color: #004D25;
}

.sz-disclaimer-icon.amber {
  background: rgba(254, 243, 199, .9);
  color: #92400e;
}

.sz-disclaimer-card h4 {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  color: #0f172a;
}

.sz-disclaimer-badge {
  display: inline-block;
  margin-top: 4px;
  font-size: 11px;
  font-weight: 600;
  padding: 2px 8px;
  border-radius: 6px;
}

.sz-disclaimer-badge.green {
  color: #065f46;
  background: #ecfdf5;
}

.sz-disclaimer-badge.amber {
  color: #92400e;
  background: #fffbeb;
}

.sz-disclaimer-card p {
  margin: 0;
  font-size: 12px;
  line-height: 1.65;
  color: #475569;
  font-weight: 500;
}

.sz-footer-credit {
  background: #191835;
  border-top: 1px solid rgba(217, 119, 6, .3);
  padding: 16px 24px;
  color: #cbd5e1;
  font-size: 13px;
  font-weight: 500;
}

.sz-footer-credit-inner {
  max-width: none;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: center;
  text-align: center;
}

@media (min-width: 768px) {
  .sz-footer-credit-inner {
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
  }
}

.sz-footer-visitors {
  display: none !important;
}

.sz-footer-visitors-iframe {
  border: 0;
  height: 36px;
  width: 200px;
  max-width: 100%;
  background: transparent;
  overflow: hidden;
}

.sz-footer-visitors a {
  color: #cbd5e1;
  font-size: 10px;
  text-decoration: none;
  margin-top: 4px;
}

.sz-footer-visitors a:hover {
  color: #fcd34d;
}

.sz-footer-powered {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #94a3b8;
  font-size: 13px;
}

.sz-footer-powered img {
  height: 34px;
  width: auto;
}

.sz-footer-powered .larmis {
  color: #fbbf24;
  font-weight: 700;
}

/* Hide legacy bootstrap navbar remnants if any leak */
body.sz-home .navbar,
body.sz-home #myCarousel {
  display: none !important;
}
