/*!
 * 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 {
  position: relative;
  max-width: 280px;
  margin: 0 auto;
  /* Clamp the tall portrait phone (1179x2556) so only its upper portion shows
     and it never overflows into the section below. An explicit height (not
     just max-height) is required because the inherited new-age rule
     `header .device-container { max-height: 0 }` collapses the inner container;
     with overflow:hidden that would otherwise clip the phone to nothing.
     The mask fades the clipped bottom edge so the phone appears to "sink" in. */
  height: 340px;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 72%, transparent 100%);
  mask-image: linear-gradient(to bottom, #000 0%, #000 72%, transparent 100%);
}

body.landing-page header.landing-hero .hero-visual .device-container {
  margin: 0 auto;
  /* Undo the inherited new-age `header .device-container { max-height: 0 }`
     so the device renders at its natural height and is clipped by .hero-visual. */
  max-height: none;
}

@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;
    height: 380px;
    margin: 0 auto 0 0;
  }
}

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

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 .faq-section .faq-list {
  max-width: 760px;
  margin: 0 auto;
}

body.landing-page .faq-item {
  margin-bottom: 28px;
}

body.landing-page .faq-item dt {
  font-family: 'Catamaran', 'Helvetica', 'Arial', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #202124;
  margin-bottom: 8px;
}

body.landing-page .faq-item dd {
  font-size: 17px;
  line-height: 1.6;
  color: #5f6368;
  margin: 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;
  }
}

body.landing-page header.demo-page-hero {
  padding-bottom: 32px;
}

body.landing-page header.demo-page-hero .header-content {
  padding-top: 8px;
}

body.landing-page .demo-gallery-section {
  padding-top: 48px;
}

body.landing-page .demo-card-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-top: 40px;
}

@media (min-width: 576px) {
  body.landing-page .demo-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 992px) {
  body.landing-page .demo-card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }
}

/* Front-page examples: keep a 2-column grid so the 4 visible cards render as a
   2x2 (services on the top row, rentals on the bottom row given DOM order).
   The shared 3-column rule above still applies to the demo.html gallery. */
@media (min-width: 992px) {
  body.landing-page .examples-section .demo-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

body.landing-page .demo-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 24px 22px 22px;
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid rgba(32, 33, 36, 0.08);
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

/* Language-conditional cards: override .demo-card's display:flex so the
   [hidden] attribute set by landing-i18n.js actually hides the card. */
body.landing-page .demo-card[hidden] {
  display: none;
}

body.landing-page .demo-card--live:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08);
}

body.landing-page .demo-card--soon {
  background: #fafbfc;
}

body.landing-page .demo-card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

body.landing-page .demo-card__badge {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

body.landing-page .demo-card__badge--service {
  color: #0f766e;
  background: rgba(26, 188, 156, 0.12);
}

body.landing-page .demo-card__badge--rental {
  color: #6d28d9;
  background: rgba(109, 40, 217, 0.1);
}

body.landing-page .demo-card__badge--mixed {
  color: #1d4ed8;
  background: rgba(29, 78, 216, 0.1);
}

body.landing-page .demo-card__status {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

body.landing-page .demo-card__status--live {
  color: #1abc9c;
}

body.landing-page .demo-card__status--soon {
  color: #9aa0a6;
}

body.landing-page .demo-card__title {
  margin: 0 0 10px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.25;
  color: #202124;
}

body.landing-page .demo-card__desc {
  flex: 1 1 auto;
  margin: 0 0 20px;
  font-size: 15px;
  line-height: 1.55;
  color: #5f6368;
}

body.landing-page .demo-card__cta {
  align-self: flex-start;
  margin-top: auto;
  color: #1abc9c;
  border-color: rgba(26, 188, 156, 0.45);
}

body.landing-page .demo-card__cta:hover,
body.landing-page .demo-card__cta:focus {
  color: #ffffff;
  background: #1abc9c;
  border-color: #1abc9c;
}

body.landing-page .demo-card__cta--disabled {
  display: inline-block;
  cursor: default;
  opacity: 0.72;
  color: #9aa0a6;
  border-color: rgba(154, 160, 166, 0.45);
}

body.landing-page .demo-gallery-footer {
  max-width: 560px;
  margin: 48px auto 0;
}

body.landing-page .demo-gallery-footer p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.55;
}

/* ---------------------------------------------------------------------------
   Front page (index.html) — examples / features / split / steps / pricing
   --------------------------------------------------------------------------- */

/* Example cards: phone screenshot media banner (tall portrait shots in a wide,
   short banner — cropped with object-fit:cover and a per-card vertical offset). */
body.landing-page .examples-section .demo-card {
  padding-top: 0;
  overflow: hidden;
}

body.landing-page .demo-card__media {
  margin: 0 -22px 18px;
  height: 160px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(26, 188, 156, 0.12) 0%, rgba(26, 188, 156, 0.04) 100%);
  border-bottom: 1px solid rgba(32, 33, 36, 0.06);
}

/* Landscape hero image fills the banner, centered, no distortion. */
body.landing-page .demo-card__shot {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* Logo placeholder only for empty slots (cards without an image). */
body.landing-page .demo-card__media:empty::after {
  content: "";
  display: block;
  width: 44px;
  height: 44px;
  margin: 58px auto 0;
  border-radius: 12px;
  background: rgba(26, 188, 156, 0.35);
  -webkit-mask: url("img/logo_toolbar.svg") center / contain no-repeat;
  mask: url("img/logo_toolbar.svg") center / contain no-repeat;
}

/* Feature cards (compact 3-up row) */
body.landing-page .feature-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-top: 40px;
}

@media (min-width: 576px) {
  body.landing-page .feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 992px) {
  body.landing-page .feature-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }
}

/* Compact variant: three short one-liner cards, 3-up from tablet up. */
@media (min-width: 768px) {
  body.landing-page .feature-grid--compact {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

body.landing-page .feature-card {
  padding: 26px 24px;
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid rgba(32, 33, 36, 0.08);
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.05);
}

body.landing-page .feature-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 16px;
  border-radius: 14px;
  background: rgba(26, 188, 156, 0.12);
  color: #1abc9c;
  font-size: 22px;
}

body.landing-page .feature-card__title {
  margin: 0 0 8px;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.3;
  color: #202124;
}

/* Compact card: icon + single-line title, no description. */
body.landing-page .feature-card--compact {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 22px;
}

body.landing-page .feature-card--compact .feature-card__icon {
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  margin-bottom: 0;
  font-size: 20px;
}

body.landing-page .feature-card--compact .feature-card__title {
  margin: 0;
  font-size: 17px;
}

/* Split sections (rentals / services): heading + text + bullets + CTA */
body.landing-page .split-section .showcase-copy {
  flex: 1 1 360px;
  max-width: 560px;
}

body.landing-page .split-section__heading {
  margin-top: 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #202124;
}

body.landing-page .split-section__text {
  margin: 14px 0 4px;
  font-size: 17px;
  line-height: 1.55;
  color: #5f6368;
}

body.landing-page .split-section__cta {
  margin-top: 24px;
  color: #1abc9c;
  border-color: rgba(26, 188, 156, 0.45);
}

body.landing-page .split-section__cta:hover,
body.landing-page .split-section__cta:focus {
  color: #ffffff;
  background: #1abc9c;
  border-color: #1abc9c;
}

/* How it works (4 numbered steps) */
body.landing-page .steps-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-top: 44px;
}

@media (min-width: 576px) {
  body.landing-page .steps-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 992px) {
  body.landing-page .steps-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
  }
}

body.landing-page .step-card {
  padding: 26px 22px;
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid rgba(32, 33, 36, 0.08);
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.05);
}

body.landing-page .step-card__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-bottom: 16px;
  border-radius: 50%;
  background: #1abc9c;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
}

body.landing-page .step-card__title {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  color: #202124;
}

body.landing-page .step-card__desc {
  margin: 0;
  font-size: 15px;
  line-height: 1.55;
  color: #5f6368;
}

body.landing-page .how-section__cta {
  margin: 36px 0 0;
  text-align: center;
}

body.landing-page .how-section__cta a {
  font-size: 16px;
  font-weight: 600;
  color: #1abc9c;
  text-decoration: none;
  border-bottom: 1px solid rgba(26, 188, 156, 0.35);
  transition: color 0.2s ease, border-color 0.2s ease;
}

body.landing-page .how-section__cta a:hover,
body.landing-page .how-section__cta a:focus {
  color: #15967d;
  border-bottom-color: #15967d;
}

/* Pricing (two cards: Free + Pro) */
body.landing-page .pricing-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  max-width: 760px;
  margin: 44px auto 0;
  align-items: stretch;
}

@media (min-width: 768px) {
  body.landing-page .pricing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

body.landing-page .pricing-grid .pricing-card {
  position: relative;
  display: flex;
  flex-direction: column;
  max-width: none;
  margin: 0;
}

body.landing-page .pricing-card--pro {
  border-color: rgba(26, 188, 156, 0.5);
  box-shadow: 0 16px 48px rgba(26, 188, 156, 0.16);
}

body.landing-page .pricing-card__name {
  margin: 0 0 4px;
  font-size: 22px;
  font-weight: 700;
}

body.landing-page .pricing-card__features {
  list-style: none;
  padding: 0;
  margin: 18px 0 24px;
  text-align: left;
}

body.landing-page .pricing-card__features li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  font-size: 15px;
  line-height: 1.5;
  color: #5f6368;
}

body.landing-page .pricing-card__features li::before {
  content: "\f00c";
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
  top: 0.1em;
  color: #1abc9c;
  font-size: 13px;
}

body.landing-page .pricing-card__cta {
  margin-top: auto;
  align-self: stretch;
}

/* Footer language toggle */
body.landing-page footer .footer-lang-item {
  vertical-align: middle;
}

body.landing-page footer .lang-toggle--footer {
  margin-left: 4px;
}

body.landing-page footer .lang-toggle--footer .lang-toggle__btn {
  height: 30px;
  min-width: 34px;
}

/* SEO content pages (varauskalenteri, bookingcalendar) */
body.landing-page .seo-content {
  max-width: 720px;
  margin: 0 auto;
}

body.landing-page .seo-content h2 {
  margin: 40px 0 16px;
  font-family: 'Catamaran', 'Helvetica', 'Arial', sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.02em;
  color: #202124;
}

body.landing-page .seo-content h2:first-child {
  margin-top: 0;
}

body.landing-page .seo-content p {
  margin: 0 0 16px;
  font-size: 17px;
  line-height: 1.65;
  color: #5f6368;
}

body.landing-page .seo-content a {
  color: #1abc9c;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}

body.landing-page .seo-content a:hover,
body.landing-page .seo-content a:focus {
  color: #17a589;
}

body.landing-page header.landing-hero.seo-page-hero .header-content {
  text-align: center;
}

body.landing-page header.landing-hero.seo-page-hero--visual .hero-visual {
  margin-top: 8px;
}

@media (min-width: 768px) {
  body.landing-page header.landing-hero.seo-page-hero--visual .header-content {
    text-align: left;
  }

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

  body.landing-page header.landing-hero.seo-page-hero--visual .hero-visual {
    margin-top: 0;
  }
}

body.landing-page .lang-toggle__btn[href] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

body.landing-page .seo-cta {
  margin-top: 48px;
  padding-top: 32px;
  border-top: 1px solid rgba(32, 33, 36, 0.12);
  text-align: center;
}

body.landing-page .seo-cta .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-top: 24px;
}

/* Cookie consent banner */
body.landing-page.cookie-consent-open {
  padding-bottom: env(safe-area-inset-bottom, 0);
}

body.landing-page .cookie-consent {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2000;
  padding: 16px 0 calc(16px + env(safe-area-inset-bottom, 0));
  color: rgba(255, 255, 255, 0.92);
  background: #202124;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 -8px 32px rgba(0, 0, 0, 0.24);
}

body.landing-page .cookie-consent__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px 24px;
}

body.landing-page .cookie-consent__text {
  flex: 1 1 280px;
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.88);
}

body.landing-page .cookie-consent__message--mobile,
body.landing-page .cookie-consent__link--mobile {
  display: none;
}

body.landing-page .cookie-consent__link {
  display: inline-block;
  margin-left: 6px;
  color: #1abc9c;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}

body.landing-page .cookie-consent__link:hover,
body.landing-page .cookie-consent__link:focus {
  color: #48d1b5;
}

body.landing-page .cookie-consent__actions {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  gap: 10px;
}

body.landing-page .cookie-consent__btn {
  min-width: 120px;
  padding: 10px 18px;
  border: 2px solid transparent;
  border-radius: 999px;
  font-family: 'Lato', 'Helvetica', 'Arial', sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s, color 0.2s;
}

body.landing-page .cookie-consent__btn--accept {
  color: #ffffff;
  background: #1abc9c;
  border-color: #1abc9c;
}

body.landing-page .cookie-consent__btn--accept:hover,
body.landing-page .cookie-consent__btn--accept:focus {
  background: #17a589;
  border-color: #17a589;
}

body.landing-page .cookie-consent__btn--reject {
  color: #ffffff;
  background: transparent;
  border-color: rgba(255, 255, 255, 0.72);
}

body.landing-page .cookie-consent__btn--reject:hover,
body.landing-page .cookie-consent__btn--reject:focus {
  background: rgba(255, 255, 255, 0.08);
  border-color: #ffffff;
}

@media (max-width: 767px) {
  body.landing-page .cookie-consent {
    padding: 8px 0 calc(8px + env(safe-area-inset-bottom, 0));
  }

  body.landing-page .cookie-consent__inner {
    flex-wrap: nowrap;
    align-items: center;
    gap: 8px 10px;
  }

  body.landing-page .cookie-consent__message--desktop,
  body.landing-page .cookie-consent__link--desktop {
    display: none;
  }

  body.landing-page .cookie-consent__message--mobile,
  body.landing-page .cookie-consent__link--mobile {
    display: inline;
  }

  body.landing-page .cookie-consent__text {
    flex: 1 1 auto;
    min-width: 0;
    font-size: 11px;
    line-height: 1.35;
  }

  body.landing-page .cookie-consent__link {
    margin-left: 4px;
    font-size: 11px;
    font-weight: 600;
  }

  body.landing-page .cookie-consent__actions {
    flex: 0 0 auto;
    flex-wrap: nowrap;
    gap: 6px;
  }

  body.landing-page .cookie-consent__btn {
    flex: 0 0 auto;
    min-width: 0;
    padding: 6px 12px;
    border-width: 1px;
    font-size: 12px;
  }
}
