/*!
 * Righthere.fi landing page — aligned with hyperlocal listings aesthetic
 */

body.landing-page {
  color: #202124;
  background: #ffffff;
  scroll-behavior: smooth;
}

body.landing-page section[id] {
  scroll-margin-top: 80px;
}

body.landing-page .navbar-default {
  background-color: rgba(255, 255, 255, 0.92);
  border-color: rgba(32, 33, 36, 0.08);
  backdrop-filter: blur(12px);
  box-shadow: 0 1px 0 rgba(32, 33, 36, 0.06);
}

body.landing-page .navbar-default .navbar-header .navbar-brand,
body.landing-page .navbar-default .nav > li > a {
  color: #3c4043;
}

body.landing-page .navbar-default .navbar-header .navbar-brand:hover,
body.landing-page .navbar-default .navbar-header .navbar-brand:focus,
body.landing-page .navbar-default .nav > li > a:hover,
body.landing-page .navbar-default .nav > li > a:focus {
  color: #1abc9c;
}

/* Dark menu button + logo on light navbar (overrides new-age.css #cdcdcd toggle) */
body.landing-page .navbar-default .navbar-header .navbar-toggle {
  color: #3c4043;
  border-color: rgba(32, 33, 36, 0.28);
  background-color: transparent;
}

body.landing-page .navbar-default .navbar-header .navbar-toggle:hover,
body.landing-page .navbar-default .navbar-header .navbar-toggle:focus {
  color: #202124;
  background-color: rgba(32, 33, 36, 0.06);
  border-color: rgba(32, 33, 36, 0.4);
}

body.landing-page .navbar-default .navbar-header .navbar-toggle .icon-bar {
  background-color: #3c4043;
}

body.landing-page .navbar-default .navbar-header .navbar-brand img {
  display: block;
  height: 26px;
  width: auto;
  max-width: none;
}

@media (max-width: 767px) {
  body.landing-page .navbar-default .navbar-collapse {
    background-color: rgba(255, 255, 255, 0.98);
    border-top: 1px solid rgba(32, 33, 36, 0.08);
    margin-top: 8px;
    padding-top: 4px;
    box-shadow: 0 8px 24px rgba(32, 33, 36, 0.08);
  }

  body.landing-page .navbar-default .navbar-collapse .nav > li > a {
    color: #3c4043;
  }
}

@media (min-width: 768px) {
  body.landing-page .navbar-default {
    background-color: rgba(255, 255, 255, 0.92);
  }

  body.landing-page .navbar-default .navbar-header .navbar-brand,
  body.landing-page .navbar-default .nav > li > a,
  body.landing-page .navbar-default .nav > li > a:focus {
    color: #3c4043;
  }

  body.landing-page .navbar-default.affix {
    background-color: rgba(255, 255, 255, 0.98);
  }
}

body.landing-page header.landing-hero {
  min-height: auto;
  padding: 88px 0 48px;
  color: #202124;
  background: linear-gradient(165deg, #f4fbf9 0%, #ffffff 42%, #eefaf7 100%);
  overflow: visible;
}

body.landing-page header.landing-hero .header-content {
  padding: 24px 0 32px;
  height: auto;
  text-align: center;
}

body.landing-page header.landing-hero .header-content .header-content-inner {
  position: static;
  transform: none;
  max-width: 560px;
  margin: 0 auto;
}

body.landing-page header.landing-hero h1 {
  margin-bottom: 16px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #202124;
}

body.landing-page header.landing-hero .hero-lead {
  margin-bottom: 28px;
  font-size: 18px;
  line-height: 1.55;
  color: #5f6368;
}

body.landing-page header.landing-hero .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

body.landing-page header.landing-hero .btn-hero-primary {
  color: #ffffff;
  background: #1abc9c;
  border-color: #1abc9c;
  box-shadow: 0 4px 14px rgba(26, 188, 156, 0.28);
}

body.landing-page header.landing-hero .btn-hero-primary:hover,
body.landing-page header.landing-hero .btn-hero-primary:focus {
  color: #ffffff;
  background: #17a589;
  border-color: #17a589;
}

body.landing-page header.landing-hero .btn-hero-secondary {
  color: #1abc9c;
  background: transparent;
  border: 1px solid rgba(26, 188, 156, 0.45);
}

body.landing-page header.landing-hero .btn-hero-secondary:hover,
body.landing-page header.landing-hero .btn-hero-secondary:focus {
  color: #17a589;
  background: rgba(26, 188, 156, 0.08);
  border-color: #17a589;
}

body.landing-page .device-container {
  width: 100%;
}

body.landing-page .device-container .device .screen {
  overflow: hidden;
  border-radius: 22px;
}

body.landing-page .device-container .device .screen img {
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
}

body.landing-page header.landing-hero .hero-visual {
  max-width: 280px;
  margin: 0 auto;
}

body.landing-page header.landing-hero .hero-visual .device-container {
  margin: 0 auto;
}

@media (min-width: 768px) {
  body.landing-page header.landing-hero {
    padding: 100px 0 72px;
  }

  body.landing-page header.landing-hero .header-content {
    text-align: left;
    padding: 0;
  }

  body.landing-page header.landing-hero .header-content .header-content-inner {
    margin: 0;
    max-width: none;
  }

  body.landing-page header.landing-hero h1 {
    font-size: 42px;
  }

  body.landing-page header.landing-hero .hero-actions {
    justify-content: flex-start;
  }

  body.landing-page header.landing-hero .hero-visual {
    max-width: 260px;
    margin: 0 auto 0 0;
  }
}

@media (min-width: 992px) {
  body.landing-page header.landing-hero .hero-visual {
    max-width: 280px;
  }
}

body.landing-page section.landing-section {
  padding: 72px 0;
}

body.landing-page section.landing-section.alt-bg {
  background: #f8f9fa;
}

body.landing-page .section-heading h2 {
  margin-top: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #202124;
}

body.landing-page .section-heading .section-lead {
  max-width: 640px;
  margin: 12px auto 0;
  font-size: 17px;
  color: #5f6368;
}

body.landing-page .showcase-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  margin-top: 48px;
}

body.landing-page .showcase-row.reverse {
  flex-direction: row-reverse;
}

body.landing-page .showcase-shot {
  flex: 1 1 260px;
  max-width: 280px;
  margin: 0 auto;
}

body.landing-page .showcase-shot .device-container {
  max-width: 280px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  body.landing-page .showcase-shot {
    max-width: 260px;
  }

  body.landing-page .showcase-shot .device-container {
    max-width: 260px;
  }
}

@media (min-width: 992px) {
  body.landing-page .showcase-shot {
    max-width: 280px;
  }

  body.landing-page .showcase-shot .device-container {
    max-width: 280px;
  }
}

body.landing-page .showcase-copy {
  flex: 1 1 300px;
}

body.landing-page .feature-list {
  list-style: none;
  padding: 0;
  margin: 24px 0 0;
}

body.landing-page .feature-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 14px;
  font-size: 17px;
  line-height: 1.5;
  color: #5f6368;
}

body.landing-page .feature-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #1abc9c;
}

body.landing-page section.hyperlocal-teaser {
  background: linear-gradient(135deg, #1abc9c 0%, #16a085 100%);
  color: #ffffff;
}

body.landing-page section.hyperlocal-teaser .hyperlocal-teaser-heading {
  text-align: center;
}

body.landing-page section.hyperlocal-teaser .hyperlocal-teaser-heading h2 {
  margin-top: 0;
  color: #ffffff;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

body.landing-page section.hyperlocal-teaser .hyperlocal-teaser-heading .section-lead {
  max-width: 560px;
  margin: 12px auto 0;
  font-size: 17px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.95);
}

body.landing-page section.hyperlocal-teaser .showcase-row {
  align-items: center;
  gap: 48px;
  margin-top: 44px;
}

body.landing-page section.hyperlocal-teaser .showcase-copy {
  flex: 1 1 320px;
  max-width: 540px;
  text-align: left;
}

body.landing-page section.hyperlocal-teaser .feature-list {
  margin-top: 0;
  text-align: left;
}

body.landing-page section.hyperlocal-teaser .feature-list li {
  padding-left: 32px;
  color: #ffffff;
}

body.landing-page section.hyperlocal-teaser .feature-list li::before {
  top: 0.5em;
  width: 11px;
  height: 11px;
  background: #ffffff;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.35);
}

body.landing-page section.hyperlocal-teaser .showcase-shot-link {
  display: block;
  color: inherit;
  text-decoration: none;
  border-radius: 28px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

body.landing-page section.hyperlocal-teaser .showcase-shot-link:hover,
body.landing-page section.hyperlocal-teaser .showcase-shot-link:focus {
  color: inherit;
  text-decoration: none;
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.18);
}

body.landing-page section.hyperlocal-teaser .hyperlocal-teaser-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 32px;
}

body.landing-page section.hyperlocal-teaser .btn-outline {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.85);
  margin-top: 0;
}

body.landing-page section.hyperlocal-teaser .btn-outline:hover,
body.landing-page section.hyperlocal-teaser .btn-outline:focus {
  color: #1abc9c;
  background: #ffffff;
  border-color: #ffffff;
}

body.landing-page section.hyperlocal-teaser .hyperlocal-teaser-demo-btn {
  background: rgba(255, 255, 255, 0.12);
}

body.landing-page section.hyperlocal-teaser .hyperlocal-teaser-demo-btn:hover,
body.landing-page section.hyperlocal-teaser .hyperlocal-teaser-demo-btn:focus {
  background: #ffffff;
}

body.landing-page section.hyperlocal-teaser .showcase-shot {
  flex: 0 1 220px;
  max-width: 220px;
}

body.landing-page section.hyperlocal-teaser .showcase-shot .device-container {
  max-width: 220px;
}

@media (min-width: 768px) {
  body.landing-page section.hyperlocal-teaser .showcase-row {
    flex-wrap: nowrap;
  }

  body.landing-page section.hyperlocal-teaser .showcase-copy {
    flex: 1 1 380px;
  }

  body.landing-page section.hyperlocal-teaser .hyperlocal-teaser-actions {
    justify-content: flex-start;
  }

  body.landing-page section.hyperlocal-teaser .showcase-shot {
    flex: 0 0 240px;
    max-width: 240px;
    margin-left: auto;
    margin-right: 0;
  }

  body.landing-page section.hyperlocal-teaser .showcase-shot .device-container {
    max-width: 240px;
    margin-left: auto;
    margin-right: 0;
  }
}

@media (min-width: 992px) {
  body.landing-page section.hyperlocal-teaser .showcase-shot {
    flex: 0 0 260px;
    max-width: 260px;
  }

  body.landing-page section.hyperlocal-teaser .showcase-shot .device-container {
    max-width: 260px;
  }
}

body.landing-page section#pricing.landing-section {
  padding-bottom: 56px;
}

body.landing-page .pricing-card {
  max-width: 420px;
  margin: 40px auto 0;
  padding: 32px 28px;
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid rgba(32, 33, 36, 0.08);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.06);
  text-align: center;
}

body.landing-page .pricing-card .price {
  margin: 8px 0 4px;
  font-size: 48px;
  font-weight: 700;
  color: #1abc9c;
  line-height: 1;
}

body.landing-page .pricing-card .price-note {
  font-size: 15px;
  color: #5f6368;
}

body.landing-page section.download {
  padding: 88px 0;
}

body.landing-page section.download h2 {
  font-size: 40px;
}

body.landing-page section.contact h2 {
  font-size: 36px;
}

body.landing-page footer {
  background: #202124;
}

body.landing-page hr {
  border-color: rgba(32, 33, 36, 0.12);
}

body.landing-page .navbar-nav .nav-lang-item {
  display: flex;
  align-items: center;
}

body.landing-page .navbar-nav .nav-lang-item .lang-toggle--nav {
  margin: 0 0 0 12px;
}

body.landing-page .lang-toggle {
  display: inline-flex;
  flex-shrink: 0;
  overflow: hidden;
  border: 1px solid rgba(32, 33, 36, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
}

body.landing-page .lang-toggle__btn {
  min-width: 38px;
  height: 38px;
  padding: 0 10px;
  border: 0;
  background: transparent;
  color: #5f6368;
  font-family: 'Lato', 'Helvetica', 'Arial', sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}

body.landing-page .lang-toggle__btn.is-active {
  background: #1abc9c;
  color: #ffffff;
}

body.landing-page .lang-toggle__btn:hover,
body.landing-page .lang-toggle__btn:focus {
  outline: none;
}

body.landing-page .lang-toggle__btn:not(.is-active):hover,
body.landing-page .lang-toggle__btn:not(.is-active):focus {
  background: rgba(26, 188, 156, 0.08);
  color: #202124;
}

body.landing-page .pricing-card .pricing-detail {
  margin-top: 16px;
  font-size: 15px;
}

@media (min-width: 768px) {
  body.landing-page .navbar-default > .container {
    display: flex;
    align-items: center;
  }

  body.landing-page .navbar-default .navbar-header {
    float: none;
    display: flex;
    align-items: center;
  }

  body.landing-page .navbar-default .navbar-collapse {
    float: none;
    display: flex !important;
    flex: 1 1 auto;
    justify-content: flex-end;
    align-items: center;
  }

  body.landing-page .navbar-default .navbar-nav {
    display: flex;
    align-items: center;
    float: none;
  }

  body.landing-page .navbar-default .navbar-nav > li {
    float: none;
    display: flex;
    align-items: center;
  }

  body.landing-page .navbar-default .nav > li > a {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 1;
  }

  body.landing-page .navbar-nav .nav-lang-item .lang-toggle--nav {
    margin: 0 0 0 16px;
  }
}
