@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;800&display=swap");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons+Outlined");

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
:root {
  --surface: rgba(249, 250, 239, 1.000);
  --on-surface: rgba(26, 28, 22, 1.000);
  --brand: #6cb229;
  --brand-dark: #5f8e22;
}

body {
  font-family: "Roboto", "Roboto", "Segoe UI", Arial, sans-serif;
  color: var(--on-surface);
  background: #f4f4f4;
  line-height: 1.4;
  font-size: 14px;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--brand-dark); text-decoration: none; }

.container { max-width: 1280px; margin: 0 auto; padding: 0 0; }
main { display: block; padding: 0; min-height: 0; }
section { width: 100%; padding: 0; }
.seo-scaffold { min-height: 100vh; background: #f4f4f4; }
.hero-only-section { padding: 0; }

.sniff-hero {
  position: relative;
  width: 100%;
}

.sniff-hero-bg {
  position: relative;
  width: 100%;
  min-height: 680px;
  overflow: hidden;
}

.sniff-hero-bg > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sniff-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.02);
}

.sniff-nav {
  position: absolute;
  left: 34px;
  right: 34px;
  top: 18px;
  z-index: 3;
  background: #fff;
  border: 1.2px solid #8bc34a;
  border-radius: 32px;
  min-height: 70px;
  padding: 12px 20px;
  display: flex;
  align-items: center;
}

.sniff-brand {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1;
}

.sniff-brand strong {
  font-size: 35px;
  font-weight: 700;
  color: #6cb229;
}

.sniff-brand-icon {
  color: #6cb229;
  font-size: 20px;
}

.sniff-nav-links {
  display: flex;
  align-items: center;
  gap: 26px;
}

.sniff-nav-links a {
  color: #1f1f1f;
  font-size: 16px;
}

.sniff-nav-cta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: 20px;
}

.btn-outline,
.btn-solid {
  min-width: 112px;
  height: 44px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
}

.btn-outline {
  color: #6cb229;
  border: 1px solid #8bc34a;
  background: #fff;
}

.btn-solid {
  color: #fff;
  background: #6cb229;
}

.sniff-hero-card {
  position: absolute;
  left: 34px;
  top: 290px;
  width: 620px;
  z-index: 3;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  padding: 28px;
}

.sniff-hero-card h2 {
  font-size: 56px;
  font-weight: 800;
  line-height: 1.07;
  letter-spacing: -0.6px;
  color: #111;
  margin-bottom: 14px;
}

.sniff-hero-card p {
  font-size: 17px;
  color: #222;
  margin-bottom: 0;
}

.sniff-search {
  margin-top: 20px;
  height: 54px;
  background: #f4f4f4;
  border: 1px solid #d8d8d8;
  border-radius: 30px;
  display: flex;
  align-items: center;
  padding-left: 16px;
  padding-right: 6px;
}

.sniff-search span {
  flex: 1;
  color: #7a7a7a;
  font-size: 17px;
}

.sniff-search button {
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  background: #6cb229;
  color: #fff;
  font-size: 22px;
  cursor: pointer;
}

.sniff-host {
  margin-top: 12px;
  font-size: 16px;
}

.sniff-host a {
  color: #6cb229;
  text-decoration: underline;
}

.hosting-benefits-section {
  padding: 30px 0 40px;
}

.hosting-benefits-section .container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 8px;
}

.sniff-hosting h2 {
  text-align: center;
  font-size: 52px;
  line-height: 1.12;
  font-weight: 700;
  letter-spacing: -0.3px;
  color: #0d0d0d;
}

.sniff-hosting-grid {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
}

.sniff-hosting-card {
  min-height: 156px;
  padding: 14px 16px;
  background: #f0f0f0;
  border: 1px solid #e6e6e6;
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.sniff-hosting-icon {
  font-size: 46px;
  line-height: 1;
  color: #6cb229;
}

.sniff-hosting-card p {
  margin-top: 10px;
  text-align: center;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 500;
  color: #1f1f1f;
}

.sniff-hosting-cta {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}

.pill-btn.sniff-hosting-btn {
  min-width: 292px;
  height: 58px;
  padding: 0 28px;
  border: none;
  border-radius: 999px;
  background: #79bf2d;
  color: #fff;
  font-size: 19px;
  font-weight: 700;
  cursor: pointer;
}

.latest-added-spaces-section {
  padding: 0 0 34px;
}

.latest-added-spaces-section .container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}

.sniff-latest h2 {
  text-align: center;
  font-size: 32px;
  line-height: 1.1;
  font-weight: 700;
  color: #121212;
}

.sniff-latest-grid {
  margin-top: 26px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.sniff-space-card {
  background: #f2f2f2;
  border: 1px solid #e1e1e1;
  border-radius: 22px;
  overflow: hidden;
}

.sniff-space-image {
  position: relative;
  width: 100%;
  height: 160px;
}

.sniff-space-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sniff-space-fav {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #fff;
  color: #8bc34a;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.sniff-space-dot {
  position: absolute;
  left: 10px;
  bottom: 10px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #72bd2d;
}

.sniff-space-content {
  padding: 16px 18px 14px;
}

.sniff-space-content h3 {
  font-size: 22.5px;
  line-height: 1.12;
  font-weight: 700;
  color: #131313;
}

.sniff-space-location {
  margin-top: 10px;
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  color: #6b6b6b;
}

.sniff-space-location .material-icons-outlined {
  font-size: 18px;
  color: #535353;
}

.sniff-space-meta {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.sniff-space-meta p {
  margin: 0;
  font-size: 14px;
  color: #5d5d5d;
  white-space: nowrap;
}

.sniff-space-meta strong {
  font-size: 18px;
  color: #69b628;
}

.sniff-space-rating {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 15px !important;
  color: #2c2c2c !important;
  font-weight: 500;
}

.sniff-space-rating .material-icons-outlined {
  font-size: 18px;
  color: #f3c317;
}

.sniff-latest-cta {
  margin-top: 26px;
  display: flex;
  justify-content: center;
}

.pill-btn.sniff-latest-btn {
  min-width: 114px;
  height: 40px;
  padding: 0 20px;
  border: none;
  border-radius: 999px;
  background: #79bf2d;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
}

.how-sniffspace-works-section {
  padding: 12px 0 30px;
}

.how-sniffspace-works-section .container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}

.sniff-how h2 {
  text-align: center;
  font-size: 32px;
  line-height: 1.1;
  font-weight: 700;
  color: #101010;
}

.sniff-how-grid {
  margin-top: 22px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.sniff-how-panel {
  background: #f1f1f1;
  border: 1px solid #e4e4e4;
  border-radius: 28px;
  padding: 16px 18px 20px;
}

.sniff-how-panel h3 {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  color: #111111;
}

.sniff-how-steps {
  margin-top: 10px;
  list-style: none;
}

.sniff-how-step {
  position: relative;
  min-height: 44px;
  padding-left: 48px;
  padding-right: 28px;
  display: flex;
  align-items: center;
}

.sniff-how-step + .sniff-how-step {
  margin-top: 8px;
}

.sniff-how-num {
  position: absolute;
  left: 0;
  top: 0;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #79bf2d;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.sniff-how-step:not(.is-last) .sniff-how-num::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 34px;
  width: 1.5px;
  height: 18px;
  background: #b6d99a;
}

.sniff-how-label {
  flex: 1;
  font-size: 22px;
  font-weight: 600;
  color: #161616;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sniff-how-arrow {
  font-size: 26px;
  color: #1e1e1e;
}

.sniff-how-cta {
  margin-top: 18px;
  display: flex;
  justify-content: center;
}

.sniff-how-btn {
  height: 44px;
  border-radius: 999px;
  padding: 0 30px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
}

.sniff-how-btn-solid {
  min-width: 146px;
  border: none;
  background: #79bf2d;
  color: #fff;
}

.sniff-how-btn-outline {
  min-width: 164px;
  border: 1.2px solid #79bf2d;
  background: transparent;
  color: #6cb229;
}

.find-spaces-australia-section {
  padding: 12px 0 34px;
}

.find-spaces-australia-section .container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}

.sniff-aus h2 {
  text-align: center;
  font-size: 32px;
  line-height: 1.1;
  font-weight: 700;
  color: #101010;
}

.sniff-aus-grid {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.sniff-aus-card {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sniff-aus-image {
  position: relative;
  width: 100%;
  height: 300px;
  border-radius: 22px;
  overflow: hidden;
}

.sniff-aus-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sniff-aus-count {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #79bf2d;
  color: #fff;
  font-size: 12.5px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.sniff-aus-card h3 {
  margin-top: 12px;
  text-align: center;
  font-size: 20.5px;
  line-height: 1.1;
  font-weight: 700;
  color: #161616;
}

@media (max-width: 1100px) {
  .sniff-hero-bg {
    min-height: 500px;
  }
  .sniff-nav {
    left: 12px;
    right: 12px;
    top: 10px;
  }
  .sniff-nav-links {
    display: none;
  }
  .sniff-nav-cta .btn-outline {
    display: none;
  }
  .sniff-hero-card {
    left: 14px;
    right: 14px;
    width: auto;
    top: 176px;
    padding: 24px;
  }
  .sniff-hero-card h2 {
    font-size: 42px;
  }
  .sniff-hero-card p,
  .sniff-search span,
  .sniff-host {
    font-size: 15px;
  }

  .sniff-hosting h2 {
    font-size: 36px;
  }

  .sniff-hosting-grid {
    margin-top: 20px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .sniff-hosting-card {
    min-height: 140px;
  }

  .sniff-hosting-icon {
    font-size: 38px;
  }

  .sniff-hosting-card p {
    font-size: 15px;
  }

  .sniff-hosting-cta {
    margin-top: 24px;
  }

  .pill-btn.sniff-hosting-btn {
    min-width: 236px;
    height: 50px;
    font-size: 16px;
  }

  .latest-added-spaces-section .container {
    padding: 0 14px;
  }

  .sniff-latest h2 {
    font-size: 23px;
  }

  .sniff-latest-grid {
    margin-top: 18px;
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .sniff-space-image {
    height: 178px;
  }

  .sniff-latest-cta {
    margin-top: 20px;
  }

  .how-sniffspace-works-section .container {
    padding: 0 14px;
  }

  .sniff-how h2 {
    font-size: 25px;
  }

  .sniff-how-grid {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 16px;
  }

  .sniff-how-panel {
    border-radius: 22px;
    padding: 14px;
  }

  .sniff-how-panel h3 {
    font-size: 23px;
  }

  .sniff-how-label {
    font-size: 19px;
  }

  .sniff-how-btn {
    height: 40px;
    font-size: 15px;
  }

  .find-spaces-australia-section .container {
    padding: 0 14px;
  }

  .sniff-aus h2 {
    font-size: 25px;
  }

  .sniff-aus-grid {
    margin-top: 16px;
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .sniff-aus-image {
    height: 240px;
  }

  .sniff-aus-card h3 {
    font-size: 18px;
  }
}
