/* ============================================================
   RUBBISH R US — SUBPAGE CSS
   Used for all interior/subpages (About Us, Services, etc.)
   Requires layout.css to be loaded first.
   All home.css dependencies have been migrated into this file.
   home.css is no longer needed on any subpage.
   ============================================================ */


/* ════════════════════════════════════════════════════════════
   MIGRATED FROM home.css
   The classes below were previously provided by home.css.
   They are now fully self-contained here.
   ════════════════════════════════════════════════════════════ */

/* ── SECTION UTILITIES ── */
.ey  { display: inline-block; font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--primary); margin-bottom: 9px; }
.st  { font-family: "Lato", sans-serif; font-size: clamp(24px, 3vw, 38px); font-weight: 900; line-height: 1.12; color: var(--text); margin-bottom: 12px; }
.st em { font-style: normal; color: var(--primary); }
.ss  { font-size: 15.5px; color: var(--text-muted); line-height: 1.7; max-width: 560px; }
.tc  { text-align: center; }
.tc .ss { margin: 0 auto; }
.con { max-width: 1280px; margin: 0 auto; padding: 0 20px; }
.mt24 { margin-top:24px;}

/* Fade-up scroll animation */
.fu      { opacity: 0; transform: translateY(26px); transition: opacity .65s cubic-bezier(.4,0,.2,1), transform .65s cubic-bezier(.4,0,.2,1); }
.fu.vis  { opacity: 1; transform: translateY(0); }
.d1 { transition-delay: .1s; }
.d2 { transition-delay: .2s; }
.d3 { transition-delay: .3s; }
.d4 { transition-delay: .4s; }

/* Shared button styles */
.btn-g       { background: var(--primary); color: #fff; padding: 11px 22px; border-radius: 40px; font-weight: 600; font-size: 14px; display: inline-flex; align-items: center; gap: 6px; transition: all .25s; }
.btn-g:hover { background: var(--primary-dark); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(46,125,50,.28); }
.btn-gh       { background: #abd1ab; color: var(--text); padding: 11px 22px; border-radius: 40px; font-weight: 600; font-size: 14px; border: 1.5px solid var(--gray); display: inline-flex; align-items: center; gap: 6px; transition: all .25s; }
.btn-gh:hover { border-color: var(--primary); color: var(--primary); transform: translateY(-2px); }
.btn-hw {
    background: #fff;
    color: var(--primary-dark);
    padding: 12px 22px;
    border-radius: 40px;
    font-weight: 700;
    font-size: 14.5px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    box-shadow: 0 8px 28px rgba(0, 0, 0, .18);
    transition: all .25s;
}
.btn-ho {
    background: rgba(255, 255, 255, .14);
    color: #fff;
    padding: 12px 22px;
    border-radius: 40px;
    font-weight: 600;
    font-size: 14.5px;
    border: 1.5px solid rgba(255, 255, 255, .38);
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: all .25s;
}
.hbtns {
    display: flex;
    gap: 11px;
    flex-wrap: wrap;
    margin-bottom: 28px;
}
/* ── BLOB DECORATIONS (sub-hero background accents) ── */
.blob { position: absolute; border-radius: 50%; filter: blur(90px); opacity: .18; }
.b1   { width: 440px; height: 440px; background: #81C784; top: -60px; right: -60px; animation: bf 9s ease-in-out infinite; }
.b2   { width: 280px; height: 280px; background: var(--accent); bottom: 60px; left: 5%; animation: bf 7s ease-in-out 2.5s infinite; }
@keyframes bf { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-24px); } }

/* ── HERO FORM (desktop floating quote card) ── */
.hform       { background: rgba(255,255,255,.97); backdrop-filter: blur(16px); border-radius: 22px; padding: 26px 22px; box-shadow: 0 24px 64px rgba(0,0,0,.25); animation: cf 5s ease-in-out infinite; }
@keyframes cf { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-7px); } }
.hft         { font-family: "Lato", sans-serif; font-size: 17px; font-weight: 900; color: var(--text); margin-bottom: 3px; }
.hfs         { font-size: 12px; color: var(--text-muted); margin-bottom: 16px; }
.hfs strong  { color: var(--accent); }
.hff         { display: flex; flex-direction: column; gap: 9px; }
.hfr         { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.hfg         { display: flex; flex-direction: column; gap: 3px; }
.hfg label   { font-size: 11px; font-weight: 600; color: var(--text-muted); text-transform: uppercase; letter-spacing: .4px; }
.hfg input,
.hfg select,
.hfg textarea        { background: var(--light); border: 1.5px solid var(--gray); border-radius: 9px; padding: 9px 12px; font-size: 13.5px; font-family: inherit; color: var(--text); width: 100%; transition: border-color .2s; }
.hfg input:focus,
.hfg select:focus,
.hfg textarea:focus  { outline: none; border-color: var(--primary); }
.hfg textarea        { min-height: 64px; resize: vertical; }
.hfsub       { width: 100%; background: var(--primary-dark); color: #fff; padding: 12px; border-radius: 40px; font-size: 14.5px; font-weight: 700; margin-top: 4px; transition: all .25s; cursor: pointer; font-family: inherit; border: none; }
.hfsub:hover { background: var(--accent-light); transform: translateY(-1px); }
.hfn         { text-align: center; font-size: 11px; color: var(--text-muted); margin-top: 7px; }

/* ── TESTIMONIAL CARD (used by about page + other subpages) ── */
.tc2       { background: #fff; border: 1px solid var(--gray); border-radius: var(--r); padding: 26px; transition: all .3s; }
.tc2:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color: var(--mint); }
.tst       { color: var(--gold); font-size: 15px; letter-spacing: 2px; margin-bottom: 12px; }
.ttxt      { font-size: 14px; color: var(--text); line-height: 1.7; margin-bottom: 16px; font-style: italic; }
.tau       { display: flex; align-items: center; gap: 9px; }
.tav       { width: 40px; height: 40px; border-radius: 50%; background: linear-gradient(135deg, var(--primary-light), var(--mint)); display: flex; align-items: center; justify-content: center; color: #fff; font-weight: 700; font-size: 14px; flex-shrink: 0; }
.tan strong { display: block; font-size: 13px; font-weight: 700; color: var(--text); }
.tan span   { font-size: 11.5px; color: var(--text-muted); }

/* ── CTA BANNER ── */
.ctab         { padding: 60px 20px; background: var(--accent); position: relative; overflow: hidden; }
.ctai         { max-width: 1280px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.ctai h2      { font-family: "Lato", sans-serif; font-size: clamp(22px, 3vw, 38px); font-weight: 900; color: #fff; line-height: 1.15; }
.ctai h2 span { color: var(--dark); }
.ctabtns      { display: flex; gap: 9px; flex-wrap: wrap; }
.btnw         { background: #fff; color: var(--accent); padding: 12px 24px; border-radius: 40px; font-weight: 700; font-size: 14.5px; transition: all .25s; }
.btnw:hover   { background: var(--light); transform: translateY(-2px); }
.btnd         { background: var(--dark); color: #fff; padding: 12px 24px; border-radius: 40px; font-weight: 700; font-size: 14.5px; transition: all .25s; }
.btnd:hover   { transform: translateY(-2px); }

/* ── CONTACT SECTION ── */
.contact       { padding: 76px 20px; background: #f0f7f0; position: relative; overflow: hidden; }
.contact::before,
.contact::after { content: ""; position: absolute; border-radius: 50%; background: rgba(46,125,50,.06); pointer-events: none; }
.contact::before { width: 520px; height: 520px; top: -180px; right: -130px; }
.contact::after  { width: 360px; height: 360px; bottom: -100px; left: -70px; }
.cin             { max-width: 820px; margin: 0 auto; position: relative; z-index: 1; }
.cfc             { background: #fff; border-radius: 26px; padding: 36px; box-shadow: 0 28px 72px rgba(0,0,0,.22); }
.cfh             { text-align: center; margin-bottom: 28px; }
.cfh .st         { color: var(--text); }
.cfh p           { color: var(--text-muted); margin-top: 5px; }
.cfgrid          { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.cff             { grid-column: 1 / -1; }
.cfg             { display: flex; flex-direction: column; gap: 4px; }
.cfg label       { font-size: 12px; font-weight: 600; color: var(--text); }
.cfg input,
.cfg select,
.cfg textarea        { background: var(--light); border: 1.5px solid var(--gray); border-radius: 10px; padding: 10px 13px; font-size: 14px; font-family: inherit; color: var(--text); width: 100%; transition: border-color .2s; }
.cfg input:focus,
.cfg select:focus,
.cfg textarea:focus  { outline: none; border-color: var(--primary); }
.cfg textarea        { min-height: 85px; resize: vertical; }
.cfsub               { grid-column: 1 / -1; margin-top: 4px; }
.cfsub button        { width: 100%; background: var(--primary); color: #fff; padding: 13px; border-radius: 40px; font-size: 15px; font-weight: 700; transition: all .25s; cursor: pointer; font-family: inherit; border: none; }
.cfsub button:hover  { background: var(--primary-dark); box-shadow: 0 8px 22px rgba(46,125,50,.3); transform: translateY(-1px); }
.cfn                 { text-align: center; font-size: 12px; color: var(--text-muted); margin-top: 9px; }

/* ── CONTACT 2-COLUMN LAYOUT ── */
.cin-wrap                   { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 0; border-radius: 28px; overflow: hidden; box-shadow: 0 32px 80px rgba(0,0,0,.28); }
.contact-img-panel          { position: relative; overflow: hidden; min-height: 500px; }
.contact-img-panel img      { width: 100%; height: 100%; min-height: 500px; object-fit: cover; object-position: center; display: block; position: absolute; inset: 0; }
.contact-img-overlay        { position: absolute; inset: 0; background: linear-gradient(to top, rgba(17,94,32,.88) 0%, rgba(17,94,32,.5) 50%, rgba(0,0,0,.15) 100%); display: flex; flex-direction: column; justify-content: flex-end; padding: 32px 28px; gap: 14px; }
.contact-img-card           { display: flex; align-items: center; gap: 14px; background: rgba(255,255,255,.12); backdrop-filter: blur(8px); border: 1px solid rgba(255,255,255,.2); border-radius: 14px; padding: 14px 18px; transition: background .2s; }
.contact-img-card:hover     { background: rgba(255,255,255,.2); }
.cic-icon                   { font-size: 22px; width: 44px; height: 44px; background: rgba(255,255,255,.15); border-radius: 12px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.cic-text                   { display: flex; flex-direction: column; gap: 2px; }
.cic-text strong            { display: block; font-size: 13px; font-weight: 700; color: rgba(255,255,255,.75); text-transform: uppercase; letter-spacing: .5px; }
.cic-text a,
.cic-text span              { font-size: 15px; font-weight: 700; color: #fff; transition: color .2s; }
.cic-text a:hover           { color: var(--gold); }
.cin-wrap .cin              { max-width: 100% !important; margin: 0; padding: 0; background: #fff; }
.cin-wrap .cfc              { border-radius: 0 !important; box-shadow: none !important; background: #fff; padding: 36px 36px 40px; height: 100%; }
.cin-wrap .cfh              { margin-bottom: 22px; }
.cin-wrap .cfh .st          { font-size: clamp(20px, 2.4vw, 30px); }


/* ════════════════════════════════════════════════════════════
   SUBPAGE-SPECIFIC STYLES (original subpage.css content)
   ════════════════════════════════════════════════════════════ */

/* ── SUBPAGE HERO BANNER ── */
/* Pull the hero UP by the same height as body padding-top so it sits
   flush under the fixed header with zero white gap on every page/device */
.sub-hero {
  position: relative;
  margin-top: -92px;        /* cancel body { padding-top: 92px } */
  padding-top: 92px;        /* keep inner content below the header bar  */
  min-height: 420px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: var(--primary-dark);
}
.sub-hero-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.sub-hero-img picture,
.sub-hero-img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.sub-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(27,94,32,.92) 0%, rgba(46,125,50,.76) 50%, rgba(27,94,32,.65) 100%);
  z-index: 1;
}
.sub-hero-blobs {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
}
.sub-hero-blobs .blob { opacity: .14; }
.sub-hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 60px 20px 44px;
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 48px;
  align-items: center;
}
.sub-hero-left .hbadge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: rgba(255,255,255,.15);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,.28);
  color: #fff;
  padding: 6px 14px;
  border-radius: 40px;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 16px;
}
.sub-breadcrumb {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 12.5px;
  color: rgba(255,255,255,.7);
  margin-bottom: 8px;
  flex-wrap: wrap;
}
.sub-breadcrumb a {
  color: rgba(255,255,255,.75);
  transition: color .2s;
}
.sub-breadcrumb a:hover { color: #fff; }
.sub-breadcrumb span { color: rgba(255,255,255,.45); }
.sub-breadcrumb strong { color: var(--gold); font-weight: 600; }
.sub-hero-title {
  font-family: "Lato", sans-serif;
  font-size: clamp(30px, 4vw, 52px);
  font-weight: 900;
  color: #fff;
  line-height: 1.1;
  margin-bottom: 10px;
}
.sub-hero-title em { font-style: normal; color: var(--gold); }
.sub-hero-desc {
  font-size: clamp(14px, 1.4vw, 15.5px);
  color: rgba(255,255,255,.85);
  line-height: 1.7;
  max-width: 520px;
  margin-bottom: 18px;
}
.sub-hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.sub-hero-trust .hti {
  display: flex;
  align-items: center;
  gap: 6px;
  color: rgba(255,255,255,.85);
  font-size: 12.5px;
}

/* ── HORIZONTAL FORM STRIP (mobile / tablet — shown below hero) ── */
.sub-hform-strip {
  display: none;
  background: var(--gray);
  padding: 36px 20px;
}
.sub-hform-strip .hmf-inner {
  max-width: 620px;
  margin: 0 auto;
}
.sub-hform-strip .hft {
  text-align: center;
  font-size: 19px;
  margin-bottom: 4px;
}
.sub-hform-strip .hfs {
  text-align: center;
  margin-bottom: 18px;
}
.sub-hform-strip .hfr {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.sub-hform-strip .hff { gap: 10px; }
.sub-hform-strip .hfg input,
.sub-hform-strip .hfg select,
.sub-hform-strip .hfg textarea {
  background: #fff;
  border: 1.5px solid #dde3dd;
}
.sub-hform-strip .hfsub { margin-top: 6px; }

/* ── SUBPAGE HEADINGS ── */
.sub-section-title {
  font-family: "Lato", sans-serif;
  font-size: clamp(22px, 2.8vw, 34px);
  font-weight: 900;
  color: var(--text);
  line-height: 1.15;
  margin-bottom: 12px;
}
.sub-section-title em { font-style: normal; color: var(--primary); }
.sub-heading {
  font-family: "Lato", sans-serif;
  font-size: clamp(17px, 2vw, 22px);
  font-weight: 800;
  color: var(--text);
  line-height: 1.25;
  margin-bottom: 9px;
}
.sub-heading em { font-style: normal; color: var(--primary); }

/* ── ABOUT US INTRO SECTION ── */
.about-us-intro {
  padding: 76px 20px;
  background: #fff;
}
.about-us-grid {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
.about-us-imgs {
  position: relative;
  min-height: 420px;
}
.about-us-main-img {
  border-radius: 22px;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}
.about-us-main-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
.about-us-secondary-img {
  position: absolute;
  bottom: -22px;
  right: -18px;
  width: 48%;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  border: 5px solid #fff;
}
.about-us-secondary-img img {
  width: 100%;
  height: 185px;
  object-fit: cover;
  display: block;
}
.about-us-badge {
  position: absolute;
  top: 20px;
  left: -16px;
  background: var(--primary);
  color: #fff;
  padding: 14px 18px;
  border-radius: 16px;
  box-shadow: 0 10px 28px rgba(46,125,50,.3);
  text-align: center;
  z-index: 2;
}
.about-us-badge strong {
  display: block;
  font-family: "Lato", sans-serif;
  font-size: 32px;
  font-weight: 900;
  line-height: 1;
}
.about-us-badge span { font-size: 11px; opacity: .88; }
.about-us-text .ey { display: block; margin-bottom: 8px; }
.about-us-text p {
  font-size: 15px;
  color: var(--text-muted);
  line-height: 1.75;
  margin-bottom: 14px;
}
.about-us-checklist {
  display: flex;
  flex-direction: column;
  gap: 9px;
  margin: 16px 0;
}
.about-us-check {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 14px;
  color: var(--text);
}
.about-us-check::before {
  content: "✓";
  width: 22px;
  height: 22px;
  background: var(--primary);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 700;
  flex-shrink: 0;
}
.about-us-btns {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 22px;
}

/* ── STATS STRIP ── */
.about-stats {
  padding: 60px 20px;
  background: var(--primary-dark);
  position: relative;
  overflow: hidden;
}
.about-stats::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, var(--primary-dark), #1c4e20);
}
.about-stats-inner {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.about-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 32px;
}
.about-stat-card {
  background: rgba(46,125,50,.4);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--r);
  padding: 30px 18px;
  text-align: center;
  transition: transform .3s, background .3s;
}
.about-stat-card:hover {
  transform: translateY(-4px);
  background: rgba(46,125,50,.55);
}
.about-stat-num {
  font-family: "Lato", sans-serif;
  font-size: 46px;
  font-weight: 900;
  color: #fff;
  line-height: 1;
  margin-bottom: 6px;
}
.about-stat-num span { color: var(--gold); }
.about-stat-label {
  font-size: 13.5px;
  color: rgba(255,255,255,.72);
  line-height: 1.5;
}

/* ── OUR STORY / HERITAGE SECTION ── */
.about-story {
  padding: 76px 20px;
  background: var(--light);
}
.about-story-inner {
  max-width: 960px;
  margin: 0 auto;
}
.about-story-inner > .ey { display: block; margin-bottom: 8px; }
.about-story-inner > .sub-section-title { margin-bottom: 20px; }
.about-story-body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-top: 36px;
}
.about-story-body p {
  font-size: 15px;
  color: var(--text-muted);
  line-height: 1.78;
  margin-bottom: 14px;
}
.about-story-highlight {
  background: var(--primary);
  color: #fff;
  border-radius: var(--r);
  padding: 30px 28px;
  align-self: start;
}
.about-story-highlight .sub-heading { color: #fff; margin-bottom: 14px; }
.about-story-highlight p { color: rgba(255,255,255,.88); font-size: 14.5px; line-height: 1.7; margin-bottom: 0; }
.about-story-values {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 18px;
}
.about-value-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: rgba(255,255,255,.1);
  border-radius: var(--r-sm);
  padding: 13px 15px;
  border: 1px solid rgba(255,255,255,.15);
}
.about-value-icon {
  font-size: 20px;
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  background: rgba(255,255,255,.15);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-value-text strong {
  display: block;
  font-size: 13.5px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 2px;
}
.about-value-text span {
  font-size: 12.5px;
  color: rgba(255,255,255,.78);
  line-height: 1.5;
}

/* ── WHY CHOOSE US SECTION ── */
.about-why {
  padding: 76px 20px;
  background: #fff;
}
.about-why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 40px;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
.about-why-card {
  background: var(--light);
  border: 1px solid var(--gray);
  border-radius: var(--r);
  padding: 28px 24px;
  transition: all .3s;
}
.about-why-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
  border-color: var(--mint);
}
.about-why-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--primary), var(--primary-light));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin-bottom: 16px;
  box-shadow: 0 6px 18px rgba(46,125,50,.22);
}
.about-why-card h3 {
  font-size: 16px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 8px;
}
.about-why-card p {
  font-size: 13.5px;
  color: var(--text-muted);
  line-height: 1.65;
}

/* ── TESTIMONIALS ── */
.about-testi {
  padding: 76px 20px;
  background: var(--light);
}
.about-testi-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 40px;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
/* .tc2 card styles are defined in the migrated section above */

/* ── PHOTO QUOTE STRIP ── */
.about-photo-cta {
  padding: 76px 20px;
  background: var(--primary-dark);
  position: relative;
  overflow: hidden;
}
.about-photo-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, var(--primary-dark), #1c4e20);
}
.about-photo-cta-inner {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 1;
}
.about-photo-cta-inner .ey { color: var(--mint); display: block; margin-bottom: 9px; }
.about-photo-cta-inner h2 {
  font-family: "Lato", sans-serif;
  font-size: clamp(24px, 3.2vw, 40px);
  font-weight: 900;
  color: #fff;
  line-height: 1.12;
  margin-bottom: 14px;
}
.about-photo-cta-inner p {
  font-size: 15px;
  color: rgba(255,255,255,.82);
  line-height: 1.7;
  max-width: 520px;
  margin: 0 auto 28px;
}
.about-photo-cta-btns {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}
.about-photo-cta-steps {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 22px;
  margin-top: 32px;
}
.about-cta-step {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(255,255,255,.85);
  font-size: 13.5px;
}
.about-cta-step-num {
  width: 26px;
  height: 26px;
  background: var(--gold);
  color: var(--dark);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 12px;
  flex-shrink: 0;
}
/* .ctab and .contact section styles are in the migrated section above */


/* ════════════════════════════════════════════════
   RESPONSIVE — SUBPAGE
════════════════════════════════════════════════ */

/* Tablet landscape (≤1100px) */
@media (max-width: 1100px) {
  .sub-hero-content {
    grid-template-columns: 1fr;
    gap: 32px;
    padding-top: 96px;
    padding-bottom: 44px;
  }
  .sub-hero-content .hform { display: none; }
  .sub-hform-strip { display: block; }
  .about-us-grid { grid-template-columns: 1fr; gap: 40px; }
  .about-us-imgs { display: none; }
  .about-testi-grid { grid-template-columns: repeat(2, 1fr); }
  .about-why-grid { grid-template-columns: repeat(2, 1fr); }
  .about-stats-grid { grid-template-columns: repeat(2, 1fr); }

  /* Migrated from home.css */
  .cin-wrap { grid-template-columns: 1fr; max-width: 580px; }
  .contact-img-panel { min-height: 280px; }
}

/* Tablet portrait (≤960px) */
@media (max-width: 960px) {
  .about-story-body { grid-template-columns: 1fr; gap: 28px; }
}

/* Mobile (≤768px) */
@media (max-width: 768px) {
  .sub-hero {
    min-height: 320px;
    margin-top: -80px;    /* matches body { padding-top: 80px } at mobile */
    padding-top: 80px;
  }
  .sub-hero-content { padding: 76px 16px 36px; }
  .sub-hero-title { font-size: clamp(24px, 7vw, 34px); }
  .sub-hero-desc { font-size: 14px; margin-bottom: 16px; }
  .sub-hero-trust { gap: 8px; }

  .sub-hform-strip { padding: 28px 16px; }
  .sub-hform-strip .hfr { grid-template-columns: 1fr; }

  .about-us-intro { padding: 44px 16px; }
  .about-story { padding: 44px 16px; }
  .about-why { padding: 44px 16px; }
  .about-why-grid { grid-template-columns: 1fr; }
  .about-testi { padding: 44px 16px; }
  .about-testi-grid { grid-template-columns: 1fr; }
  .about-stats { padding: 44px 16px; }
  .about-stats-grid { grid-template-columns: repeat(2, 1fr); }
  .about-photo-cta { padding: 44px 16px; }
  .about-photo-cta-steps { gap: 14px; }

  /* Migrated from home.css */
  .contact { padding: 44px 16px; }
  .cfgrid { grid-template-columns: 1fr; }
  .cff, .cfsub { grid-column: 1 / -1; }
  .ctab { padding: 40px 16px; }
  .ctai { flex-direction: column; text-align: center; }
  .ctabtns { justify-content: center; }
}

/* Small mobile (≤480px) */
@media (max-width: 480px) {
  .sub-hero {
    min-height: 280px;
    margin-top: -80px;
    padding-top: 80px;
  }
  .about-stats-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
  .about-stat-num { font-size: 36px; }
  .about-why-grid { grid-template-columns: 1fr; }
  .about-testi-grid { grid-template-columns: 1fr; }
  .about-photo-cta-steps { flex-direction: column; align-items: center; }

  /* Migrated from home.css */
  .cfc { padding: 20px 14px; }
}


/* ══════════════════════════════════════════
   SERVICE DETAIL SECTIONS
   Used on services/index.html
══════════════════════════════════════════ */

/* Alternating left/right two-column detail blocks */
.svc-detail {
  padding: 76px 20px;
  background: #fff;
}
.svc-detail-alt {
  background: var(--light);
}
.svc-detail-grid {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
/* Reverse column order for alternating layout — image first in DOM, text second */
.svc-detail-grid-rev {
  direction: ltr;
}
.svc-detail-grid-rev .svc-detail-img {
  order: -1;
}
.svc-detail-text .ey {
  display: block;
  margin-bottom: 8px;
}
.svc-detail-text p {
  font-size: 15px;
  color: var(--text-muted);
  line-height: 1.75;
  margin-bottom: 14px;
}
.svc-detail-img {
  border-radius: 22px;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}
.svc-detail-img img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  display: block;
  transition: transform .5s ease;
}
.svc-detail-img:hover img {
  transform: scale(1.04);
}

/* Service feature list with arrow markers */
.svc-detail-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7px 14px;
  margin: 18px 0;
}
.svc-detail-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 14px;
  color: var(--text);
  line-height: 1.5;
}
.svc-arrow {
  color: var(--primary);
  font-weight: 700;
  font-size: 15px;
  flex-shrink: 0;
  margin-top: 1px;
}

/* ── RESPONSIVE — SERVICE DETAIL ── */
@media (max-width: 1100px) {
  .svc-detail-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .svc-detail-grid-rev .svc-detail-img {
    order: 0;
  }
  .svc-detail-list {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .svc-detail { padding: 44px 16px; }
  .svc-detail-img img { height: 260px; }
  .svc-detail-list { grid-template-columns: 1fr; }
}

/* ── SINGLE-COLUMN DETAIL LIST (Deceased Estates — 3 items) ── */
.svc-detail-list-single {
  grid-template-columns: 1fr;
}

/* ── SERVICES CONTENT BODY TEXT ── */
.cs-fullwidth p {
  color: var(--text-muted);
  line-height: 1.8;
  font-size: 15px;
  margin-bottom: 16px;
}



/******************************** ── SUBURB HERO BANNER ── ****************************************/
.sub-hero-suburb {
  min-height: 420px;
}
.sub-hero-suburb .sub-hero-content {
  grid-template-columns: 1fr;
  padding: 80px 20px 52px;
  gap: 0;
  max-width: 860px;
}
.sub-hero-suburb .sub-hero-title {
  font-size: clamp(28px, 4vw, 52px);
  margin-bottom: 10px;
}
.sub-hero-suburb .sub-hero-desc {
  font-size: clamp(14px, 1.5vw, 16px);
  max-width: 680px;
  margin-bottom: 6px;
}
/* ── HERO QUOTE LINE ── */
.sub-hero-quote {
  font-size: clamp(13px, 1.3vw, 14.5px);
  color: rgba(255,255,255,.80);
  line-height: 1.65;
  max-width: 640px;
  margin-top: 0;
  margin-bottom: 18px;
  font-style: italic;
}
/* ── PAGE TITLE BELOW HERO ── */
.suburb-page-title {
  text-align: center;
  padding: 36px 20px 0;
  background: #fff;
}
.suburb-page-title h2 {
  font-family: "Lato", sans-serif;
  font-size: clamp(22px, 3vw, 36px);
  font-weight: 900;
  color: var(--text);
  line-height: 1.2;
  margin: 0 auto 6px;
}
.suburb-page-title h2 em { font-style: normal; color: var(--primary); }
.suburb-page-title .spt-line {
  width: 56px;
  height: 4px;
  background: var(--primary);
  border-radius: 4px;
  margin: 0 auto;
}
/* Tablet */
@media (max-width: 768px) {
  .sub-hero-suburb { min-height: 360px; }
  .sub-hero-suburb .sub-hero-content { padding: 70px 16px 40px; }
  .sub-hero-suburb .sub-hero-title { font-size: clamp(24px, 6vw, 36px); }
  .sub-hero-suburb .sub-hero-desc { font-size: 14px; }
  .sub-hero-quote { font-size: 13px; }
  .suburb-page-title { padding: 28px 14px 0; }
}
/* Mobile */
@media (max-width: 480px) {
  .sub-hero-suburb { min-height: 300px; }
  .sub-hero-suburb .sub-hero-content { padding: 56px 14px 32px; }
  .sub-hero-suburb .sub-hero-title { font-size: clamp(22px, 7vw, 30px); }
  .sub-hero-suburb .sub-hero-desc { font-size: 13.5px; }
  .sub-hero-quote { font-size: 12.5px; }
}

/* ── SUBURB CONTENT LAYOUT ── */
.suburb-body {
  padding: 60px 20px 72px;
  background: #fff;
}
.suburb-body-inner {
  max-width: 1200px;
  margin: 0 auto;
}

/* ── ROW 1: Form left + Images right ── */
.suburb-row1 {
  display: grid;
  grid-template-columns: 400px 1fr;
  gap: 48px;
  align-items: start;
  margin-bottom: 56px;
}

/* ── INLINE CONTACT FORM ── */
.suburb-form-wrap {
  background: linear-gradient(160deg, #e65100 0%, #f57c00 55%, #ff8f00 100%);
  border: none;
  border-radius: 22px;
  padding: 28px 24px;
  box-shadow: 0 8px 40px rgba(230,81,0,.30);
  position: sticky;
  top: 108px;
}
.suburb-form-wrap .sfw-title {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: 900;
  color: #fff;
  margin-bottom: 4px;
}
.suburb-form-wrap .sfw-sub {
  font-size: 12.5px;
  color: rgba(255,255,255,.80);
  margin-bottom: 16px;
}
.suburb-form-wrap .hff { gap: 10px; }
.suburb-form-wrap .hfg label {
  color: rgba(255,255,255,.85) !important;
}
.suburb-form-wrap .hfg input,
.suburb-form-wrap .hfg select,
.suburb-form-wrap .hfg textarea {
  background: #fff;
  border: 1.5px solid rgba(255,255,255,.5);
  color: var(--text);
}
.suburb-form-wrap .hfg input:focus,
.suburb-form-wrap .hfg select:focus,
.suburb-form-wrap .hfg textarea:focus {
  outline: none;
  border-color: #fff;
  box-shadow: 0 0 0 3px rgba(255,255,255,.25);
}
.suburb-form-wrap .hfg textarea { min-height: 72px; }
.suburb-form-wrap .hfsub { margin-top: 6px; }

/* ── IMAGES RIGHT ── */
.suburb-images {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.suburb-img-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.suburb-img-pair img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 6px 24px rgba(0,0,0,.09);
  transition: transform .4s ease, box-shadow .4s ease;
}
.suburb-img-pair img:hover {
  transform: scale(1.03);
  box-shadow: 0 12px 36px rgba(27,94,32,.18);
}
.suburb-intro-text {
  font-size: 15px;
  color: var(--text);
  line-height: 1.8;
}

/* ── CONTENT BODY ── */
.suburb-content {
  font-size: 15px;
  color: var(--text);
  line-height: 1.8;
}
.suburb-content h2 {
  font-family: "Lato", sans-serif;
  font-size: clamp(20px, 2.5vw, 28px);
  font-weight: 900;
  color: var(--text);
  margin: 40px 0 14px;
  line-height: 1.2;
}
.suburb-content h2 em { font-style: normal; color: var(--primary); }
.suburb-content h3 {
  font-family: "Lato", sans-serif;
  font-size: clamp(16px, 2vw, 20px);
  font-weight: 800;
  color: var(--text);
  margin: 28px 0 10px;
  line-height: 1.3;
}
.suburb-content p { margin-bottom: 16px; }
.suburb-content strong { color: var(--text); }
.suburb-content a { color: var(--primary); font-weight: 600; }
.suburb-content a:hover { color: var(--primary-dark); text-decoration: underline; }

/* ── YOU RELAX CALLOUT ── */
.suburb-callout {
  background: linear-gradient(135deg, var(--primary-dark), #1c4e20);
  color: #fff;
  border-radius: 16px;
  padding: 20px 24px;
  font-size: 16px;
  font-weight: 800;
  font-family: "Lato", sans-serif;
  text-align: center;
  margin: 24px 0;
  letter-spacing: .5px;
}

/* ── SERVICES LIST ── */
.suburb-services-section {
  margin-top: 40px;
}
.suburb-services-section h2 {
  font-family: "Lato", sans-serif;
  font-size: clamp(20px, 2.5vw, 28px);
  font-weight: 900;
  color: var(--text);
  margin-bottom: 22px;
  line-height: 1.2;
}
.suburb-services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.suburb-service-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  background: var(--light);
  border: 1px solid #ccdccc;
  border-radius: 12px;
  font-size: 13.5px;
  font-weight: 600;
  color: var(--text);
  transition: background .2s, border-color .2s, transform .2s;
}
.suburb-service-item:hover {
  background: #fff;
  border-color: var(--primary);
  transform: translateX(3px);
}
.suburb-service-dot {
  width: 8px;
  height: 8px;
  background: var(--primary);
  border-radius: 50%;
  flex-shrink: 0;
}

/* ── MAP SECTION ── */
.suburb-map-cta {
  margin-top: 52px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: start;
}
.suburb-map-wrap {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0,0,0,.10);
  height: 340px;
}
.suburb-map-wrap iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

/* ── SATISFACTION BANNER ── */
.suburb-satisfaction {
  background: linear-gradient(135deg, var(--primary-dark) 0%, #1c4e20 100%);
  border-radius: 20px;
  padding: 36px 28px;
  text-align: center;
  position: relative;
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(27,94,32,.24);
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.suburb-satisfaction::before {
  content: "";
  position: absolute;
  top: -40px; right: -40px;
  width: 160px; height: 160px;
  background: rgba(255,255,255,.05);
  border-radius: 50%;
}
.suburb-satisfaction h2 {
  font-family: "Lato", sans-serif;
  font-size: clamp(18px, 2.5vw, 24px);
  font-weight: 900;
  color: #fff;
  line-height: 1.2;
  position: relative;
  z-index: 1;
  margin: 0;
}
.suburb-satisfaction a.btn-g {
  position: relative;
  z-index: 1;
  background: var(--gold);
  color: var(--dark);
  font-weight: 700;
}
.suburb-satisfaction a.btn-g:hover {
  background: #e6aa00;
}

/* ── SUBURB LINKS ── */
.suburb-links-section {
  margin-top: 60px;
  padding-top: 48px;
  border-top: 1.5px solid var(--light);
}
.suburb-links-section h3 {
  font-family: "Lato", sans-serif;
  font-size: clamp(18px, 2vw, 22px);
  font-weight: 900;
  color: var(--text);
  margin-bottom: 24px;
}
.suburb-links-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.suburb-links-grid a {
  display: block;
  padding: 10px 14px;
  background: var(--light);
  border: 1px solid #ccdccc;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 600;
  color: var(--primary);
  transition: background .2s, border-color .2s, transform .2s;
}
.suburb-links-grid a:hover {
  background: #fff;
  border-color: var(--primary);
  transform: translateY(-2px);
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(46,125,50,.12);
}

/* ── SMS PHOTO STRIP ── */
.suburb-sms-strip {
  margin-top: 48px;
  background: var(--light);
  border-radius: 18px;
  padding: 28px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
.suburb-sms-left h4 {
  font-family: "Lato", sans-serif;
  font-size: 17px;
  font-weight: 900;
  color: var(--text);
  margin-bottom: 6px;
}
.suburb-sms-left ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.suburb-sms-left ul li {
  font-size: 13px;
  color: var(--text-muted);
  display: flex;
  align-items: center;
  gap: 7px;
}
.suburb-sms-left ul li::before {
  content: "✓";
  color: var(--primary);
  font-weight: 700;
}

/* ══ RESPONSIVE ══ */
@media (max-width: 1024px) {
  .suburb-row1 { grid-template-columns: 360px 1fr; gap: 32px; }
  .suburb-services-grid { grid-template-columns: repeat(2, 1fr); }
  .suburb-links-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 860px) {
  .suburb-row1 { grid-template-columns: 1fr; gap: 28px; }
  .suburb-form-wrap { position: static; }
  .suburb-map-cta { grid-template-columns: 1fr; }
  .suburb-map-wrap { height: 280px; }
}
@media (max-width: 640px) {
  .suburb-body { padding: 40px 14px 52px; }
  .suburb-img-pair { grid-template-columns: 1fr; }
  .suburb-img-pair img { height: 200px; }
  .suburb-services-grid { grid-template-columns: 1fr; }
  .suburb-links-grid { grid-template-columns: 1fr 1fr; }
  .suburb-sms-strip { flex-direction: column; text-align: center; }
  .suburb-sms-left ul { align-items: center; }
}
@media (max-width: 420px) {
  .suburb-links-grid { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  .suburb-img-pair img:hover,
  .suburb-service-item:hover,
  .suburb-links-grid a:hover { transform: none; }
}

/* ── INTRO BLOCK ABOVE FORM ── */
.suburb-intro-block {
  background: var(--light);
  border-left: 4px solid var(--primary);
  border-radius: 12px;
  padding: 20px 24px;
  margin-bottom: 28px;
  font-size: 15px;
  color: var(--text);
  line-height: 1.8;
}
.suburb-intro-block p { margin: 0; }
.suburb-intro-block strong { color: var(--primary-dark); }

/* ── CONTENT + SIDE IMAGE ROW ── */
.suburb-content-img-row {
  display: grid;
  grid-template-columns: 1fr 260px;
  gap: 32px;
  align-items: start;
  margin-top: 12px;
}
.suburb-content-text { min-width: 0; }
.suburb-content-side-img {
  position: sticky;
  top: 108px;
}
.suburb-content-side-img img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
  box-shadow: 0 8px 32px rgba(27,94,32,.16);
  display: block;
  transition: transform .4s ease;
}
.suburb-content-side-img img:hover { transform: scale(1.03); }

@media (max-width: 860px) {
  .suburb-intro-block { padding: 16px 18px; }
  .suburb-content-img-row { grid-template-columns: 1fr; }
  .suburb-content-side-img { display: none; }
}
@media (max-width: 640px) {
  .suburb-intro-block { font-size: 14px; margin-bottom: 20px; }
}

/* ── FADE IN ANIMATION ── */
.suburb-fade {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .55s ease, transform .55s ease;
}
.suburb-fade.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ── FAQ SECTION ── */
.suburb-faq-section {
  margin-top: 52px;
}
.suburb-faq-section h2 {
  font-family: "Lato", sans-serif;
  font-size: clamp(20px, 2.5vw, 28px);
  font-weight: 900;
  color: var(--text);
  margin-bottom: 22px;
}
.faq-item {
  border: 1px solid #d0e4d0;
  border-radius: 12px;
  margin-bottom: 10px;
  overflow: hidden;
  transition: box-shadow .2s;
}
.faq-item:hover { box-shadow: 0 4px 16px rgba(27,94,32,.10); }
.faq-question {
  width: 100%;
  background: var(--light);
  border: none;
  padding: 16px 20px;
  text-align: left;
  font-family: "Lato", sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: var(--text);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  transition: background .2s;
}
.faq-question:hover { background: #e8f5e9; }
.faq-question[aria-expanded="true"] { background: #e8f5e9; color: var(--primary-dark); }
.faq-chevron {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  transition: transform .3s ease;
}
.faq-question[aria-expanded="true"] .faq-chevron { transform: rotate(180deg); }
.faq-answer {
  display: none;
  padding: 0 20px 16px;
  font-size: 14.5px;
  color: var(--text);
  line-height: 1.75;
  background: #fff;
}
.faq-answer.open { display: block; }

/* ── GALLERY GRID SECTION ── */
.gallery-section {
  padding: 72px 20px 80px;
  background: #fff;
}
.gallery-section-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.gallery-header {
  text-align: center;
  margin-bottom: 48px;
}
.gallery-header .ey {
  margin-bottom: 8px;
  display: block;
}
.gallery-header h2 {
  font-family: "Lato", sans-serif;
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 900;
  color: var(--text);
  line-height: 1.15;
  margin-bottom: 12px;
}
.gallery-header h2 em { font-style: normal; color: var(--primary); }
.gallery-header p {
  font-size: 15.5px;
  color: var(--text-muted);
  line-height: 1.75;
  max-width: 560px;
  margin: 0 auto;
}

/* ── FILTER TABS ── */
.gallery-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-bottom: 40px;
}
.gf-btn {
  padding: 8px 20px;
  border-radius: 40px;
  font-size: 13.5px;
  font-weight: 600;
  cursor: pointer;
  border: 2px solid #dde8dd;
  background: #fff;
  color: var(--text-muted);
  transition: all .25s;
  font-family: "Inter", sans-serif;
}
.gf-btn:hover,
.gf-btn.active {
  background: var(--primary);
  border-color: var(--primary);
  color: #fff;
  box-shadow: 0 4px 14px rgba(46,125,50,.25);
}

/* ── MASONRY-STYLE GRID ── */
.gallery-grid {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 18px;
}
.gallery-item {
  break-inside: avoid;
  margin-bottom: 18px;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 4px 18px rgba(0,0,0,.08);
  transition: box-shadow .3s, transform .3s;
}
.gallery-item:hover {
  box-shadow: 0 12px 36px rgba(27,94,32,.22);
  transform: translateY(-4px);
}
.gallery-item img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform .5s ease;
}
.gallery-item:hover img { transform: scale(1.06); }

/* ── IMAGE OVERLAY ── */
.gallery-item-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(27,94,32,.82) 0%, transparent 55%);
  opacity: 0;
  transition: opacity .3s;
  display: flex;
  align-items: flex-end;
  padding: 18px 16px;
}
.gallery-item:hover .gallery-item-overlay { opacity: 1; }
.gallery-item-label {
  font-size: 13.5px;
  font-weight: 700;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 7px;
}
.gallery-item-label svg { flex-shrink: 0; }

/* zoom icon on hover */
.gallery-zoom-icon {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 36px;
  height: 36px;
  background: rgba(255,255,255,.92);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: scale(0.7);
  transition: opacity .3s, transform .3s;
  box-shadow: 0 2px 8px rgba(0,0,0,.18);
}
.gallery-item:hover .gallery-zoom-icon {
  opacity: 1;
  transform: scale(1);
}

/* ── LIGHTBOX ── */
.glightbox {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(0,0,0,.92);
  align-items: center;
  justify-content: center;
  padding: 20px;
  animation: lbFadeIn .25s ease;
}
.glightbox.open { display: flex; }
@keyframes lbFadeIn { from { opacity: 0; } to { opacity: 1; } }
.glightbox-img-wrap {
  position: relative;
  max-width: 90vw;
  max-height: 88vh;
}
.glightbox-img-wrap img {
  max-width: 90vw;
  max-height: 88vh;
  border-radius: 12px;
  object-fit: contain;
  box-shadow: 0 24px 80px rgba(0,0,0,.5);
  display: block;
}
.glightbox-close {
  position: fixed;
  top: 18px;
  right: 22px;
  width: 44px;
  height: 44px;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #fff;
  font-size: 22px;
  transition: background .2s;
  z-index: 10000;
}
.glightbox-close:hover { background: rgba(255,255,255,.22); }
.glightbox-prev,
.glightbox-next {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #fff;
  font-size: 20px;
  transition: background .2s;
  z-index: 10000;
  user-select: none;
}
.glightbox-prev { left: 16px; }
.glightbox-next { right: 16px; }
.glightbox-prev:hover,
.glightbox-next:hover { background: rgba(255,255,255,.22); }
.glightbox-caption {
  position: absolute;
  bottom: -36px;
  left: 0;
  right: 0;
  text-align: center;
  color: rgba(255,255,255,.75);
  font-size: 13px;
}

/* ── GALLERY CTA STRIP ── */
.gallery-cta {
  padding: 56px 20px;
  background: var(--light);
}
.gallery-cta-inner {
  max-width: 800px;
  margin: 0 auto;
  background: linear-gradient(135deg, var(--primary-dark) 0%, #1c4e20 100%);
  border-radius: 28px;
  padding: 52px 40px;
  text-align: center;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(27,94,32,.28);
}
.gallery-cta-inner::before {
  content: "";
  position: absolute;
  top: -60px; right: -60px;
  width: 220px; height: 220px;
  background: rgba(255,255,255,.05);
  border-radius: 50%;
}
.gallery-cta-inner::after {
  content: "";
  position: absolute;
  bottom: -80px; left: -40px;
  width: 280px; height: 280px;
  background: rgba(255,255,255,.04);
  border-radius: 50%;
}
.gallery-cta-inner .ey {
  color: var(--mint);
  display: block;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}
.gallery-cta-inner h2 {
  font-family: "Lato", sans-serif;
  font-size: clamp(22px, 3.2vw, 34px);
  font-weight: 900;
  color: #fff;
  line-height: 1.12;
  margin-bottom: 12px;
  position: relative;
  z-index: 1;
}
.gallery-cta-inner p {
  font-size: 15px;
  color: rgba(255,255,255,.8);
  line-height: 1.7;
  max-width: 460px;
  margin: 0 auto 28px;
  position: relative;
  z-index: 1;
}
.gallery-cta-btns {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}

/* ── ANIMATE IN ── */
.gallery-item {
  opacity: 0;
  transform: translateY(24px);
  animation: galFadeUp .5s ease forwards;
}
.gallery-item:nth-child(1)  { animation-delay: .05s; }
.gallery-item:nth-child(2)  { animation-delay: .10s; }
.gallery-item:nth-child(3)  { animation-delay: .15s; }
.gallery-item:nth-child(4)  { animation-delay: .20s; }
.gallery-item:nth-child(5)  { animation-delay: .25s; }
.gallery-item:nth-child(6)  { animation-delay: .30s; }
@keyframes galFadeUp {
  to { opacity: 1; transform: translateY(0); }
}

/* ══ RESPONSIVE ══ */
@media (max-width: 900px) {
  .gallery-grid { grid-template-columns: 1fr; }
  .gallery-section { padding: 52px 16px 60px; }
}
@media (max-width: 560px) {
  .gallery-grid { columns: 1; }
  .gallery-section { padding: 40px 14px 48px; }
  .gallery-cta { padding: 36px 14px; }
  .gallery-cta-inner { padding: 36px 20px; }
  .gallery-cta-btns { flex-direction: column; align-items: center; }
  .gallery-cta-btns a { width: 100%; max-width: 300px; text-align: center; }
  .glightbox-prev { left: 6px; }
  .glightbox-next { right: 6px; }
}
@media (prefers-reduced-motion: reduce) {
  .gallery-item { animation: none; opacity: 1; transform: none; }
  .gallery-item:hover { transform: none; }
  .gallery-item:hover img { transform: none; }
}

/* ── PRICING INTRO SECTION ── */
.pricing-intro {
  padding: 72px 20px 56px;
  background: #fff;
}
.pricing-intro-inner {
  max-width: 920px;
  margin: 0 auto;
}
.pricing-points {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-top: 36px;
}
.pricing-point {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 22px 28px;
  border-radius: 16px;
  transition: background .25s, transform .25s, box-shadow .25s;
  border: 1px solid transparent;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeSlideUp .5s ease forwards;
}
.pricing-point:hover {
  background: var(--light);
  border-color: #cde5cd;
  transform: translateX(6px);
  box-shadow: 0 4px 18px rgba(46,125,50,.07);
}
.pricing-point:nth-child(1) { animation-delay: .1s; }
.pricing-point:nth-child(2) { animation-delay: .2s; }
.pricing-point:nth-child(3) { animation-delay: .3s; }
.pricing-point:nth-child(4) { animation-delay: .4s; }
.pricing-point:nth-child(5) { animation-delay: .5s; }
.pricing-point:nth-child(6) { animation-delay: .6s; }
@keyframes fadeSlideUp {
  to { opacity: 1; transform: translateY(0); }
}
.pricing-point-arrow {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  background: linear-gradient(135deg, var(--primary), var(--primary-light));
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 17px;
  font-weight: 900;
  margin-top: 1px;
  box-shadow: 0 4px 12px rgba(46,125,50,.22);
}
.pricing-point-text {
  font-size: 16px;
  color: var(--text);
  line-height: 1.7;
  flex: 1;
}

/* ── HOW IT WORKS STRIP ── */
.pricing-how {
  padding: 64px 20px;
  background: var(--primary-dark);
  position: relative;
  overflow: hidden;
}
.pricing-how::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, var(--primary-dark), #1c4e20);
}
.pricing-how-inner {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  text-align: center;
}
.pricing-how-inner .ey { color: var(--mint); display: block; margin-bottom: 8px; }
.pricing-how-inner h2 {
  font-family: "Lato", sans-serif;
  font-size: clamp(22px, 3vw, 34px);
  font-weight: 900;
  color: #fff;
  margin-bottom: 40px;
}
.pricing-how-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 32px;
}
.pricing-how-step {
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--r);
  padding: 30px 22px;
  text-align: center;
  transition: background .3s, transform .3s;
}
.pricing-how-step:hover {
  background: rgba(255,255,255,.14);
  transform: translateY(-4px);
}
.pricing-step-num {
  width: 44px;
  height: 44px;
  background: var(--gold);
  color: var(--dark);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: 900;
  margin: 0 auto 16px;
}
.pricing-how-step h3 {
  font-size: 15.5px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 8px;
}
.pricing-how-step p {
  font-size: 13.5px;
  color: rgba(255,255,255,.72);
  line-height: 1.65;
}

/* ── LOAD TYPE CARDS ── */
.pricing-load-types {
  padding: 64px 20px;
  background: var(--light);
}
.pricing-load-types-inner {
  max-width: 1100px;
  margin: 0 auto;
}
.pricing-load-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 36px;
}
.load-card {
  background: #fff;
  border: 1px solid #dde8dd;
  border-radius: var(--r);
  padding: 30px 24px;
  text-align: center;
  transition: all .3s;
  position: relative;
  overflow: hidden;
}
.load-card::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--primary), var(--primary-light));
  transform: scaleX(0);
  transition: transform .3s;
}
.load-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-lg);
  border-color: var(--mint);
}
.load-card:hover::after { transform: scaleX(1); }
.load-card-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--primary), var(--primary-light));
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  margin: 0 auto 16px;
  box-shadow: 0 6px 18px rgba(46,125,50,.22);
}
.load-card h3 {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: 800;
  color: var(--text);
  margin-bottom: 8px;
}
.load-card p {
  font-size: 13.5px;
  color: var(--text-muted);
  line-height: 1.65;
}

/* ── CTA BANNER ── */
.pricing-cta {
  padding: 64px 20px;
  background: #fff;
}
.pricing-cta-inner {
  max-width: 800px;
  margin: 0 auto;
  background: linear-gradient(135deg, var(--primary-dark) 0%, #1c4e20 100%);
  border-radius: 28px;
  padding: 56px 40px;
  text-align: center;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(27,94,32,.28);
}
.pricing-cta-inner::before {
  content: "";
  position: absolute;
  top: -60px;
  right: -60px;
  width: 220px;
  height: 220px;
  background: rgba(255,255,255,.05);
  border-radius: 50%;
}
.pricing-cta-inner::after {
  content: "";
  position: absolute;
  bottom: -80px;
  left: -40px;
  width: 280px;
  height: 280px;
  background: rgba(255,255,255,.04);
  border-radius: 50%;
}
.pricing-cta-inner .ey { color: var(--mint); display: block; margin-bottom: 10px; position: relative; z-index: 1; }
.pricing-cta-inner h2 {
  font-family: "Lato", sans-serif;
  font-size: clamp(22px, 3.2vw, 36px);
  font-weight: 900;
  color: #fff;
  line-height: 1.12;
  margin-bottom: 14px;
  position: relative;
  z-index: 1;
}
.pricing-cta-inner p {
  font-size: 15px;
  color: rgba(255,255,255,.8);
  line-height: 1.7;
  max-width: 480px;
  margin: 0 auto 32px;
  position: relative;
  z-index: 1;
}
.pricing-cta-btns {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
.pricing-contact-name {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.2);
  color: rgba(255,255,255,.85);
  padding: 8px 16px;
  border-radius: 40px;
  font-size: 13px;
  margin-bottom: 22px;
  position: relative;
  z-index: 1;
}

/* ══ RESPONSIVE ══ */
@media (max-width: 900px) {
  .pricing-how-steps { grid-template-columns: 1fr 1fr; }
  .pricing-load-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
  .pricing-intro { padding: 44px 16px 36px; }
  .pricing-point { padding: 16px 18px; gap: 14px; }
  .pricing-point-text { font-size: 14.5px; }
  .pricing-how { padding: 44px 16px; }
  .pricing-how-steps { grid-template-columns: 1fr; gap: 14px; }
  .pricing-load-types { padding: 44px 16px; }
  .pricing-load-grid { grid-template-columns: 1fr; }
  .pricing-cta { padding: 36px 16px; }
  .pricing-cta-inner { padding: 40px 24px; }
}
@media (max-width: 480px) {
  .pricing-cta-btns { flex-direction: column; align-items: center; }
  .pricing-cta-btns a { width: 100%; max-width: 300px; text-align: center; }
}
@media (prefers-reduced-motion: reduce) {
  .pricing-point { animation: none; opacity: 1; transform: none; }
  .pricing-point:hover, .load-card:hover, .pricing-how-step:hover { transform: none; }
}

/* ── PRICING INTRO TWO-COLUMN LAYOUT ── */
.pricing-intro-layout {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 48px;
  align-items: start;
  margin-top: 36px;
}
.pricing-intro-layout .pricing-points {
  margin-top: 0;
}

/* ── RIGHT SIDE IMAGE ── */
.pricing-side-img {
  position: sticky;
  top: 100px;
}
.psi-wrap {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 16px 48px rgba(27,94,32,.18);
}
.psi-wrap img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform .5s ease;
}
.psi-wrap:hover img { transform: scale(1.04); }
.psi-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  background: var(--gold);
  color: var(--dark);
  font-size: 11.5px;
  font-weight: 700;
  padding: 5px 11px;
  border-radius: 40px;
  display: flex;
  align-items: center;
  gap: 5px;
  box-shadow: 0 4px 12px rgba(0,0,0,.18);
}
.psi-stat {
  position: absolute;
  bottom: 16px;
  right: 14px;
  background: var(--primary-dark);
  border: 2px solid rgba(255,255,255,.15);
  border-radius: 14px;
  padding: 10px 16px;
  text-align: center;
  color: #fff;
}
.psi-stat-num {
  display: block;
  font-family: "Lato", sans-serif;
  font-size: 28px;
  font-weight: 900;
  color: var(--gold);
  line-height: 1;
}
.psi-stat-lbl {
  font-size: 11px;
  color: rgba(255,255,255,.8);
  font-weight: 600;
  letter-spacing: .4px;
}

@media (max-width: 900px) {
  .pricing-intro-layout {
    grid-template-columns: 1fr;
  }
  .pricing-side-img { display: none; }
}

/* ── PRIVACY POLICY CONTENT SECTION ── */
.privacy-section {
  padding: 72px 20px 80px;
  background: #fff;
}
.privacy-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 260px;
  gap: 56px;
  align-items: start;
}

/* ── MAIN CONTENT ── */
.privacy-content h1 {
  font-family: "Lato", sans-serif;
  font-size: clamp(26px, 3.2vw, 38px);
  font-weight: 900;
  color: var(--text);
  line-height: 1.12;
  margin-bottom: 20px;
}
.privacy-content > p {
  font-size: 15px;
  color: var(--text-muted);
  line-height: 1.8;
  margin-bottom: 16px;
}
.privacy-content h2 {
  font-family: "Lato", sans-serif;
  font-size: clamp(18px, 2.2vw, 24px);
  font-weight: 900;
  color: var(--text);
  margin-top: 44px;
  margin-bottom: 14px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--gray);
  position: relative;
}
.privacy-content h2::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 48px;
  height: 2px;
  background: var(--primary);
}
.privacy-content h3 {
  font-family: "Lato", sans-serif;
  font-size: clamp(15px, 1.8vw, 18px);
  font-weight: 800;
  color: var(--text);
  margin-top: 32px;
  margin-bottom: 10px;
}
.privacy-content p {
  font-size: 15px;
  color: var(--text-muted);
  line-height: 1.8;
  margin-bottom: 14px;
}
.privacy-content ul {
  list-style: none;
  padding: 0;
  margin: 14px 0 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.privacy-content ul li {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  font-size: 14.5px;
  color: var(--text-muted);
  line-height: 1.7;
  padding: 12px 16px;
  background: var(--light);
  border-radius: 10px;
  border-left: 3px solid var(--primary);
}
.privacy-content ul li::before {
  content: "⇒";
  color: var(--primary);
  font-weight: 700;
  font-size: 14px;
  flex-shrink: 0;
  margin-top: 1px;
}

/* GDPR / CCPA rights blocks */
.privacy-rights-block {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 16px 0 20px;
}
.privacy-right-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 14px 16px;
  background: #f7fbf7;
  border-radius: 12px;
  border: 1px solid #d4ebd4;
  transition: transform .25s, box-shadow .25s;
}
.privacy-right-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(46,125,50,.1);
}
.privacy-right-icon {
  width: 32px;
  height: 32px;
  background: var(--primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #fff;
  font-size: 14px;
}
.privacy-right-text strong {
  display: block;
  font-size: 13.5px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 3px;
}
.privacy-right-text p {
  font-size: 13.5px;
  color: var(--text-muted);
  line-height: 1.65;
  margin: 0;
}

/* ── TABLE OF CONTENTS SIDEBAR ── */
.privacy-toc {
  position: sticky;
  top: 110px;
  background: var(--light);
  border-radius: 18px;
  padding: 24px 22px;
  border: 1.5px solid var(--gray);
}
.privacy-toc-title {
  font-family: "Lato", sans-serif;
  font-size: 13px;
  font-weight: 900;
  color: var(--text);
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--gray);
}
.privacy-toc ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.privacy-toc ul li a {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: var(--text-muted);
  padding: 7px 10px;
  border-radius: 8px;
  transition: background .2s, color .2s;
  line-height: 1.4;
}
.privacy-toc ul li a::before {
  content: "→";
  color: var(--primary);
  font-size: 11px;
  flex-shrink: 0;
}
.privacy-toc ul li a:hover {
  background: #fff;
  color: var(--primary);
}
.privacy-toc-contact {
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1.5px solid var(--gray);
}
.privacy-toc-contact p {
  font-size: 12.5px;
  color: var(--text-muted);
  line-height: 1.6;
  margin-bottom: 10px;
}
.privacy-toc-contact a.btn-g {
  font-size: 13px;
  padding: 9px 16px;
  width: 100%;
  justify-content: center;
}

/* ── CTA BANNER ── */
.privacy-cta {
  padding: 56px 20px;
  background: #f0f7f0;
}
.privacy-cta-inner {
  max-width: 860px;
  margin: 0 auto;
  background: linear-gradient(135deg, var(--primary-dark) 0%, #1c4e20 100%);
  border-radius: 28px;
  padding: 52px 40px;
  text-align: center;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(27,94,32,.28);
}
.privacy-cta-inner::before {
  content: "";
  position: absolute;
  top: -60px;
  right: -60px;
  width: 220px;
  height: 220px;
  background: rgba(255,255,255,.05);
  border-radius: 50%;
}
.privacy-cta-inner::after {
  content: "";
  position: absolute;
  bottom: -80px;
  left: -40px;
  width: 280px;
  height: 280px;
  background: rgba(255,255,255,.04);
  border-radius: 50%;
}
.privacy-cta-inner .ey { color: var(--mint); display: block; margin-bottom: 10px; position: relative; z-index: 1; }
.privacy-cta-inner h2 {
  font-family: "Lato", sans-serif;
  font-size: clamp(22px, 3.2vw, 34px);
  font-weight: 900;
  color: #fff;
  line-height: 1.12;
  margin-bottom: 12px;
  position: relative;
  z-index: 1;
}
.privacy-cta-inner p {
  font-size: 15px;
  color: rgba(255,255,255,.8);
  line-height: 1.7;
  max-width: 480px;
  margin: 0 auto 28px;
  position: relative;
  z-index: 1;
}
.privacy-cta-btns {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
.privacy-content img {
    float: right;
    margin-left: 10px;
}

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  .privacy-inner {
    grid-template-columns: 1fr;
  }
  .privacy-content img{
	float:none;
	margin:unset;
}
  .privacy-toc {
    position: static;
    order: -1;
  }
}
@media (max-width: 768px) {
  .privacy-section { padding: 44px 16px 56px; }
  .privacy-cta-inner { padding: 36px 22px; }
  .privacy-cta { padding: 36px 16px; }
}
@media (max-width: 480px) {
  .privacy-cta-btns { flex-direction: column; align-items: center; }
  .privacy-cta-btns a { width: 100%; max-width: 300px; text-align: center; justify-content: center; }
}


/* ── CONTACT HERO INFO PANELS ── */
.contact-info-strip {
  padding: 60px 20px 0;
  background: #fff;
}
.contact-info-strip-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.ci-card {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  background: #f4f8f4;
  border: 1.5px solid #e2eae2;
  border-radius: 18px;
  padding: 22px 20px;
  transition: transform .25s, box-shadow .25s, border-color .25s;
}
.ci-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 36px rgba(46,125,50,.12);
  border-color: #2e7d32;
}
.ci-icon {
  width: 48px;
  height: 48px;
  background: #2e7d32;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.ci-icon svg { fill: #fff; }
.ci-body strong {
  display: block;
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #5a6e5b;
  margin-bottom: 4px;
}
.ci-body a,
.ci-body span {
  font-size: 15px;
  font-weight: 700;
  color: #1a2e1b;
  line-height: 1.45;
  display: block;
}
.ci-body a:hover { color: #2e7d32; }
.ci-body .ci-sub {
  font-size: 12.5px;
  font-weight: 400;
  color: #5a6e5b;
  margin-top: 2px;
}

/* ── MAIN CONTACT BODY ── */
.contact-main {
  padding: 52px 20px 76px;
  background: #fff;
}
.contact-main-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 48px;
  align-items: start;
}

/* ── ENQUIRY FORM PANEL ── */
.contact-form-panel {
  background: #fff;
  border: 1.5px solid #e2eae2;
  border-radius: 26px;
  padding: 36px 32px;
  box-shadow: 0 20px 56px rgba(0,0,0,.07);
}
.contact-form-panel .cfh {
  text-align: left;
  margin-bottom: 26px;
}
.contact-form-panel .cfh .ey {
  display: block;
  margin-bottom: 7px;
}
.contact-form-panel .cfh h2 {
  font-family: "Lato", sans-serif;
  font-size: clamp(20px, 2.5vw, 28px);
  font-weight: 900;
  color: #1a2e1b;
  line-height: 1.15;
  margin-bottom: 6px;
}
.contact-form-panel .cfh h2 em {
  font-style: normal;
  color: #2e7d32;
}
.contact-form-panel .cfh p {
  font-size: 14px;
  color: #5a6e5b;
  line-height: 1.65;
}

.cfgrid-full {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 13px;
}
.cfg-full { grid-column: 1 / -1; }
.cfg label {
  font-size: 12px;
  font-weight: 600;
  color: #1a2e1b;
  margin-bottom: 4px;
  display: block;
}
.cfg input,
.cfg select,
.cfg textarea {
  background: #f4f8f4;
  border: 1.5px solid #e2eae2;
  border-radius: 10px;
  padding: 10px 13px;
  font-size: 14px;
  font-family: inherit;
  color: #1a2e1b;
  width: 100%;
  transition: border-color .2s, box-shadow .2s;
}
.cfg input:focus,
.cfg select:focus,
.cfg textarea:focus {
  outline: none;
  border-color: #2e7d32;
  box-shadow: 0 0 0 3px rgba(46,125,50,.08);
}
.cfg textarea { min-height: 90px; resize: vertical; }
.cfsub-btn {
  grid-column: 1 / -1;
  margin-top: 4px;
}
.cfsub-btn button {
  width: 100%;
  background: #2e7d32;
  color: #fff;
  padding: 14px;
  border-radius: 40px;
  font-size: 15px;
  font-weight: 700;
  transition: all .25s;
  cursor: pointer;
  font-family: inherit;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.cfsub-btn button:hover {
  background: #1b5e20;
  box-shadow: 0 8px 22px rgba(46,125,50,.3);
  transform: translateY(-1px);
}
.cfn {
  text-align: center;
  font-size: 11.5px;
  color: #5a6e5b;
  margin-top: 10px;
}

/* ── SIDEBAR ── */
.contact-sidebar {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

/* Hours card */
.contact-hours-card {
  background: #f4f8f4;
  border: 1.5px solid #e2eae2;
  border-radius: 22px;
  padding: 26px 24px;
  transition: border-color .2s;
}
.contact-hours-card:hover { border-color: #a5d6a7; }
.contact-hours-card .chy-title {
  font-family: "Lato", sans-serif;
  font-size: 15px;
  font-weight: 900;
  color: #1a2e1b;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.contact-hours-card .chy-title svg { fill: #2e7d32; flex-shrink: 0; }
.contact-hours-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.contact-hours-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
  border-bottom: 1px solid #e2eae2;
  font-size: 13.5px;
}
.contact-hours-row:last-child { border-bottom: none; }
.contact-hours-row .day { color: #1a2e1b; font-weight: 500; }
.contact-hours-row .hrs {
  color: #2e7d32;
  font-weight: 700;
  font-size: 13px;
}

/* Quick contact card */
.contact-quick-card {
  background: linear-gradient(135deg, #1b5e20 0%, #1c4e20 100%);
  border-radius: 22px;
  padding: 26px 24px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 14px 44px rgba(27,94,32,.22);
}
.contact-quick-card::before {
  content: "";
  position: absolute;
  top: -50px; right: -50px;
  width: 180px; height: 180px;
  background: rgba(255,255,255,.05);
  border-radius: 50%;
}
.contact-quick-card .cqc-title {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 900;
  color: #fff;
  margin-bottom: 4px;
  position: relative;
  z-index: 1;
}
.contact-quick-card .cqc-sub {
  font-size: 13px;
  color: rgba(255,255,255,.72);
  line-height: 1.5;
  margin-bottom: 18px;
  position: relative;
  z-index: 1;
}
.cqc-btns {
  display: flex;
  flex-direction: column;
  gap: 9px;
  position: relative;
  z-index: 1;
}
.cqc-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 12px;
  padding: 11px 16px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  transition: background .2s;
}
.cqc-btn:hover { background: rgba(255,255,255,.22); }
.cqc-btn svg { fill: #e65100; flex-shrink: 0; }
.cqc-btn span { display: flex; flex-direction: column; }
.cqc-btn span small {
  font-size: 11px;
  font-weight: 400;
  color: rgba(255,255,255,.65);
}

/* ── AREAS WE SERVE SECTION ── */
.contact-areas-section {
  padding: 72px 20px;
  background: #f4f8f4;
  position: relative;
  overflow: hidden;
}
.contact-areas-section::before,
.contact-areas-section::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: rgba(46,125,50,.05);
  pointer-events: none;
}
.contact-areas-section::before { width: 500px; height: 500px; top: -200px; right: -100px; }
.contact-areas-section::after  { width: 340px; height: 340px; bottom: -120px; left: -60px; }
.contact-areas-section-inner {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.contact-areas-header {
  text-align: center;
  margin-bottom: 40px;
}
.contact-areas-header .ey { display: block; margin-bottom: 8px; }
.contact-areas-header h2 {
  font-family: "Lato", sans-serif;
  font-size: clamp(22px, 3vw, 34px);
  font-weight: 900;
  color: #1a2e1b;
  line-height: 1.15;
  margin-bottom: 10px;
}
.contact-areas-header h2 em { font-style: normal; color: #2e7d32; }
.contact-areas-header p {
  font-size: 15px;
  color: #5a6e5b;
  line-height: 1.7;
  max-width: 540px;
  margin: 0 auto;
}

/* Suburb tags */
.contact-areas-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin-bottom: 44px;
}
.contact-area-tag {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: #fff;
  border: 1.5px solid #e2eae2;
  border-radius: 40px;
  padding: 6px 14px;
  font-size: 13px;
  font-weight: 500;
  color: #1a2e1b;
  transition: all .2s;
}
.contact-area-tag:hover {
  border-color: #2e7d32;
  color: #2e7d32;
  background: #f0f7f0;
  transform: translateY(-2px);
}
.contact-area-tag::before {
  content: "›";
  color: #2e7d32;
  font-weight: 700;
  font-size: 14px;
}

/* Map embed */
.contact-areas-map {
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 20px 56px rgba(0,0,0,.14);
  border: 2px solid #e2eae2;
}
.contact-areas-map iframe {
  width: 100%;
  height: 420px;
  border: none;
  display: block;
}

/* ── CTA BANNER ── */
.contact-cta {
  padding: 60px 20px;
  background: #fff;
}
.contact-cta-inner {
  max-width: 860px;
  margin: 0 auto;
  background: linear-gradient(135deg, #1b5e20 0%, #1c4e20 100%);
  border-radius: 28px;
  padding: 52px 40px;
  text-align: center;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(27,94,32,.28);
}
.contact-cta-inner::before {
  content: "";
  position: absolute;
  top: -60px; right: -60px;
  width: 220px; height: 220px;
  background: rgba(255,255,255,.05);
  border-radius: 50%;
}
.contact-cta-inner::after {
  content: "";
  position: absolute;
  bottom: -80px; left: -40px;
  width: 280px; height: 280px;
  background: rgba(255,255,255,.04);
  border-radius: 50%;
}
.contact-cta-inner .ey {
  color: #a5d6a7;
  display: block;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}
.contact-cta-inner h2 {
  font-family: "Lato", sans-serif;
  font-size: clamp(22px, 3.2vw, 34px);
  font-weight: 900;
  color: #fff;
  line-height: 1.12;
  margin-bottom: 12px;
  position: relative;
  z-index: 1;
}
.contact-cta-inner p {
  font-size: 15px;
  color: rgba(255,255,255,.8);
  line-height: 1.7;
  max-width: 480px;
  margin: 0 auto 28px;
  position: relative;
  z-index: 1;
}
.contact-cta-btns {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
.cnt-img img {
    width: 100%;
    margin-bottom: 20px;
    height: 300px;
    border-radius: 22px;
}

/* ── RESPONSIVE ── */
@media (max-width: 1100px) {
  .contact-main-inner {
    grid-template-columns: 1fr;
    max-width: 720px;
  }
  .contact-info-strip-inner {
    grid-template-columns: 1fr 1fr;
  }
  .contact-sidebar {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .contact-hours-card,
  .contact-quick-card {
    flex: 1 1 300px;
  }
}
@media (max-width: 768px) {
  .contact-info-strip { padding: 36px 16px 0; }
  .contact-info-strip-inner { grid-template-columns: 1fr; gap: 12px; }
  .contact-main { padding: 36px 16px 52px; }
  .contact-form-panel { padding: 24px 18px; }
  .cfgrid-full { grid-template-columns: 1fr; }
  .cfg-full { grid-column: 1 / -1; }
  .contact-areas-section { padding: 44px 16px; }
  .contact-areas-map iframe { height: 300px; }
  .contact-cta-inner { padding: 36px 22px; }
  .contact-cta { padding: 36px 16px; }
  .contact-sidebar { flex-direction: column; }
  .cnt-img img {
    height: auto;

}
}
@media (max-width: 480px) {
  .contact-cta-btns { flex-direction: column; align-items: center; }
  .contact-cta-btns a { width: 100%; max-width: 300px; text-align: center; justify-content: center; }
}

 
/* ════════════════════════════════════════════════════════════
   BLOG PAGES
   Covers: blog post pages (all 3) and blog listing/index page.
   ════════════════════════════════════════════════════════════ */
 
 
/* ══════════════════════════════════════════
   BLOG POST PAGES — SHARED
   Used across all individual blog post pages
══════════════════════════════════════════ */
 .blog-content img{
     width:100%;
     height:auto;
 }
/* ── POST META BAR ── */
.blog-meta {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 28px;
  flex-wrap: wrap;
  padding-bottom: 20px;
  border-bottom: 1.5px solid var(--gray);
}
.blog-meta-item {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 13px;
  color: var(--text-muted);
}
.blog-meta-item svg { flex-shrink: 0; }
.blog-category-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #e8f5e9;
  color: var(--primary);
  padding: 4px 13px;
  border-radius: 40px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
 
/* ── INTRO HIGHLIGHT BOX ── */
.blog-intro-highlight {
  background: linear-gradient(135deg, #e8f5e9 0%, #f1f8f1 100%);
  border-left: 4px solid var(--primary);
  border-radius: 0 14px 14px 0;
  padding: 20px 24px;
  margin: 28px 0 32px;
  font-size: 15.5px;
  color: var(--text);
  line-height: 1.78;
}
 
/* ── SECTION HEADINGS ── */
.blog-section-heading {
  font-family: "Lato", sans-serif;
  font-size: clamp(18px, 2.2vw, 22px);
  font-weight: 900;
  color: var(--text);
  margin-top: 44px;
  margin-bottom: 14px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--gray);
  position: relative;
}
.blog-section-heading::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 48px;
  height: 2px;
  background: var(--primary);
}
.blog-section-heading-icon {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.blog-section-heading-icon span {
  width: 32px;
  height: 32px;
  background: linear-gradient(135deg, var(--primary), #43a047);
  border-radius: 9px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  flex-shrink: 0;
}
 
 
/* ── AUTHOR CARD ── */
.blog-author-card {
  display: flex;
  align-items: center;
  gap: 18px;
  background: var(--light);
  border: 1.5px solid var(--gray);
  border-radius: 18px;
  padding: 22px 24px;
  margin-top: 36px;
}
.blog-author-avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary), #43a047);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-weight: 900;
  flex-shrink: 0;
}
.blog-author-info strong {
  display: block;
  font-size: 14.5px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 3px;
}
.blog-author-info span {
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.5;
}
 
/* ── SHARE STRIP ── */
.blog-share-strip {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 48px;
  padding-top: 24px;
  border-top: 1.5px solid var(--gray);
  flex-wrap: wrap;
}
.blog-share-label {
  font-size: 13px;
  font-weight: 700;
  color: var(--text);
  text-transform: uppercase;
  letter-spacing: 1px;
}
.blog-share-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--light);
  border: 1.5px solid var(--gray);
  border-radius: 40px;
  padding: 7px 16px;
  font-size: 13px;
  font-weight: 600;
  color: var(--text);
  transition: all .2s;
  cursor: pointer;
  text-decoration: none;
}
.blog-share-btn:hover {
  border-color: var(--primary);
  color: var(--primary);
  background: #e8f5e9;
  transform: translateY(-1px);
}
 
/* ── TOC ACTIVE STATE ── */
.privacy-toc ul li a.active {
  background: #e8f5e9;
  color: var(--primary);
}
 
 
/* ══════════════════════════════════════════
   BLOG POST 2 — TREND CARDS
   Used on the waste removal trends post
══════════════════════════════════════════ */
 
.blog-trend-card {
  background: #f7fbf7;
  border: 1px solid #d4ebd4;
  border-radius: 14px;
  padding: 20px 22px;
  margin: 12px 0 28px;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  transition: transform .25s, box-shadow .25s;
}
.blog-trend-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(46,125,50,.1);
}
.blog-trend-icon {
  width: 44px;
  height: 44px;
  background: linear-gradient(135deg, var(--primary), #43a047);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
}
.blog-trend-text strong {
  display: block;
  font-size: 14.5px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 4px;
}
.blog-trend-text p {
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.65;
  margin: 0;
}
 
 
/* ══════════════════════════════════════════
   BLOG POST 3 — NUMBERED SIGN BLOCKS
   Used on the 7 signs post
══════════════════════════════════════════ */
 
.blog-sign-block {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  background: #f7fbf7;
  border: 1px solid #d4ebd4;
  border-radius: 18px;
  padding: 24px;
  margin-top: 32px;
  margin-bottom: 4px;
  transition: transform .25s, box-shadow .25s;
  position: relative;
  overflow: hidden;
}
.blog-sign-block::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(to bottom, var(--primary), #43a047);
  border-radius: 4px 0 0 4px;
}
.blog-sign-block:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(46,125,50,.12);
}
.blog-sign-num {
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, var(--primary), #43a047);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-size: 20px;
  color: #fff;
  flex-shrink: 0;
  box-shadow: 0 4px 14px rgba(46,125,50,.28);
}
.blog-sign-content h2 {
  font-family: "Lato", sans-serif;
  font-size: clamp(16px, 2vw, 20px);
  font-weight: 900;
  color: var(--text);
  margin-bottom: 10px;
  margin-top: 0;
  border: none;
  padding: 0;
}
.blog-sign-content h2::after { display: none; }
.blog-sign-content p {
  font-size: 15px;
  color: var(--text-muted);
  line-height: 1.75;
  margin: 0;
}
 
/* ── CONCLUSION BLOCK ── */
.blog-conclusion {
  background: linear-gradient(135deg, #e8f5e9, #f1f8f1);
  border-radius: 18px;
  padding: 28px;
  margin-top: 36px;
  border: 1px solid #c8e6c9;
}
.blog-conclusion h3 {
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-weight: 900;
  color: var(--primary);
  margin-bottom: 12px;
}
.blog-conclusion p {
  font-size: 15px;
  color: var(--text);
  line-height: 1.78;
  margin-bottom: 12px;
}
.blog-conclusion p:last-child { margin-bottom: 0; }
 
/* ── TOC NUMBER BADGE ── */
.toc-sign-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  background: var(--primary);
  color: #fff;
  border-radius: 50%;
  font-size: 10px;
  font-weight: 700;
  flex-shrink: 0;
  font-family: "Lato", sans-serif;
}
 
 
/* ══════════════════════════════════════════
   BLOG LISTING / INDEX PAGE
   Used on /blog/index.html
══════════════════════════════════════════ */
 
/* ── LISTING SECTION ── */
.blog-listing {
  padding: 76px 20px 88px;
  background: #fff;
}
.blog-listing-inner {
  max-width: 1280px;
  margin: 0 auto;
}
 
/* ── SECTION HEADER ── */
.blog-listing-header {
  text-align: center;
  margin-bottom: 56px;
}
.blog-listing-header .ey { display: block; margin-bottom: 8px; }
.blog-listing-header .st { margin-bottom: 10px; }
.blog-listing-header .ss { margin: 0 auto 22px; }
.blog-post-count {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: var(--light);
  border: 1.5px solid var(--gray);
  border-radius: 40px;
  padding: 6px 16px;
  font-size: 12.5px;
  font-weight: 600;
  color: var(--text-muted);
}
.blog-post-count span {
  width: 20px;
  height: 20px;
  background: var(--primary);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10.5px;
  font-weight: 800;
  font-family: "Lato", sans-serif;
}
 
/* ── CATEGORY FILTER PILLS ── */
.blog-categories {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  flex-wrap: wrap;
  margin-bottom: 48px;
}
.blog-cat-pill {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 8px 18px;
  border-radius: 40px;
  font-size: 13px;
  font-weight: 600;
  border: 1.5px solid var(--gray);
  color: var(--text-muted);
  background: #fff;
  cursor: pointer;
  transition: all .2s;
  text-decoration: none;
}
.blog-cat-pill:hover {
  border-color: var(--primary);
  color: var(--primary);
  background: #e8f5e9;
  transform: translateY(-1px);
}
.blog-cat-pill.active {
  background: var(--primary);
  border-color: var(--primary);
  color: #fff;
  box-shadow: 0 4px 14px rgba(46,125,50,.28);
}
 
/* ── FEATURED POST CARD ── */
.blog-featured {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  border: 1.5px solid var(--gray);
  border-radius: 26px;
  overflow: hidden;
  box-shadow: 0 6px 28px rgba(0,0,0,.07);
  margin-bottom: 36px;
  background: #fff;
  transition: transform .3s ease, box-shadow .3s ease;
  text-decoration: none;
}
.blog-featured:hover {
  transform: translateY(-5px);
  box-shadow: 0 24px 60px rgba(0,0,0,.12);
  border-color: var(--mint);
}
.blog-featured-img {
  position: relative;
  overflow: hidden;
  min-height: 400px;
}
.blog-featured-img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform .6s ease;
}
.blog-featured:hover .blog-featured-img img { transform: scale(1.05); }
.blog-featured-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(27,94,32,.6) 0%, transparent 50%);
  pointer-events: none;
}
.blog-featured-badge {
  position: absolute;
  top: 18px;
  left: 18px;
  background: var(--gold);
  color: var(--dark);
  padding: 5px 14px;
  border-radius: 40px;
  font-size: 11.5px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .5px;
  display: flex;
  align-items: center;
  gap: 5px;
  box-shadow: 0 3px 10px rgba(0,0,0,.2);
}
.blog-featured-cat {
  position: absolute;
  bottom: 18px;
  left: 18px;
  background: rgba(255,255,255,.95);
  color: var(--primary);
  padding: 4px 12px;
  border-radius: 40px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .5px;
}
.blog-featured-content {
  padding: 44px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.blog-featured-meta {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 18px;
  flex-wrap: wrap;
}
.blog-featured-meta-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12.5px;
  color: var(--text-muted);
}
.blog-featured-meta-item svg { flex-shrink: 0; fill: var(--primary); }
.blog-featured-title {
  font-family: "Lato", sans-serif;
  font-size: clamp(20px, 2.2vw, 28px);
  font-weight: 900;
  color: var(--text);
  line-height: 1.18;
  margin-bottom: 16px;
  transition: color .2s;
}
.blog-featured:hover .blog-featured-title { color: var(--primary); }
.blog-featured-excerpt {
  font-size: 15px;
  color: var(--text-muted);
  line-height: 1.75;
  margin-bottom: 28px;
}
.blog-featured-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 14px;
  padding-top: 22px;
  border-top: 1.5px solid var(--gray);
}
.blog-featured-author {
  display: flex;
  align-items: center;
  gap: 10px;
}
.blog-featured-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary), #43a047);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 13px;
  font-weight: 900;
  flex-shrink: 0;
}
.blog-featured-author-name strong {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: var(--text);
  line-height: 1.3;
}
.blog-featured-author-name span {
  font-size: 11.5px;
  color: var(--text-muted);
}
.blog-read-btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: var(--primary);
  color: #fff;
  padding: 10px 20px;
  border-radius: 40px;
  font-size: 13.5px;
  font-weight: 700;
  transition: all .25s;
  white-space: nowrap;
  flex-shrink: 0;
}
.blog-read-btn:hover {
  background: var(--primary-dark);
  transform: translateX(3px);
}
.blog-read-btn svg { transition: transform .2s; }
.blog-read-btn:hover svg { transform: translateX(3px); }
 
/* ── BLOG GRID ── */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}
 
/* ── BLOG CARD ── */
.blog-card {
  background: #fff;
  border: 1.5px solid var(--gray);
  border-radius: 22px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
  text-decoration: none;
}
.blog-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-lg);
  border-color: var(--mint);
}
.blog-card-img {
  position: relative;
  overflow: hidden;
  height: 230px;
}
.blog-card-img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform .55s ease;
}
.blog-card:hover .blog-card-img img { transform: scale(1.06); }
.blog-card-img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(27,94,32,.45) 0%, transparent 55%);
  pointer-events: none;
}
.blog-card-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  background: var(--primary);
  color: #fff;
  padding: 4px 12px;
  border-radius: 40px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .5px;
}
.blog-card-num {
  position: absolute;
  bottom: 14px;
  right: 14px;
  width: 34px;
  height: 34px;
  background: rgba(255,255,255,.9);
  backdrop-filter: blur(6px);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-size: 14px;
  color: var(--primary);
}
.blog-card-content {
  padding: 26px 26px 30px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.blog-card-meta {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 13px;
  flex-wrap: wrap;
}
.blog-card-meta-item {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  color: var(--text-muted);
}
.blog-card-meta-item svg { fill: var(--primary); flex-shrink: 0; }
.blog-card-title {
  font-family: "Lato", sans-serif;
  font-size: clamp(17px, 1.8vw, 21px);
  font-weight: 900;
  color: var(--text);
  line-height: 1.22;
  margin-bottom: 11px;
  transition: color .2s;
}
.blog-card:hover .blog-card-title { color: var(--primary); }
.blog-card-excerpt {
  font-size: 13.5px;
  color: var(--text-muted);
  line-height: 1.7;
  margin-bottom: 20px;
  flex: 1;
}
.blog-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 16px;
  border-top: 1px solid var(--gray);
  gap: 10px;
  flex-wrap: wrap;
}
.blog-card-author {
  display: flex;
  align-items: center;
  gap: 8px;
}
.blog-card-avatar {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary), #43a047);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 11px;
  font-weight: 900;
  flex-shrink: 0;
}
.blog-card-author-name {
  font-size: 12px;
  font-weight: 600;
  color: var(--text-muted);
}
.blog-card-read-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 13px;
  font-weight: 700;
  color: var(--primary);
  transition: gap .2s;
}
.blog-card:hover .blog-card-read-link { gap: 8px; }
 
/* ── CONTACT STRIP ── */
.blog-newsletter {
  margin-top: 60px;
  background: linear-gradient(135deg, var(--light) 0%, #e8f5e9 100%);
  border: 1.5px solid #c8e6c9;
  border-radius: 26px;
  padding: 44px 48px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 36px;
  align-items: center;
}
.blog-newsletter-text .ey { display: block; margin-bottom: 6px; }
.blog-newsletter-text h2 {
  font-family: "Lato", sans-serif;
  font-size: clamp(20px, 2.4vw, 28px);
  font-weight: 900;
  color: var(--text);
  line-height: 1.18;
  margin-bottom: 8px;
}
.blog-newsletter-text p {
  font-size: 14.5px;
  color: var(--text-muted);
  line-height: 1.68;
  max-width: 440px;
}
.blog-newsletter-action {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
  flex-shrink: 0;
}
.blog-newsletter-btns {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
 
 
/* ════════════════════════════════════════════════════════════
   RESPONSIVE — BLOG PAGES
   ════════════════════════════════════════════════════════════ */
 
/* ≤1100px */
@media (max-width: 1100px) {
  .blog-featured {
    grid-template-columns: 1fr;
  }
  .blog-featured-img {
    min-height: 300px;
  }
  .blog-featured-img img { position: static; width: 100%; height: 300px; }
  .blog-featured-overlay { bottom: 0; top: auto; height: 120px; }
  .blog-featured-content { padding: 32px 28px 36px; }
  .blog-newsletter { grid-template-columns: 1fr; gap: 24px; padding: 32px 28px; }
  .blog-newsletter-action { align-items: flex-start; }
}
 
/* ≤900px — 2 columns */
@media (max-width: 900px) {
  .blog-grid { grid-template-columns: repeat(2, 1fr); max-width: none; margin: 0; }
}
 
/* ≤600px — 1 column */
@media (max-width: 600px) {
  .blog-grid { grid-template-columns: 1fr; }
}
 
/* ≤768px */
@media (max-width: 768px) {
  /* Post pages */
  .blog-meta { gap: 12px; }
  .blog-author-card { flex-direction: column; text-align: center; }
  .blog-cta-inline { padding: 24px 18px; }
  .blog-share-strip { justify-content: center; }
  .blog-trend-card { flex-direction: column; gap: 12px; }
  .blog-sign-block { flex-direction: column; gap: 14px; padding: 20px 18px; }
  .blog-conclusion { padding: 22px 18px; }
  /* Listing page */
  .blog-listing { padding: 44px 16px 60px; }
  .blog-listing-header { margin-bottom: 36px; }
  .blog-categories { gap: 7px; margin-bottom: 32px; }
  .blog-cat-pill { font-size: 12px; padding: 7px 14px; }
  .blog-featured-content { padding: 26px 22px 28px; }
  .blog-featured-title { font-size: clamp(18px, 4vw, 22px); }
  .blog-featured-excerpt { font-size: 14px; }
  .blog-card-content { padding: 20px 20px 24px; }
  .blog-newsletter { padding: 28px 22px; }
}
 
/* ≤480px */
@media (max-width: 480px) {
  .blog-featured-footer { flex-direction: column; align-items: flex-start; }
  .blog-read-btn { width: 100%; justify-content: center; }
  .blog-newsletter-btns { flex-direction: column; width: 100%; }
  .blog-newsletter-btns a { width: 100%; justify-content: center; text-align: center; }
  .blog-card-footer { flex-direction: column; align-items: flex-start; }
  .blog-card-read-link { align-self: stretch; justify-content: space-between; }
}
 