:root {--bg: #05060a;--bg-alt: #10121a;--surface: #171923;--accent: #f0b12f;--accent-soft: rgba(240, 177, 47, 0.12);--text: #f7f7f7;--muted: #a7acbd;--border: #2b3040;--radius-lg: 1.5rem;--radius-md: 1rem;--radius-pill: 999px;--shadow-soft: 0 22px 45px rgba(0,0,0,0.42);--transition-fast: 0.18s ease-out;--transition-med: 0.25s ease-out;}*,*::before,*::after {box-sizing: border-box;}html {scroll-behavior: smooth;}body {margin: 0;font-family: system-ui, -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", sans-serif;background: radial-gradient(circle at top left, #222637, #05060a 55%);color: var(--text);line-height: 1.45;}a {color: inherit;}/* Layout */.container {width: min(1120px, 100% - 2.5rem);margin-inline: auto;}.section {padding: 0.25rem 0 0.35rem;}.section-header {text-align: left;margin-bottom: 0.15rem;}.section-kicker {text-transform: uppercase;letter-spacing: 0.18em;font-size: 0.72rem;color: var(--accent);margin-bottom: 0.25rem;}.section-title {font-size: clamp(1.35rem, 1.8vw, 1.7rem);letter-spacing: 0.02em;}.section-subtitle {max-width: 620px;margin: 0.5rem 0 0;color: var(--muted);font-size:0.95rem;}/* Header / Nav */.site-header {position: sticky;top: 0;z-index: 50;backdrop-filter: blur(20px);background: linear-gradient(to bottom,rgba(5,6,10,0.94),rgba(5,6,10,0.86),rgba(5,6,10,0.8));border-bottom: 1px solid rgba(255,255,255,0.04); padding-top:5px; padding-bottom:5px;  padding-top:2px; padding-bottom:2px; }.nav {display: flex;align-items: center;justify-content: space-between;padding-block: 0.35rem;gap: 1rem;}.nav-brand {display: flex;align-items: center;gap: 0.75rem;text-decoration: none;}.nav-logo {width: 2.6rem;height: 2.6rem;border-radius: 0.9rem;display: grid;place-items: center;background: radial-gradient(circle at 30% 0, #ffe7ad, #f0b12f 60%, #925300);box-shadow: 0 14px 30px rgba(0,0,0,0.5);border: 1px solid rgba(0,0,0,0.4);font-weight: 700;font-size: 1.3rem;}.nav-brand-text {display: flex;flex-direction: column;}.nav-brand-title {text-transform: uppercase;letter-spacing: 0.14em;font-size: 0.9rem;}.nav-brand-subtitle {font-size: 0.75rem;color: var(--muted);}.nav-links {display: flex;align-items: center;gap: 1.6rem;}.nav-links a {text-decoration: none;font-size: 0.9rem;color: var(--muted);position: relative;padding-block: 0.25rem;transition: color var(--transition-fast);}.nav-links a::after {content: "";position: absolute;left: 0;bottom: 0;height: 2px;width: 0;border-radius: 999px;background: linear-gradient(90deg, #f0b12f, #ffe7ad);transition: width var(--transition-fast);}.nav-links a[aria-current="page"],.nav-links a:hover {color: var(--text);}.nav-links a[aria-current="page"]::after,.nav-links a:hover::after {width: 1.3rem;}.nav-cta {display: flex;align-items: center;gap: 0.75rem;font-size: 0.78rem;color: var(--muted);}.nav-toggle {display: none;border: none;background: transparent;padding: 0;cursor: pointer;}.nav-toggle span {display: block;width: 1.6rem;height: 2px;border-radius: 999px;background: var(--text);}.nav-toggle span + span {margin-top: 0.3rem;}/* Buttons */.btn {display: inline-flex;align-items: center;justify-content: center;padding: 0.7rem 1.35rem;border-radius: var(--radius-pill);border: 1px solid transparent;font-size: 0.9rem;font-weight: 500;cursor: pointer;gap: 0.45rem;text-decoration: none;white-space: nowrap;transition:background-color var(--transition-fast),color var(--transition-fast),border-color var(--transition-fast),box-shadow var(--transition-fast),transform var(--transition-fast);}.btn-primary {background: radial-gradient(circle at 30% 0, #ffe7ad, #f0b12f 55%, #925300);color: #221702;box-shadow: 0 16px 32px rgba(0,0,0,0.55);}.btn-primary:hover {transform: translateY(-1px);box-shadow: 0 20px 40px rgba(0,0,0,0.7);}.btn-outline {background: transparent;color: var(--muted);border-color: var(--border);}.btn-outline:hover {color: var(--text);border-color: var(--accent);background: rgba(255,255,255,0.02);}/* Hero */.hero {padding: 0.6rem 0 0.4rem;}.hero-inner {display: grid;grid-template-columns: minmax(0,1.5fr) minmax(0,1.1fr);gap: 3rem;align-items: center;}.hero-kicker {display: inline-flex;align-items: center;gap: 0.5rem;padding: 0.2rem 0.9rem;border-radius: var(--radius-pill);border: 1px solid rgba(240,177,47,0.4);background: var(--accent-soft);font-size: 0.78rem;text-transform: uppercase;letter-spacing: 0.2em;margin-bottom: 0.8rem;}.hero-title {font-size: clamp(2.3rem, 3.1vw, 3.2rem);text-transform: uppercase;letter-spacing: 0.04em;margin-bottom: 0.7rem;}.hero-title span {background: linear-gradient(120deg, #f0b12f, #ffe7ad);-webkit-background-clip: text;color: transparent;}.hero-subtitle {color: var(--muted);max-width: 38rem;margin-bottom: 0.4rem;}.hero-meta {display: flex;flex-wrap: wrap;gap: 0.45rem 0.7rem;margin-bottom: 0.45rem;font-size: 0.85rem;}.hero-meta-item {display: inline-flex;align-items: center;gap: 0.45rem;}.hero-meta-dot {width: 0.55rem;height: 0.55rem;border-radius: 999px;background: #35d45c;box-shadow: 0 0 0 6px rgba(53,212,92,0.18);}.hero-actions {display: flex;flex-wrap: wrap;gap: 0.45rem;}.hero-panel {background: radial-gradient(circle at top, #262b3c, #11131b 52%, #05060a);border-radius: 1.7rem;padding: 1.7rem 1.5rem 1.4rem;box-shadow: var(--shadow-soft);border: 1px solid rgba(255,255,255,0.06);position: relative;overflow: hidden;}.hero-panel::before {content: "";position: absolute;inset: -40%;background: radial-gradient(circle at 0 -15%, rgba(240,177,47,0.18), transparent 55%);opacity: 0.75;}.hero-panel-inner {position: relative;z-index: 1;}.hero-panel-header {display: flex;justify-content: space-between;align-items: flex-start;gap: 1.2rem;margin-bottom: 1.3rem;}.hero-panel-badge {padding: 0.2rem 0.7rem;border-radius: var(--radius-pill);border: 1px solid rgba(240,177,47,0.6);font-size: 0.7rem;text-transform: uppercase;letter-spacing: 0.16em;}.hero-stats {display: grid;grid-template-columns: repeat(2,minmax(0,1fr));gap: 0.9rem;margin-bottom: 1.2rem;}.hero-stat-card {background: rgba(5,6,10,0.7);border-radius: 1rem;padding: 0.7rem 0.9rem;border: 1px solid rgba(255,255,255,0.05);}.hero-stat-label {font-size: 0.75rem;color: var(--muted);}.hero-stat-value {font-size: 1.15rem;font-weight: 600;}.hero-list {list-style: none;padding-left: 0;margin: 0 0 1.2rem;font-size: 0.82rem;color: var(--muted);}.hero-list li {display: flex;align-items: center;gap: 0.45rem;margin-bottom: 0.35rem;}.hero-list-bullet {width: 0.55rem;height: 0.55rem;border-radius: 999px;background: radial-gradient(circle at 30% 0, #ffe7ad, #f0b12f 55%, #925300);}.hero-panel-footer {font-size: 0.78rem;color: var(--muted);}/* Cards / grids */.grid {display: grid;gap: 0.8rem;}.grid-3 {grid-template-columns: repeat(3,minmax(0,1fr));}.grid-4 {grid-template-columns: repeat(4,minmax(0,1fr));}.grid-2 {grid-template-columns: repeat(2,minmax(0,1fr));}.card {background: var(--surface);border-radius: var(--radius-lg);padding: 0.9rem 1rem;border: 1px solid rgba(255,255,255,0.04);box-shadow: 0 18px 36px rgba(0,0,0,0.4);position: relative;overflow: hidden;}.card::before {content: "";position: absolute;inset: -25%;background: radial-gradient(circle at top, rgba(240,177,47,0.16), transparent 55%);opacity: 0;transition: opacity var(--transition-med);}.card:hover::before {opacity: 1;}.card-title {font-size: 0.95rem;text-transform: uppercase;letter-spacing: 0.16em;margin-bottom: 0.45rem;}.card-body {font-size: 0.9rem;color: var(--muted);}/* Lists */.check-list {list-style: none;padding-left: 0;color: var(--muted);font-size: 0.9rem;}.check-list li {display: flex;align-items: flex-start;gap: 0.45rem;margin-bottom: 0.4rem;}.check-list li::before {content: "•";color: var(--accent);margin-top: 0.05rem;}/* Gallery */.gallery-grid {display: grid;grid-template-columns: repeat(3,minmax(0,1fr));gap: 1.1rem;}.gallery-item {position: relative;border-radius: var(--radius-md);padding-top: 70%;background: #11131b;overflow: hidden;}.gallery-inner {position: absolute;inset: 0;border-radius: inherit;border: 1px dashed rgba(240,177,47,0.35);display: grid;place-items: center;padding: 0.9rem;font-size: 0.8rem;color: var(--muted);text-align: center;}/* Forms */.form {max-width: 640px;margin-inline: auto;}.form-grid {display: grid;gap: 1rem;}.form-grid-2 {grid-template-columns: repeat(2,minmax(0,1fr));}.form-label {font-size: 0.83rem;margin-bottom: 0.25rem;display: block;}.form-control,.form-select,.form-textarea {width: 100%;font: inherit;border-radius: 0.7rem;border: 1px solid var(--border);background: rgba(5,6,10,0.95);color: var(--text);padding: 0.6rem 0.8rem;outline: none;transition:border-color var(--transition-fast),box-shadow var(--transition-fast),background-color var(--transition-fast);}.form-control:focus,.form-select:focus,.form-textarea:focus {border-color: var(--accent);box-shadow: 0 0 0 1px rgba(240,177,47,0.45);background: rgba(5,6,10,1);}.form-textarea {min-height: 7rem;resize: vertical;}.form-help {font-size: 0.78rem;color: var(--muted);margin-top: 0.25rem;}.form-actions {margin-top: 1.1rem;display: flex;justify-content: flex-end;}/* Info blocks */.info-grid {display: grid;grid-template-columns: minmax(0,1.2fr) minmax(0,1fr);gap: 1.6rem;}.info-block {background: var(--surface);border-radius: var(--radius-lg);padding: 1.4rem 1.5rem;border: 1px solid rgba(255,255,255,0.05);}.info-label {text-transform: uppercase;letter-spacing: 0.16em;font-size: 0.78rem;color: var(--muted);margin-bottom: 0.35rem;}.info-value {font-size: 0.92rem;color: var(--text);}/* FAQ */.faq-grid {display: grid;gap: 1rem;}.faq-item {background: #11131b;border-radius: var(--radius-md);padding: 1rem 1.1rem;border: 1px solid var(--border);}.faq-q {font-size: 0.92rem;font-weight: 600;margin-bottom: 0.3rem;}.faq-a {font-size: 0.88rem;color: var(--muted);}/* Footer */.site-footer {margin-top: 0.2rem;padding: 0.6rem 0 0.5rem;border-top: 1px solid rgba(255,255,255,0.05);background: #05060a;}.footer-inner {display: flex;flex-wrap: wrap;gap: 1.3rem;justify-content: space-between;align-items: center;font-size: 0.8rem;color: var(--muted);}.footer-nav {display: flex;flex-wrap: wrap;gap: 0.9rem;}.footer-nav a {text-decoration: none;}.footer-nav a:hover {color: var(--text);}/* Responsive */@media (max-width: 960px) {.hero-inner {grid-template-columns: minmax(0,1fr);}.hero-panel {order: -1;}.grid-3,.grid-4,.info-grid,.gallery-grid,.grid-2 {grid-template-columns: minmax(0,1fr);}}@media (max-width: 780px) {.nav-links {position: fixed;inset: 3.1rem 1rem auto 1rem;background: rgba(5,6,10,0.98);border-radius: 1.1rem;padding: 0.9rem 1rem 1.1rem;flex-direction: column;align-items: flex-start;border: 1px solid rgba(255,255,255,0.06);opacity: 0;pointer-events: none;transform: translateY(-10px);transition: opacity var(--transition-med), transform var(--transition-med);}.nav-links.is-open {opacity: 1;pointer-events: auto;transform: translateY(0);}.nav-toggle {display: grid;gap: 0.2rem;}.nav-cta {display: none;}}@media (max-width: 560px) {.section {padding: 3.5rem 0 3rem;}.hero-title {font-size: 2rem;}.hero-actions {flex-direction: column;align-items: stretch;}.btn {width: 100%;justify-content: center;}.footer-inner {flex-direction: column;align-items: center;text-align: center;}}.footer-areas {margin-top: 2rem;}.footer-areas h4 {font-size: 1.1rem;margin-bottom: 0.6rem;color: #fff;}.footer-areas-nav {display: flex;flex-wrap: wrap;gap: 0.6rem 1rem;}.footer-areas-nav a {color: #ddd;font-size: 0.9rem;text-decoration: none;}.footer-areas-nav a:hover {color: #fff;text-decoration: underline;}

/* Gallery visual enhancements */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.25rem;
}
.gallery-item {
  overflow: hidden;
  border-radius: 1rem;
  box-shadow: 0 16px 35px rgba(0,0,0,0.35);
  background: #111827;
}
.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.gallery-item:hover img {
  transform: scale(1.04);
  opacity: 0.96;
}


.gallery-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1rem 0 1.5rem;
}
.filter-btn {
  border: 1px solid #4b5563;
  background: #020617;
  color: #e5e7eb;
  padding: 0.35rem 0.9rem;
  border-radius: 999px;
  font-size: 0.85rem;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}
.filter-btn:hover {
  background: #111827;
  border-color: #facc15;
  transform: translateY(-1px);
}
.filter-btn.is-active {
  background: #facc15;
  color: #020617;
  border-color: #facc15;
}
.gallery-caption {
  font-size: 0.85rem;
  color: #e5e7eb;
  padding: 0.6rem 0.8rem 0.8rem;
  background: linear-gradient(to bottom, rgba(15,23,42,0.9), rgba(15,23,42,1));
}
.gallery-item {
  position: relative;
}


/* Sticky dark header update */
.site-header {
    background: #111 !important;
    position: sticky;
    top: 0;
    z-index: 9999;
    border-bottom: 1px solid #222;
 padding-top:5px; padding-bottom:5px;  padding-top:2px; padding-bottom:2px; }

.nav a, .nav-brand-text, .nav-brand-title {
    color: #fff !important;
}

.nav-links a {
    color: #fff !important;
}

.nav-links a:hover {
    color: #d4af37 !important;
}

/* Dark theme buttons */
.btn-primary {
    background: #d4af37;
    color: #111;
}

.btn-outline {
    border-color: #d4af37;
    color: #d4af37;
}

body {
    background-color: #f8f8f8;
}



/* Hero section refresh */
.hero-section {
  padding-top: 0.9rem;
  padding-bottom: 0.75rem;
  background: radial-gradient(circle at top left, #1f2937 0, #020617 55%, #000 100%);
  color: #f9fafb;
}
.hero-section .section-title {
  font-size: 2.3rem;
}
.hero-section .section-subtitle {
  max-width: 40rem;
}

/* Mobile nav animation */
.nav-toggle {
  display: inline-flex;
  flex-direction: column;
  gap: 4px;
  cursor: pointer;
}
.nav-toggle span {
  width: 22px;
  height: 2px;
  background: #f9fafb;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.nav-links {
  transition: max-height 0.25s ease, opacity 0.25s ease;
  overflow: hidden;
}
.nav-links.is-open {
  max-height: 500px;
  opacity: 1;
}

/* Scroll reveal */
.fade-in,
.section,
.card,
.hover-lift {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.4s ease-out, transform 0.4s ease-out;
}
.is-visible {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

/* Gallery improvements */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 1.25rem;
}
.gallery-item picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 0.9rem;
}
.gallery-item:hover picture img {
  transform: scale(1.03);
}

/* Sticky shadow */
.site-header {
  box-shadow: 0 4px 16px rgba(0,0,0,0.35);
  position: sticky;
  top: 0;
  z-index: 999;
 padding-top:2px; padding-bottom:2px; }

/* Center logo vertically */
.nav {
  align-items: center !important;
}

/* Branding strip */
.site-header {
  background: linear-gradient(to right, #0f0f0f, #1a1a1a 40%, #0f0f0f);
 padding-top:2px; padding-bottom:2px; }

/* Responsive logo */
.nav-brand img {
  height: 150px;
}
@media (max-width: 900px) {
  .nav-brand img { height: 120px; }
}
@media (max-width: 600px) {
  .nav-brand img { height: 95px; }
}

.section-subtitle { font-size: 0.9rem !important; }


.site-header {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    min-height: 60px !important;
}
/* reduce logo for slimmer header */
.nav-brand img {
    height: 110px !important;
}
@media (max-width: 900px) {
    .nav-brand img { height: 90px !important; }
}
@media (max-width: 600px) {
    .nav-brand img { height: 70px !important; }
}

/* Updated black-background Secure PIB logo sizing */
.nav-brand img {
    height: 90px !important;
    width: auto !important;
}
@media (max-width: 900px) {
    .nav-brand img { height: 75px !important; }
}
@media (max-width: 600px) {
    .nav-brand img { height: 60px !important; }
}

/* Reduce tagline text size by one third */
.hero-tagline, .tagline, .hero-text {
    font-size: 66% !important;
}

/* Tagline reduced again by half */
.hero-tagline, .tagline, .hero-text {
    font-size: 50% !important;
}

/* Reduce hero title text by half */
.hero-title {
    font-size: 1.2rem !important;
    line-height: 1.2 !important;
}
.hero-title span {
    font-size: 1.2rem !important;
}

/* Unified tagline sizing across all pages */
.hero-title {
    font-size: 1.2rem !important;
    line-height: 1.2 !important;
}
.hero-title span {
    font-size: 1.2rem !important;
}

/* Force consistent tagline size across ALL pages */
.hero-title, .section-hero-title {
    font-size: 1.2rem !important;
    line-height: 1.2 !important;
}
.hero-title span, .section-hero-title span {
    font-size: 1.2rem !important;
}

/* === Hero Refinements === */
.hero {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}
.hero-title {
    margin-top: 0 !important;
    margin-bottom: 1rem !important;
    text-wrap: balance;
}
.hero-subtitle {
    max-width: 600px;
    margin: 0 auto;
}

/* === Header Refinements === */
.site-header {
    height: 65px !important;
    padding: 0 20px !important;
}
.nav a {
    padding: 0.5rem 0.8rem !important;
    transition: color .2s ease, border-color .2s ease;
}
.nav a:hover {
    color: #d4a84f !important;
    border-bottom: 2px solid #d4a84f !important;
}

.gallery-grid {display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;}
.gallery-item img{width:100%;border-radius:6px;}
.gallery-item .caption{text-align:center;margin-top:0.5rem;font-size:0.9rem;color:#555;}


/* Phone number in top-right of header */
.site-header {
  position: relative;
}

.nav-phone {
  position: absolute;
  top: 4px;
  right: 6.5rem;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: none;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.nav-phone a {
  color: #e5e7eb;
  text-decoration: none;
}

.nav-phone a:hover {
  text-decoration: underline;
}

/* Adjust on smaller screens */
@media (max-width: 900px) {
  .nav-phone {
    top: 4px;
    right: 1rem;
    font-size: 0.8rem;
  }
}

@media (max-width: 640px) {
  .nav-phone {
    top: 2px;
    right: 0.75rem;
    font-size: 0.78rem;
  }
}


.nav-phone .nav-social-link img {
  width: 32px;
  height: 32px;
  display: block;
}

/* Fine-tune "Call us" button alignment on desktop */
@media (min-width: 900px) {
  .nav-cta {
    transform: translateX(16px);
  }
}

/* =========================================================
   Mobile usability fixes (Jan 2026)
   ========================================================= */

/* Prevent accidental horizontal scrolling (common on phones) */
html { -webkit-text-size-adjust: 100%; }
body { overflow-x: hidden; }
img, video, svg { max-width: 100%; height: auto; }

/* Use slightly smaller gutters on phones */
@media (max-width: 560px) {
  .container { width: min(1120px, 100% - 1.25rem); }
}

/* Make two-column forms stack on small screens */
@media (max-width: 640px) {
  .form-grid-2 { grid-template-columns: 1fr; }
}

/* Mobile menu: use a reliable dropdown that doesn't depend on a magic inset value */
@media (max-width: 780px) {
  .nav { position: relative; }

  /* Override any earlier fixed/inset rules */
  .nav-links {
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    top: calc(100% + 0.6rem) !important;
    inset: auto !important;

    max-height: 0;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-6px);

    overflow: hidden;
    padding: 0 1rem;
    gap: 0;
    border-radius: 1rem;
    background: rgba(5,6,10,0.98);
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 18px 40px rgba(0,0,0,0.55);

    transition: max-height 0.25s ease, opacity 0.2s ease, transform 0.2s ease;
  }

  .nav-links a {
    width: 100%;
    padding: 0.85rem 0 !important; /* bigger tap targets */
  }

  .nav-links.is-open {
    max-height: 70vh;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    padding: 0.25rem 1rem;
  }

  .nav-toggle { display: inline-flex !important; }
}

/* Reduce overly-large section padding that made pages feel "endless" on phones */
@media (max-width: 560px) {
  .section { padding: 2.4rem 0 2rem; }
}

/* =========================================================
   Mobile usability fixes (Jan 2026)
   ========================================================= */

/* Prevent accidental horizontal scrolling (common on phones) */
html { -webkit-text-size-adjust: 100%; }
body { overflow-x: hidden; }
img, video, svg { max-width: 100%; height: auto; }

/* Reduce side gutters on smaller screens */
@media (max-width: 640px) {
  .container { width: min(1120px, 100% - 1.25rem); }
}

/* Make 2-column form rows stack on phones */
@media (max-width: 560px) {
  .form-grid-2 { grid-template-columns: 1fr; }
  .section { padding: 2.5rem 0 2.25rem; }
}

/* Mobile nav: use a predictable dropdown below the header (avoids overlap on tall logos) */
@media (max-width: 780px) {
  .nav { position: relative; }

  .nav-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 12px;
  }

  .nav-links {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    margin-top: 0.6rem;
    padding: 0.85rem 0.95rem 1rem;

    /* override older fixed/inset rules */
    inset: auto;

    background: rgba(5,6,10,0.98);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 1rem;

    flex-direction: column;
    align-items: flex-start;
    gap: 0.8rem;

    max-height: 0;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-6px);
    transition: max-height 0.25s ease, opacity 0.2s ease, transform 0.25s ease;
    z-index: 10000;
  }

  .nav-links.is-open {
    max-height: 70vh;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .nav-links a {
    width: 100%;
    padding: 0.55rem 0.25rem;
    font-size: 1rem;
  }
}

/* --- Header overlap fix ---
   Adds a small global offset so first headings do not sit under the sticky header/logo.
   This is intentionally minimal to preserve the existing layout.
*/
html { scroll-padding-top: 6rem; }
main { padding-top: 1.75rem; }

@media (max-width: 768px) {
  html { scroll-padding-top: 5.25rem; }
  main { padding-top: 1.4rem; }
}


/* --- Page heading size adjustments (internal pages) --- */
body.page-about .section-title,
body.page-services .section-title,
body.page-request-quote .section-title,
body.page-contact .section-title,
body.page-case-studies .section-title{
  font-size: 1.85rem;
  line-height: 1.15;
}

/* Slightly smaller on phones */
@media (max-width: 768px){
  body.page-about .section-title,
  body.page-services .section-title,
  body.page-request-quote .section-title,
  body.page-contact .section-title,
  body.page-case-studies .section-title{
    font-size: 1.6rem;
  }
}

/* --- Logo: larger but without affecting layout/menu --- */
.nav-brand img{
  /* keep existing layout height but visually scale up */
  transform: scale(1.12);
  transform-origin: left center;
  display: block;
}

/* ensure the header can show the scaled logo without shifting other items */
.site-header{ overflow: visible; }

/* Logo image has transparent edges now; make sure no solid box is shown */
.nav-brand picture{ display: block; }

/* =============================
   Global typography normalisation
   (Matches index page font site-wide)
   ============================= */

:root {
  /* Single source of truth for the site font */
  --font-sans: system-ui, -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", sans-serif;

  /* Type scale (keeps headings/body consistent across pages) */
  --text-base: 16px;
  --line-base: 1.5;
  --line-tight: 1.15;
  --weight-regular: 400;
  --weight-medium: 500;
  --weight-semibold: 600;
  --weight-bold: 700;
}

html {
  font-size: var(--text-base);
}

body {
  font-family: var(--font-sans);
  line-height: var(--line-base);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Ensure every element inherits the same font unless explicitly overridden */
*,
*::before,
*::after {
  font-family: inherit;
}

/* Consistent headings everywhere */
h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
  line-height: var(--line-tight);
  font-weight: var(--weight-bold);
  margin: 0 0 0.6em;
}

p {
  margin: 0 0 1em;
}

small {
  font-size: 0.875em;
}

/* Form controls + buttons: keep typography consistent */
button,
input,
select,
textarea {
  font: inherit;
  line-height: inherit;
}

/* Header phone alignment fix */
.header-phone, .phone, .top-bar-phone {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.header-phone a, .top-bar-phone a {
  margin-top: 6px;
}

/* Center Call Us button under phone number */
.header-phone, .phone, .top-bar-phone {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.header-phone a, .top-bar-phone a {
  margin-top: 6px;
}

/* === Call Button Enhancements === */

/* 1) Tighter spacing */
.header-phone a, .top-bar-phone a {
  margin-top: 4px; /* tighter */
}

/* 3) Subtle hover animation */
.call-us-btn, .top-bar-phone a {
  transition: transform .15s ease, box-shadow .15s ease, background-color .15s ease;
}
.call-us-btn:hover, .top-bar-phone a:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0,0,0,.18);
}

/* 2) Show after scroll */
.call-hidden {
  opacity: 0;
  pointer-events: none;
  transform: translateY(-4px);
}
.call-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}


/* --- Header contact block: phone + Call us button stacked and centered --- */
.nav-contact{
  display:flex;
  flex-direction:column;
  align-items:center; /* center the button under the phone number */
  gap:2px; /* tighter spacing */
}

/* Keep the phone row tidy */
.nav-contact .nav-phone{
  justify-content:flex-end;
}

/* Show-after-scroll behavior for Call us */
.nav-contact .nav-cta{
  display:flex;
  justify-content:center;
  opacity:0;
  transform:translateY(-2px);
  pointer-events:none;
  transition:opacity 200ms ease, transform 200ms ease;
}

body.show-call-cta .nav-contact .nav-cta{
  opacity:1;
  transform:none;
  pointer-events:auto;
}

/* Tighten spacing between phone and button */
.nav-contact .nav-cta a{
  margin-top:2px;
}

/* Subtle hover pulse to increase clicks */
@keyframes gcPulse{
  0%,100%{ transform:scale(1); }
  50%{ transform:scale(1.03); }
}

.nav-contact .nav-cta a:hover{
  animation:gcPulse 1.4s ease-in-out infinite;
}

/* Respect reduced-motion preferences */
@media (prefers-reduced-motion: reduce){
  .nav-contact .nav-cta,
  .nav-contact .nav-cta a:hover{
    transition:none;
    animation:none;
  }
}


/* --- Phone number emphasis --- */
.nav-contact .nav-phone a,
.nav-phone > a {
  font-size: 1.15rem;            /* larger number */
  font-weight: 600;
  color: #c9a24d;                /* gold */
  transition: color 200ms ease;
}

.nav-contact .nav-phone a:hover,
.nav-phone > a:hover {
  color: #ffffff;                /* white on hover */
}


/* --- Slight vertical adjustment for phone number (subtle) --- */
.nav-phone > a {
  position: relative;
  top: 3px;              /* subtle downward alignment */
  color: #c9a24d;        /* gold */
}


/* --- Phone number: slightly lower + gold before hover --- */
.nav-phone > a,
.nav-contact .nav-phone a {
  position: relative;
  top: 5px;              /* a bit lower */
  color: #c9a24d;        /* gold default */
  transition: color 200ms ease;
}

.nav-phone > a:hover,
.nav-contact .nav-phone a:hover {
  color: #ffffff;        /* white on hover */
}


/* --- Phone number: lower + brand gold --- */
.nav-phone > a,
.nav-contact .nav-phone a {
  position: relative;
  top: 8px;                 /* even lower */
  color: #E59928;           /* brand gold (from logo) */
  transition: color 200ms ease;
}

.nav-phone > a:hover,
.nav-contact .nav-phone a:hover {
  color: #ffffff;           /* white on hover */
}


/* Replace Compliance Snapshot with PIB dashboard image */
.hero-dashboard-img{
  width:100%;
  max-width:520px;
  display:block;
  margin:0 auto;
  border-radius:12px;
}


/* --- Replace Compliance Snapshot panel content with dashboard image --- */
.hero-panel-dashboard{
  width:100%;
  height:auto;
  display:block;
  border-radius: 18px;
}


/* Bullet points under PIB dashboard image */
.hero-panel-bullets{
  margin-top:1.25rem;
  padding-left:1.2rem;
  color: var(--muted);
  font-size: 0.85rem;
}

.hero-panel-bullets li{
  margin-bottom:0.5rem;
}


/* --- Gold bullet dots --- */
.hero-panel-bullets{
  list-style: none;
}

.hero-panel-bullets li{
  position: relative;
  padding-left: 1.1rem;
}

.hero-panel-bullets li::before{
  content: "•";
  position: absolute;
  left: 0;
  color: #E59928; /* brand gold */
  font-size: 1.1rem;
  line-height: 1;
}

/* --- Reduce bottom padding around dashboard image --- */
.hero-panel-dashboard{
  margin-bottom: 0.5rem; /* tighter bottom spacing */
  padding-bottom: 0;
}


/* --- Slightly larger gold bullet points --- */
.hero-panel-bullets li::before{
  font-size: 1.35rem;   /* bigger bullet */
  top: 0.1rem;
}


/* --- Move social icons + phone further right and tighten icon spacing --- */
.nav-phone{
  margin-left: 28px; /* push whole block to the right */
}

.nav-phone .nav-social-link{
  margin-right: 4px; /* bring Facebook & Instagram closer together */
}


/* --- Extra tight social icons + further right --- */
.nav-phone{
  margin-left: 40px;   /* further right */
  display: flex;
  align-items: center;
}

.nav-phone .nav-social-link{
  margin-right: 2px;   /* very tight spacing */
}

.nav-phone .nav-social-link:last-of-type{
  margin-right: 8px;   /* small gap before phone number */
}



/* --- Mobile UX + accessibility tweaks (2026-01) --- */
@media (max-width: 560px){
  section{ padding: 2.5rem 0; }
  a, button{ min-height: 44px; }
  .nav-links a{ padding: 0.6rem 0; }
  .card, .info-block{ padding: 1.1rem; }
}

/* Simple FAQ styling */
.faq-section details{
  border: 1px solid rgba(0,0,0,0.12);
  border-radius: 12px;
  padding: 0.9rem 1rem;
  margin: 0.7rem 0;
}
.faq-section summary{
  cursor: pointer;
  font-weight: 600;
}
.faq-section summary::-webkit-details-marker{ display:none; }


/* Footer social links */
.footer-social{
  display:flex;
  gap:0.75rem;
  align-items:center;
  justify-content:flex-end;
  margin-top:0.75rem;
}
.footer-social-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:44px;
  height:44px;
  border-radius:12px;
}
.footer-social-link img{
  width:22px;
  height:22px;
}

/* Latest blog section */
.section-blog-latest .section-header{
  margin-bottom:1.25rem;
}
.blog-latest-actions{
  display:flex;
  gap:0.75rem;
  flex-wrap:wrap;
  margin-top:1.25rem;
}
.blog-card .card-actions{
  display:flex;
  gap:0.75rem;
  flex-wrap:wrap;
  margin-top:1rem;
}
.blog-card.is-featured{
  transform: translateY(-2px);
  border: 1px solid rgba(0,0,0,0.12);
}

/* Related posts */
.related-posts{
  margin-top:2.5rem;
}
.related-posts .cards-grid{
  margin-top:1rem;
}

@media (max-width: 560px){
  .footer-social{
    justify-content:flex-start;
  }
}

/* --- Blog: ensure index and posts render clearly --- */
.section-label{
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.78rem;
  color: var(--accent);
  margin-bottom: 0.5rem;
}

.blog-card h2 a{ text-decoration:none; }
.blog-card h2 a:hover{ text-decoration:underline; }

/* If any older overrides set body text dark, keep blog readable */
body.page-blog{ color: var(--text); }

/* --- Blog readability: ensure main body text is always visible on dark backgrounds --- */
body.page-blog main,
body.page-blog main *{
  color:#fff !important;
}

/* Blog label (blue tag) should use brand gold text */
body.page-blog .section-label{
  color: var(--accent) !important;
}

/* Blog content panel (keeps content readable while retaining the site dark theme) */
.page-blog .blog-content-panel{
  margin-top: 1.2rem;
  padding: 2rem;
  border-radius: var(--radius-lg);
  background: rgba(23,25,35,0.82);
  border: 1px solid rgba(255,255,255,0.06);
  box-shadow: 0 22px 45px rgba(0,0,0,0.45);
}

.page-blog .blog-intro{
  color: rgba(255,255,255,0.88) !important;
  max-width: 70ch;
}

.page-blog .blog-tools{
  display:flex;
  flex-wrap:wrap;
  gap: .6rem;
  align-items:center;
  margin: 1.25rem 0 1.5rem;
}

.page-blog .blog-search{
  flex: 1 1 260px;
  min-width: 220px;
  max-width: 520px;
  border-radius: var(--radius-pill);
  border: 1px solid var(--border);
  background: rgba(5,6,10,0.7);
  padding: .65rem 1rem;
  outline: none;
}

.page-blog .blog-filters{
  display:flex;
  flex-wrap:wrap;
  gap: .5rem;
}

.page-blog .chip{
  appearance:none;
  border-radius: var(--radius-pill);
  border: 1px solid rgba(255,255,255,0.10);
  background: rgba(5,6,10,0.55);
  padding: .5rem .85rem;
  cursor:pointer;
  font: inherit;
  font-size: .85rem;
}

.page-blog .chip:hover{ border-color: rgba(240,177,47,0.55); }
.page-blog .chip.is-active{
  border-color: rgba(240,177,47,0.65);
  background: rgba(240,177,47,0.12);
}

.page-blog .blog-card{ display:flex; flex-direction:column; }
.page-blog .blog-card .blog-thumb{
  width:100%;
  height: 170px;
  object-fit: cover;
  border-radius: 1.1rem;
  border: 1px solid rgba(255,255,255,0.06);
  margin-bottom: 1rem;
}

.page-blog .blog-meta{
  font-size: .85rem;
  color: rgba(255,255,255,0.78) !important;
  margin-bottom: .6rem;
}
.page-blog .blog-meta .dot{ opacity:.8; padding: 0 .35rem; }

/* Reading width on post pages */
.page-blog .post-body{ max-width: 70ch; }
.page-blog .post-body p,
.page-blog .post-body li{ color: rgba(255,255,255,0.9) !important; }

@media (max-width: 768px){
  .page-blog .blog-content-panel{ padding: 1.4rem; }
  .page-blog .blog-card .blog-thumb{ height: 150px; }
}

/* --- Blog emergency visibility override (forces main content to render above any overlays) --- */
body.page-blog main,
body.page-blog main .section,
body.page-blog main .container,
body.page-blog main .blog-content-panel{
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  position: relative;
  z-index: 1;
}

/* Ensure there is vertical space even if earlier rules collapse the section */
body.page-blog main{ min-height: 60vh; }

/* Guarantee readable contrast on dark background */
body.page-blog main,
body.page-blog main *{
  color: #ffffff !important;
}

/* Optional: give the blog panel a clear edge so it can't visually disappear */
body.page-blog main .blog-content-panel{
  background: rgba(23,25,35,0.90) !important;
}



/* --- BLOG FORCE VISIBILITY LAYER FIX ---
   In some hosting/environments an extra full-page overlay layer can sit above <main>
   (e.g. via pseudo-elements or injected wrappers). This makes the blog look "blank"
   even though the HTML is present.

   This block creates a strong, blog-only stacking context and explicitly places
   the blog content above any such overlays.
*/

/* Create a stacking context on the page itself */
body.page-blog{ position: relative; isolation: isolate; }

/* If any global body pseudo overlays exist, disable them on blog pages */
body.page-blog::before,
body.page-blog::after{ content: none !important; }

/* Keep header above everything */

/* Lift blog content well above any accidental overlays */
body.page-blog main,
body.page-blog main .section,
body.page-blog main .container,
body.page-blog main .blog-content-panel{
  position: relative !important;
  z-index: 99999 !important;
}

/* Ensure <main> has no pseudo overlays of its own on blog pages */
body.page-blog main::before,
body.page-blog main::after{ content: none !important; }

/* ===== GLOBAL OVERLAY REMOVAL FOR CONTENT PAGES ===== */
body::before,
body::after {
  display: none !important;
  content: none !important;
}


/* Blog page */
body.page-blog main {
  color: #ffffff;
}

body.page-blog main a {
  color: var(--gold, #f0b12f);
}

body.page-blog main .blog-content-panel {
  background: rgba(0,0,0,0.35);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 14px;
  padding: 2.5rem;
  max-width: 1100px;
  margin: 3rem auto;
}

@media (max-width: 768px) {
  body.page-blog main .blog-content-panel {
    margin: 1.5rem 1rem;
    padding: 1.75rem 1.25rem;
  }
}



/* BLOG HEADER: ensure it matches site-wide header layout */
body.page-blog header .container,
body.page-blog .site-header .container {
  display: flex !important;
  align-items: center !important;
}
body.page-blog .nav-links {
  display: flex !important;
  align-items: center !important;
}


/* Blog page: reduce gap between eyebrow 'BLOG' label and H1 */
body.page-blog .eyebrow,
body.page-blog .kicker,
body.page-blog .section-kicker {
  margin-bottom: 0 !important;
}

body.page-blog h1,
body.page-blog .page-title,
body.page-blog .blog-title {
  margin-top: 0 !important;
}

/* Pull blog heading block up */
body.page-blog .blog-content-panel {
  padding-top: 1rem; /* reduced from default */
}

/* Blog masthead baseline alignment */
body.page-blog .blog-content-panel {
  padding-top: 0.5rem;
}

body.page-blog .eyebrow,
body.page-blog .section-kicker,
body.page-blog .kicker {
  line-height: 1;
  transform: translateY(-6px);
}

body.page-blog h1,
body.page-blog .page-title,
body.page-blog .blog-title {
  margin-top: 0 !important;
  line-height: 1.05;
}

/* Blog masthead: align search + category pills to the same grid */
body.page-blog .blog-content-panel {
  /* ensure inner content aligns to site grid */
  padding-left: 3rem;
  padding-right: 3rem;
}

body.page-blog .blog-content-panel .blog-masthead,
body.page-blog .blog-content-panel .masthead,
body.page-blog .blog-content-panel .blog-header {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

/* Search + filters row */
body.page-blog .blog-content-panel .blog-controls,
body.page-blog .blog-content-panel .filters,
body.page-blog .blog-content-panel .blog-filters {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
  margin-top: 1rem;
}

/* Search input width aligns to grid; prevents pills jumping */
body.page-blog .blog-content-panel input[type="search"],
body.page-blog .blog-content-panel .blog-search,
body.page-blog .blog-content-panel .search-input {
  flex: 0 1 340px;
  max-width: 100%;
}

/* Pills consistent baseline + height */
body.page-blog .blog-content-panel .pill,
body.page-blog .blog-content-panel .tag,
body.page-blog .blog-content-panel .chip,
body.page-blog .blog-content-panel .filter-btn,
body.page-blog .blog-content-panel button[data-filter] {
  line-height: 1;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

/* Divider aligned to the same grid */
body.page-blog .blog-content-panel .masthead-divider,
body.page-blog .blog-content-panel .blog-divider {
  height: 1px;
  width: 100%;
  background: rgba(255,255,255,0.18);
  margin: 1.25rem 0 0.75rem;
}

/* Mobile: keep comfortable padding */
@media (max-width: 768px) {
  body.page-blog .blog-content-panel {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  body.page-blog .blog-content-panel input[type="search"],
  body.page-blog .blog-content-panel .blog-search,
  body.page-blog .blog-content-panel .search-input {
    flex-basis: 100%;
  }
}



/* =========================================================
   Cross-browser consistency (Safari/iOS + older browsers)
   ========================================================= */

/* 1) Fallback for browsers that don't support `min()`/`max()`/`clamp()` widths well */
.container{
  width: 100%;
  max-width: 1120px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  margin-inline: auto;
}
/* Keep your existing modern sizing where supported */
@supports (width: min(1120px, 100%)) {
  .container{
    padding-left: 0;
    padding-right: 0;
    width: min(1120px, 100% - 2.5rem);
  }
}

/* 2) Fallback for Safari versions that don't support `gap:` on flex containers */
@supports not (gap: 1rem) {
  .nav-links a + a{ margin-left: 1.6rem; }
  .nav-cta > * + *{ margin-left: 0.75rem; }
  .nav-brand > * + *{ margin-left: 0.75rem; }

  .hero-meta > * + *{ margin-left: 0.7rem; }
  .hero-actions > * + *{ margin-left: 0.45rem; }
  .hero-panel-header > * + *{ margin-left: 1.2rem; }

  .hero-list li > * + *{ margin-left: 0.45rem; }
  .check-list li > * + *{ margin-left: 0.45rem; }

  .footer-nav a + a{ margin-left: 0.9rem; }
  .footer-areas-nav a + a{ margin-left: 1rem; }
  .gallery-filters > * + *{ margin-left: 0.75rem; }
  .nav-phone > * + *{ margin-left: 0.5rem; }

  /* Blog page flex rows */
  body.page-blog .blog-content-panel .blog-masthead > * + *,
  body.page-blog .blog-content-panel .masthead > * + *,
  body.page-blog .blog-content-panel .blog-header > * + *{ margin-left: 1rem; }

  body.page-blog .blog-content-panel .blog-controls > * + *,
  body.page-blog .blog-content-panel .filters > * + *,
  body.page-blog .blog-content-panel .blog-filters > * + *{ margin-left: 0.75rem; }
}

/* 3) Prevent iOS Safari from auto-zooming form fields / changing font sizing */
html{ -webkit-text-size-adjust: 100%; }
input, select, textarea{ font-size: 16px; }

/* --- Spacing tweaks (hero) --- */
/* Add breathing room between the sector line and the CTA buttons (red line in screenshot). */
.hero-meta{
  margin-bottom: 1.25rem;
}

/* Reduce empty space at the top of the right-hand hero panel slightly. */
.hero-panel{
  padding-top: 1.2rem;
}



/* --- Request a Quote page: left-align intro and remove empty side space --- */
body.page-request-quote .section-header{
  text-align: left;
}
body.page-request-quote .section-header .section-subtitle{
  max-width: 960px; /* allow wider text block */
  margin-left: 0;
  margin-right: 0;
}
body.page-request-quote .section-header .section-kicker{
  margin-left: 0;
}

/* --- Contact + Case Studies pages: match Request a Quote intro alignment --- */
body.page-contact .section-header,
body.page-case-studies .section-header{
  text-align: left;
}

body.page-contact .section-header .section-subtitle,
body.page-case-studies .section-header .section-subtitle{
  max-width: 960px; /* allow wider text block like desktop layout */
  margin-left: 0;
  margin-right: 0;
}

body.page-contact .section-header .section-kicker,
body.page-case-studies .section-header .section-kicker{
  margin-left: 0;
}

/* === Page-specific spacing: intro -> content (Contact + Request a Quote) === */
.page-contact .section-header{
  text-align: left;
  margin-bottom: 2.5rem; /* extra breathing room before form */
}

.page-request-quote .section-header{
  text-align: left;
  margin-bottom: 2.5rem; /* match Contact spacing */
}

@media (max-width: 768px){
  .page-contact .section-header,
  .page-request-quote .section-header{
    margin-bottom: 2rem;
  }
}



/* === Blog page: match Services page sizing & typography === */
.page-blog{
  font-size: 0.95rem;
}

.page-blog h1{
  font-size: clamp(2.1rem, 3.5vw, 2.75rem);
  font-weight: 600;
  letter-spacing: -0.01em;
}

.page-blog .blog-intro{
  font-size: 1rem;
  color: rgba(255,255,255,0.88) !important;
  max-width: 70ch;
}

/* Remove boxed panel on blog listing so content sits on the main background */
.page-blog .blog-content-panel{
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
}

/* Search input: align with other form fields */
.page-blog .blog-search{
  height: 44px;
  padding: 0 16px;
  font-size: 0.95rem;
  line-height: 1.2;
}

/* Filter chips: ensure labels are bright white */
.page-blog .chip{
  color: rgba(255,255,255,0.92) !important;
  font-size: 0.85rem;
  padding: .48rem .8rem;
}

/* Blog cards: tighten to match Services card rhythm */
.page-blog .blog-card{
  padding: 0.9rem 1rem; /* same as .card */
}

.page-blog .blog-card .blog-thumb{
  height: 150px;
  margin-bottom: 0.85rem;
}

.page-blog .blog-meta{
  font-size: 0.8rem;
  margin-bottom: 0.5rem;
}

.page-blog .blog-card h2{
  font-size: 1.25rem;
  margin: 0.1rem 0 0.5rem;
  line-height: 1.25;
}

.page-blog .blog-card p{
  font-size: 0.95rem;
  color: rgba(255,255,255,0.85) !important;
}

@media (max-width: 768px){
  .page-blog{ font-size: 0.93rem; }
  .page-blog .blog-search{ height: 42px; }
  .page-blog .blog-card .blog-thumb{ height: 130px; }
  .page-blog .blog-card h2{ font-size: 1.15rem; }
}
