/*
Theme Name: Saudi Health Hub
Theme URI: https://info.tradefunday.com/
Description: Premium health content theme for Saudi Arabia healthcare information
Version: 1.0.0
Author: Saudi Health Hub
Text Domain: saudi-health-hub
*/

/* ============================================================
   CSS Variables & Reset
   ============================================================ */
:root {
  --primary:     #006B5A;
  --primary-dk:  #004D40;
  --primary-lt:  #00897B;
  --accent:      #E8A020;
  --accent-lt:   #FFD166;
  --dark:        #0D1B2A;
  --dark-2:      #1A2B3C;
  --mid:         #4A6278;
  --light:       #F4F7F6;
  --white:       #FFFFFF;
  --border:      #D8E5E2;
  --card-bg:     #FFFFFF;
  --shadow-sm:   0 2px 12px rgba(0,107,90,0.08);
  --shadow-md:   0 8px 32px rgba(0,107,90,0.14);
  --shadow-lg:   0 20px 60px rgba(0,107,90,0.18);
  --radius-sm:   8px;
  --radius-md:   16px;
  --radius-lg:   24px;
  --font-head:   'Playfair Display', Georgia, serif;
  --font-body:   'DM Sans', sans-serif;
  --max-width:   1200px;
  --transition:  0.3s cubic-bezier(0.4,0,0.2,1);
}

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

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  background: var(--light);
  color: var(--dark);
  line-height: 1.7;
  font-size: 16px;
  overflow-x: hidden;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }

/* ============================================================
   Container
   ============================================================ */
.shh-container {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 24px;
}

/* ============================================================
   Header / Nav
   ============================================================ */
.shh-header {
  position: sticky;
  top: 0;
  z-index: 999;
  background: rgba(255,255,255,0.96);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
  transition: box-shadow var(--transition);
}
.shh-header.scrolled { box-shadow: var(--shadow-md); }

.shh-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
  gap: 24px;
}

.shh-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}
.shh-logo__icon {
  font-size: 28px;
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, var(--primary), var(--primary-lt));
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  flex-shrink: 0;
}
.shh-logo__main {
  display: block;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 18px;
  color: var(--dark);
  line-height: 1.2;
}
.shh-logo__sub {
  display: block;
  font-size: 11px;
  color: var(--mid);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.shh-logo--white .shh-logo__main { color: white; }
.shh-logo--white .shh-logo__sub { color: rgba(255,255,255,0.6); }

.shh-nav__links {
  display: flex;
  align-items: center;
  gap: 8px;
}
.shh-nav__links a {
  font-size: 15px;
  font-weight: 500;
  color: var(--mid);
  padding: 8px 16px;
  border-radius: var(--radius-sm);
  transition: all var(--transition);
}
.shh-nav__links a:hover,
.shh-nav__links a.active {
  color: var(--primary);
  background: rgba(0,107,90,0.08);
}

.shh-nav__burger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
}
.shh-nav__burger span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--dark);
  border-radius: 2px;
  transition: all var(--transition);
}

.shh-mobile-menu {
  display: none;
  flex-direction: column;
  background: white;
  border-top: 1px solid var(--border);
  padding: 16px 24px;
  gap: 4px;
}
.shh-mobile-menu.open { display: flex; }
.shh-mobile-menu a {
  font-size: 16px;
  font-weight: 500;
  color: var(--dark);
  padding: 12px 16px;
  border-radius: var(--radius-sm);
  transition: all var(--transition);
}
.shh-mobile-menu a:hover { background: var(--light); color: var(--primary); }

/* ============================================================
   Buttons
   ============================================================ */
.shh-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: 50px;
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: all var(--transition);
  border: 2px solid transparent;
}
.shh-btn--primary {
  background: var(--accent);
  color: var(--dark);
}
.shh-btn--primary:hover {
  background: var(--accent-lt);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(232,160,32,0.4);
}
.shh-btn--outline {
  border-color: rgba(255,255,255,0.5);
  color: white;
}
.shh-btn--outline:hover {
  background: rgba(255,255,255,0.1);
  border-color: white;
}

/* ============================================================
   Hero
   ============================================================ */
.shh-hero {
  position: relative;
  min-height: 560px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--dark);
}
.shh-hero__bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 60% at 70% 50%, rgba(0,137,123,0.35) 0%, transparent 60%),
    radial-gradient(ellipse 50% 80% at 10% 80%, rgba(0,77,64,0.5) 0%, transparent 60%),
    linear-gradient(135deg, #0D1B2A 0%, #1A3040 50%, #0D2B25 100%);
}
.shh-hero__overlay {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 20% 30%, rgba(0,107,90,0.15) 0%, transparent 40%),
    url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23006B5A' fill-opacity='0.06'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.shh-hero .shh-container {
  position: relative;
  z-index: 2;
  padding-top: 80px;
  padding-bottom: 80px;
}
.shh-hero__content { max-width: 640px; }

.shh-hero__tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(0,137,123,0.2);
  border: 1px solid rgba(0,137,123,0.4);
  color: #80CBC4;
  font-size: 13px;
  font-weight: 600;
  padding: 6px 16px;
  border-radius: 50px;
  letter-spacing: 0.04em;
  margin-bottom: 24px;
}

.shh-hero__title {
  font-family: var(--font-head);
  font-size: clamp(36px, 5vw, 58px);
  font-weight: 700;
  color: white;
  line-height: 1.15;
  margin-bottom: 20px;
}
.shh-hero__title em {
  font-style: italic;
  color: var(--accent-lt);
}
.shh-hero__sub {
  font-size: 17px;
  color: rgba(255,255,255,0.7);
  margin-bottom: 36px;
  line-height: 1.7;
  max-width: 520px;
}
.shh-hero__actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 56px;
}

.shh-hero__stats {
  display: flex;
  gap: 48px;
  flex-wrap: wrap;
}
.shh-stat { display: flex; flex-direction: column; }
.shh-stat__num {
  font-family: var(--font-head);
  font-size: 36px;
  font-weight: 700;
  color: var(--accent-lt);
  line-height: 1;
}
.shh-stat__label {
  font-size: 13px;
  color: rgba(255,255,255,0.5);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-top: 4px;
}

/* ============================================================
   Category Pills
   ============================================================ */
.shh-cats {
  background: white;
  border-bottom: 1px solid var(--border);
  padding: 0;
  position: sticky;
  top: 72px;
  z-index: 100;
}
.shh-cats__row {
  display: flex;
  gap: 4px;
  overflow-x: auto;
  padding: 12px 0;
  scrollbar-width: none;
}
.shh-cats__row::-webkit-scrollbar { display: none; }
.shh-cat {
  white-space: nowrap;
  padding: 8px 18px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 500;
  color: var(--mid);
  border: 1.5px solid var(--border);
  transition: all var(--transition);
  background: white;
}
.shh-cat:hover,
.shh-cat--active {
  background: var(--primary);
  color: white;
  border-color: var(--primary);
}

/* ============================================================
   Section Headings
   ============================================================ */
.shh-section-head {
  text-align: center;
  margin-bottom: 48px;
}
.shh-section-head h2 {
  font-family: var(--font-head);
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 12px;
}
.shh-section-head p {
  font-size: 17px;
  color: var(--mid);
  max-width: 500px;
  margin: 0 auto;
}
.shh-section-head--light h2 { color: white; }
.shh-section-head--light p { color: rgba(255,255,255,0.7); }

/* ============================================================
   Articles Grid
   ============================================================ */
.shh-articles {
  padding: 72px 0;
}
.shh-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.shh-grid .shh-card:first-child {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.shh-grid .shh-card:first-child .shh-card__img {
  height: 100%;
  min-height: 280px;
  border-radius: var(--radius-md) 0 0 var(--radius-md);
}
.shh-grid .shh-card:first-child .shh-card__body {
  padding: 40px;
}
.shh-grid .shh-card:first-child .shh-card__title {
  font-size: 26px;
}

/* ============================================================
   Cards
   ============================================================ */
.shh-card {
  background: var(--card-bg);
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: all var(--transition);
  border: 1px solid var(--border);
}
.shh-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
  border-color: rgba(0,107,90,0.2);
}
.shh-card__img {
  width: 100%;
  height: 200px;
  background-size: cover;
  background-position: center;
  background-color: var(--light);
  transition: transform var(--transition);
  overflow: hidden;
}
.shh-card:hover .shh-card__img { transform: scale(1.04); }
.shh-card__img--placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #E8F5F3, #B2DFDB);
}
.shh-card__icon { font-size: 48px; }

.shh-card__body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.shh-card__cat {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--primary);
  background: rgba(0,107,90,0.08);
  padding: 4px 10px;
  border-radius: 50px;
}
.shh-card__title {
  font-family: var(--font-head);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.35;
  color: var(--dark);
}
.shh-card__title a:hover { color: var(--primary); }
.shh-card__excerpt {
  font-size: 14px;
  color: var(--mid);
  line-height: 1.65;
  flex: 1;
}
.shh-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 8px;
  padding-top: 16px;
  border-top: 1px solid var(--border);
}
.shh-card__date { font-size: 13px; color: var(--mid); }
.shh-card__read {
  font-size: 13px;
  font-weight: 600;
  color: var(--primary);
  transition: gap var(--transition);
}
.shh-card__read:hover { color: var(--primary-dk); }

/* ============================================================
   Pagination
   ============================================================ */
.shh-pagination {
  margin-top: 56px;
  display: flex;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}
.shh-pagination .page-numbers {
  padding: 10px 18px;
  border-radius: var(--radius-sm);
  border: 1.5px solid var(--border);
  font-weight: 500;
  font-size: 14px;
  color: var(--mid);
  transition: all var(--transition);
}
.shh-pagination .page-numbers:hover,
.shh-pagination .page-numbers.current {
  background: var(--primary);
  border-color: var(--primary);
  color: white;
}

/* ============================================================
   Trust Section
   ============================================================ */
.shh-trust {
  background: linear-gradient(135deg, var(--primary-dk) 0%, var(--dark) 100%);
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
.shh-trust::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23006B5A' fill-opacity='0.1'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.shh-trust__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  position: relative;
  z-index: 1;
}
.shh-trust__card {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--radius-md);
  padding: 32px 24px;
  text-align: center;
  transition: all var(--transition);
}
.shh-trust__card:hover {
  background: rgba(255,255,255,0.1);
  transform: translateY(-4px);
}
.shh-trust__icon {
  font-size: 36px;
  margin-bottom: 16px;
}
.shh-trust__card h4 {
  font-family: var(--font-head);
  font-size: 18px;
  color: white;
  margin-bottom: 10px;
}
.shh-trust__card p {
  font-size: 14px;
  color: rgba(255,255,255,0.65);
  line-height: 1.65;
}

/* ============================================================
   Newsletter
   ============================================================ */
.shh-newsletter {
  background: linear-gradient(135deg, var(--accent) 0%, #F5C842 100%);
  padding: 60px 0;
}
.shh-newsletter__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}
.shh-newsletter__text h3 {
  font-family: var(--font-head);
  font-size: 26px;
  color: var(--dark);
  margin-bottom: 8px;
}
.shh-newsletter__text p { font-size: 15px; color: rgba(13,27,42,0.7); }
.shh-newsletter__form {
  display: flex;
  gap: 12px;
  flex: 1;
  max-width: 460px;
}
.shh-newsletter__form input {
  flex: 1;
  padding: 14px 20px;
  border: none;
  border-radius: 50px;
  font-family: var(--font-body);
  font-size: 15px;
  outline: none;
  box-shadow: 0 4px 16px rgba(0,0,0,0.1);
}
.shh-newsletter__form button {
  padding: 14px 28px;
  background: var(--dark);
  color: white;
  border: none;
  border-radius: 50px;
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
  transition: all var(--transition);
}
.shh-newsletter__form button:hover {
  background: var(--primary);
  transform: translateY(-2px);
}

/* ============================================================
   Footer
   ============================================================ */
.shh-footer {
  background: var(--dark);
  padding: 72px 0 0;
}
.shh-footer__grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 48px;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.shh-footer__brand p {
  font-size: 14px;
  color: rgba(255,255,255,0.5);
  line-height: 1.7;
  margin-top: 16px;
  max-width: 280px;
}
.shh-footer__col h5 {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(255,255,255,0.4);
  margin-bottom: 20px;
}
.shh-footer__col ul { display: flex; flex-direction: column; gap: 10px; }
.shh-footer__col a {
  font-size: 14px;
  color: rgba(255,255,255,0.6);
  transition: color var(--transition);
}
.shh-footer__col a:hover { color: var(--accent-lt); }
.shh-footer__bottom {
  padding: 24px 0;
  text-align: center;
}
.shh-footer__bottom p {
  font-size: 13px;
  color: rgba(255,255,255,0.3);
}

/* ============================================================
   Single Post
   ============================================================ */
.shh-single { padding: 48px 0 80px; }
.shh-single .shh-container { max-width: 820px; }

.shh-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: var(--mid);
  margin-bottom: 24px;
}
.shh-breadcrumb a { color: var(--primary); }
.shh-breadcrumb a:hover { text-decoration: underline; }
.shh-breadcrumb--light { color: rgba(255,255,255,0.6); }
.shh-breadcrumb--light a { color: var(--accent-lt); }

.shh-single__header { margin-bottom: 32px; }
.shh-single__title {
  font-family: var(--font-head);
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 700;
  line-height: 1.2;
  color: var(--dark);
  margin: 16px 0;
}
.shh-single__meta {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  font-size: 14px;
  color: var(--mid);
}
.shh-single__thumb {
  margin-bottom: 36px;
  border-radius: var(--radius-md);
  overflow: hidden;
}
.shh-single__thumb img { width: 100%; height: auto; }

.shh-single__content {
  font-size: 17px;
  line-height: 1.85;
  color: #2C3E50;
}
.shh-single__content h2 {
  font-family: var(--font-head);
  font-size: 28px;
  color: var(--dark);
  margin: 40px 0 16px;
  padding-bottom: 12px;
  border-bottom: 3px solid var(--accent);
}
.shh-single__content h3 {
  font-family: var(--font-head);
  font-size: 22px;
  color: var(--dark);
  margin: 32px 0 12px;
}
.shh-single__content p { margin-bottom: 20px; }
.shh-single__content ul, .shh-single__content ol {
  padding-left: 24px;
  margin-bottom: 20px;
}
.shh-single__content ul { list-style: none; }
.shh-single__content ul li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 8px;
}
.shh-single__content ul li::before {
  content: '✦';
  color: var(--primary);
  font-size: 10px;
  position: absolute;
  left: 0;
  top: 6px;
}
.shh-single__content ol li { margin-bottom: 8px; }
.shh-single__content strong { color: var(--dark); font-weight: 700; }
.shh-single__content a { color: var(--primary); text-decoration: underline; }
.shh-single__content blockquote {
  border-left: 4px solid var(--accent);
  background: #FFF8ED;
  padding: 20px 24px;
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  font-style: italic;
  color: var(--dark-2);
  margin: 28px 0;
}
.shh-single__content table {
  width: 100%;
  border-collapse: collapse;
  margin: 28px 0;
  font-size: 15px;
}
.shh-single__content th {
  background: var(--primary);
  color: white;
  padding: 12px 16px;
  text-align: left;
  font-weight: 600;
}
.shh-single__content td {
  padding: 12px 16px;
  border-bottom: 1px solid var(--border);
}
.shh-single__content tr:hover td { background: var(--light); }

/* Tags */
.shh-single__tags {
  margin-top: 40px;
  padding-top: 24px;
  border-top: 1px solid var(--border);
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
}
.shh-tag {
  background: var(--light);
  border: 1px solid var(--border);
  color: var(--mid);
  font-size: 13px;
  padding: 5px 14px;
  border-radius: 50px;
  transition: all var(--transition);
}
.shh-tag:hover { background: var(--primary); color: white; border-color: var(--primary); }

/* Related */
.shh-related {
  margin-top: 64px;
  padding-top: 40px;
  border-top: 2px solid var(--border);
}
.shh-related h3 {
  font-family: var(--font-head);
  font-size: 24px;
  color: var(--dark);
  margin-bottom: 28px;
}
.shh-related__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.shh-related__card {
  border-radius: var(--radius-md);
  overflow: hidden;
  border: 1px solid var(--border);
  transition: all var(--transition);
  background: white;
}
.shh-related__card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.shh-related__img {
  height: 140px;
  background-size: cover;
  background-position: center;
}
.shh-related__img--ph {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #E8F5F3, #B2DFDB);
  font-size: 32px;
}
.shh-related__card h4 {
  font-family: var(--font-head);
  font-size: 15px;
  color: var(--dark);
  padding: 14px 16px 6px;
  line-height: 1.35;
}
.shh-related__card span {
  display: block;
  font-size: 12px;
  color: var(--mid);
  padding: 0 16px 14px;
}

/* ============================================================
   Static Page
   ============================================================ */
.shh-page__hero {
  background: linear-gradient(135deg, var(--primary-dk), var(--dark-2));
  padding: 56px 0;
}
.shh-page__title {
  font-family: var(--font-head);
  font-size: clamp(32px, 4vw, 48px);
  color: white;
  margin-top: 16px;
}
.shh-page__body { max-width: 820px; margin: 0 auto; padding: 56px 0 80px; }
.shh-page__content h2 {
  font-family: var(--font-head);
  font-size: 30px;
  color: var(--dark);
  margin: 0 0 20px;
  padding-bottom: 12px;
  border-bottom: 3px solid var(--accent);
}
.shh-page__content h3 {
  font-family: var(--font-head);
  font-size: 22px;
  color: var(--dark);
  margin: 36px 0 14px;
}
.shh-page__content p {
  font-size: 16px;
  line-height: 1.85;
  color: #2C3E50;
  margin-bottom: 18px;
}
.shh-page__content ul {
  margin: 16px 0 24px 0;
}
.shh-page__content li {
  font-size: 16px;
  line-height: 1.7;
  color: #2C3E50;
  padding: 8px 0 8px 28px;
  position: relative;
  border-bottom: 1px solid var(--border);
}
.shh-page__content li::before {
  content: '▸';
  color: var(--primary);
  position: absolute;
  left: 8px;
}
.shh-page__content a { color: var(--primary); text-decoration: underline; }
.shh-page__content strong { color: var(--dark); }

/* Contact Grid */
.shh-contact-grid { margin: 32px 0; }
.shh-contact-info {
  background: var(--light);
  border-radius: var(--radius-md);
  padding: 32px;
  border: 1px solid var(--border);
}
.shh-contact-info h3 { font-size: 18px; color: var(--dark); margin: 0 0 8px; }
.shh-contact-info p { color: var(--mid); font-size: 15px; margin-bottom: 24px; }

/* ============================================================
   Responsive
   ============================================================ */
@media (max-width: 1024px) {
  .shh-grid { grid-template-columns: repeat(2, 1fr); }
  .shh-grid .shh-card:first-child { grid-column: 1 / -1; }
  .shh-trust__grid { grid-template-columns: repeat(2, 1fr); }
  .shh-footer__grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
  .shh-nav__links { display: none; }
  .shh-nav__burger { display: flex; }
  .shh-grid { grid-template-columns: 1fr; }
  .shh-grid .shh-card:first-child { display: block; }
  .shh-grid .shh-card:first-child .shh-card__img {
    height: 220px;
    border-radius: var(--radius-md) var(--radius-md) 0 0;
  }
  .shh-trust__grid { grid-template-columns: repeat(2, 1fr); }
  .shh-newsletter__inner { flex-direction: column; }
  .shh-newsletter__form { max-width: 100%; width: 100%; }
  .shh-footer__grid { grid-template-columns: 1fr; gap: 32px; }
  .shh-related__grid { grid-template-columns: 1fr; }
  .shh-hero__stats { gap: 28px; }
  .shh-cats { top: 64px; }
}

@media (max-width: 480px) {
  .shh-trust__grid { grid-template-columns: 1fr; }
  .shh-hero__actions { flex-direction: column; }
  .shh-newsletter__form { flex-direction: column; }
}
