/* Photography, authentic product screens and the annual restaurant plan. */
.hero {
  gap: 58px;
  padding-block: 56px 68px;
}
.hero-media {
  position: relative;
  min-width: 0;
  height: 610px;
  padding: 0 0 65px 34px;
}
.hero-photo-crop {
  height: 100%;
  overflow: hidden;
  border-radius: 160px 18px 18px 18px;
}
.dining-photo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
  transform: scale(1.5);
  transform-origin: center bottom;
}
.photo-label {
  position: absolute;
  right: 23px;
  top: 24px;
  color: white;
  font-size: 0.6rem;
  letter-spacing: 0.16em;
  font-weight: 700;
  text-shadow: 0 2px 7px #000;
  writing-mode: vertical-rl;
}
.hero-screen {
  position: absolute;
  width: 104%;
  left: -14px;
  bottom: 47px;
  display: block;
  background: white;
  border: 1px solid #cfd8d0;
  border-radius: 11px;
  overflow: hidden;
  box-shadow: 0 24px 60px #12271e36;
  transition: transform 0.2s;
}
.hero-screen:hover {
  transform: translateY(-4px);
}
.screen-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  background: var(--ink);
  color: #eef6e9;
  padding: 11px 16px;
  font-size: 0.58rem;
  font-weight: 650;
  letter-spacing: 0.12em;
}
.screen-bar .icon {
  width: 16px;
  height: 16px;
}
.screen-dots {
  color: #90ad99;
  letter-spacing: 3px;
  font-size: 0.5rem;
}
.hero-screen img {
  width: 100%;
  height: auto;
  display: block;
}
.screen-caption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 11px 16px;
  font-size: 0.69rem;
  font-weight: 600;
  background: #fbfcf9;
}
.screen-caption .icon {
  width: 17px;
  height: 17px;
}
.photo-disclosure {
  position: absolute;
  bottom: 13px;
  right: 8px;
  font-size: 0.62rem;
  color: var(--muted);
}
.hero-price {
  display: grid;
  grid-template-columns: 1fr auto;
  column-gap: 20px;
  margin: 23px 0;
  padding: 14px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  max-width: 400px;
}
.hero-price strong {
  font-size: 1.8rem;
  line-height: 1.3;
  color: var(--ink);
  letter-spacing: -0.05em;
}
.hero-price strong span {
  font-size: 0.95rem;
  font-weight: 500;
  letter-spacing: 0;
}
.hero-price > span {
  grid-row: 2;
  font-size: 0.76rem;
  color: var(--muted);
}
.hero-price > .icon {
  grid-row: 1 / 3;
  grid-column: 2;
  align-self: center;
}
.hero-price:hover strong {
  color: #567c29;
}
.hero .hero-proof {
  margin-top: 20px;
}
.software-section {
  padding-bottom: 28px;
}
.software-showcase {
  border: 1px solid #d6e0d9;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 15px 45px #173c2d0a;
  background: #f2f5f1;
}
.software-tabs {
  display: flex;
  gap: 8px;
  padding: 15px 20px;
  border-bottom: 1px solid var(--line);
}
.software-tabs button {
  background: transparent;
  color: #4c6255;
  padding: 12px 20px;
  border-radius: 7px;
  font-size: 0.88rem;
  font-weight: 600;
}
.software-tabs button[aria-selected="true"] {
  background: var(--ink);
  color: white;
}
.software-tabs button:hover {
  background: #e2eadb;
  color: var(--ink);
}
.software-tabs button[aria-selected="true"]:hover {
  background: #245647;
  color: white;
}
.software-panel {
  padding: 24px 24px 0;
}
.screenshot-link {
  display: block;
  border: 1px solid #d3dbd5;
  border-radius: 7px;
  overflow: hidden;
  background: white;
}
.screenshot-link img,
.feature-screenshot img {
  display: block;
  width: 100%;
  height: auto;
}
.screenshot-caption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 24px 3px;
}
.screenshot-caption h3 {
  font-size: 1.1rem;
}
.screenshot-caption p {
  font-size: 0.86rem;
  color: var(--muted);
  margin: 7px 0 0;
}
.screenshot-caption .text-link {
  flex-shrink: 0;
  font-size: 0.78rem;
}
.service-photo {
  margin: 30px 0 0;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}
.service-photo img {
  display: block;
  width: 100%;
  height: 255px;
  object-fit: cover;
  object-position: center 38%;
}
.service-photo figcaption {
  position: absolute;
  inset: auto 0 0;
  padding: 40px 20px 18px;
  color: #fff;
  font-size: 0.78rem;
  background: linear-gradient(transparent, #000c);
}
.restaurant-section {
  align-items: center;
}
.restaurant-types {
  border-top: 1px solid var(--line);
}
.restaurant-types article {
  padding-block: 36px;
}
.pricing-section {
  background: #edf2e7;
  border-block: 1px solid #dfe7d7;
  padding: 92px 0;
}
.pricing-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  align-items: center;
}
.pricing-copy > p:not(.eyebrow) {
  color: #5b6f5d;
  max-width: 420px;
  margin-top: 25px;
}
.price-promises {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 35px;
  font-size: 1.1rem;
  color: var(--ink);
  font-weight: 550;
}
.price-promises span {
  display: flex;
  gap: 13px;
  align-items: center;
}
.price-promises .icon {
  background: #d7e7c7;
  border-radius: 50%;
  padding: 5px;
  width: 28px;
  height: 28px;
}
.pricing-copy > .pricing-location {
  font-size: 0.86rem;
  margin-top: 35px;
}
.price-card {
  background: white;
  border-radius: 16px;
  border: 1px solid #d8e2d0;
  padding: 35px;
  box-shadow: 0 20px 40px #29412b0a;
}
.price-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  color: #55714f;
}
.flat-badge {
  display: inline-block;
  padding: 5px 10px;
  background: var(--lime);
  border-radius: 4px;
  color: var(--ink);
  white-space: nowrap;
}
.price-amount {
  font-size: clamp(3.6rem, 5.5vw, 5rem);
  font-weight: 650;
  color: var(--ink);
  letter-spacing: -0.06em;
  line-height: 1.2;
  margin: 24px 0 6px;
}
.price-amount span {
  font-size: 1.1rem;
  font-weight: 450;
  letter-spacing: -0.015em;
  margin-left: 10px;
}
.price-explainer {
  font-size: 0.87rem;
  color: var(--muted);
}
.price-card ul {
  list-style: none;
  padding: 22px 0;
  margin: 24px 0;
  border-block: 1px solid var(--line);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px 12px;
}
.price-card li {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 0.78rem;
}
.price-card li .icon {
  width: 17px;
  height: 17px;
  color: #638841;
}
.price-card > .button {
  width: 100%;
}
.price-footer {
  text-align: center;
  font-size: 0.68rem;
  color: var(--muted);
  margin: 15px 0 0;
}
.footer-about .footer-price {
  margin: 0 0 20px;
  font-weight: 650;
  color: var(--ink);
  font-size: 0.88rem;
}
.footer-bottom > span:nth-child(2) {
  font-size: 0.68rem;
}
.footer-bottom > span:nth-child(2) a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.feature-screenshot {
  margin-block: 10px 30px;
  padding: 15px;
  background: #f0f4ee;
  border: 1px solid var(--line);
  border-radius: 13px;
}
.feature-screenshot a {
  display: block;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid var(--line);
}
.feature-screenshot figcaption {
  font-size: 0.77rem;
  color: var(--muted);
  padding: 15px 5px 2px;
}
@media (max-width: 1150px) {
  .hero {
    gap: 36px;
  }
  .hero-media {
    height: 560px;
    padding-left: 20px;
  }
  .header nav {
    gap: 20px;
  }
  .pricing-layout {
    gap: 55px;
  }
  .price-card {
    padding: 28px;
  }
}
@media (max-width: 900px) {
  .hero {
    gap: 27px;
  }
  .hero-media {
    height: 540px;
  }
  .hero-screen {
    width: 109%;
    left: -14px;
  }
  .screen-bar {
    font-size: 0.45rem;
    padding: 9px 10px;
  }
  .screen-caption {
    font-size: 0.55rem;
    padding: 9px;
  }
  .hero-price strong {
    font-size: 1.65rem;
  }
  .hero-price > span {
    font-size: 0.68rem;
  }
  .pricing-layout {
    gap: 30px;
  }
  .price-card ul {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .price-card-head {
    flex-wrap: wrap;
  }
  .price-amount {
    font-size: 3.8rem;
  }
  .header nav {
    gap: 14px;
  }
}
@media (max-width: 700px) {
  .hero {
    grid-template-columns: 1fr;
    gap: 30px;
    padding-block: 35px 28px;
  }
  .hero .hero-title {
    font-size: clamp(3.5rem, 11.8vw, 4.6rem);
  }
  .hero-price {
    max-width: none;
    margin-block: 20px;
  }
  .hero-price strong {
    font-size: 1.85rem;
  }
  .hero-price > span {
    font-size: 0.75rem;
  }
  .hero-actions {
    gap: 20px;
    flex-wrap: wrap;
  }
  .hero-media {
    height: 460px;
    max-width: 480px;
    width: 100%;
    justify-self: center;
    padding-left: 35px;
    padding-bottom: 55px;
  }
  .hero-photo-crop {
    border-radius: 110px 14px 14px 14px;
  }
  .hero-screen {
    width: 100%;
    left: 0;
    bottom: 30px;
  }
  .screen-bar {
    font-size: 0.51rem;
    padding: 10px 13px;
  }
  .screen-caption {
    font-size: 0.62rem;
    padding: 10px 12px;
  }
  .photo-disclosure {
    bottom: 0;
    right: 2px;
    font-size: 0.56rem;
  }
  .photo-label {
    font-size: 0.53rem;
  }
  .software-section {
    padding-block: 50px 8px;
  }
  .software-tabs {
    padding: 10px;
    gap: 5px;
  }
  .software-tabs button {
    flex: 1;
    padding: 10px 7px;
    font-size: 0.72rem;
  }
  .software-panel {
    padding: 10px 10px 0;
  }
  .screenshot-caption {
    flex-direction: column;
    align-items: flex-start;
    gap: 13px;
    padding: 20px 5px;
  }
  .screenshot-caption h3 {
    font-size: 1.08rem;
  }
  .screenshot-caption p {
    font-size: 0.83rem;
  }
  .service-photo img {
    height: 230px;
  }
  .restaurant-types article {
    padding-block: 25px;
  }
  .pricing-section {
    padding-block: 55px;
  }
  .pricing-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .price-promises {
    gap: 12px;
    margin-top: 25px;
    font-size: 1rem;
  }
  .pricing-copy > .pricing-location {
    margin-top: 25px;
  }
  .price-card {
    padding: 27px 24px;
  }
  .price-card-head {
    font-size: 0.57rem;
  }
  .price-card ul {
    grid-template-columns: 1fr 1fr;
    gap: 14px 9px;
  }
  .price-card li {
    font-size: 0.71rem;
    gap: 6px;
  }
  .price-card li .icon {
    width: 15px;
    height: 15px;
  }
  .price-amount {
    font-size: 4rem;
  }
  .feature-screenshot {
    padding: 9px;
  }
  .feature-screenshot figcaption {
    font-size: 0.7rem;
  }
  .header nav {
    gap: 0;
  }
}
@media (max-width: 370px) {
  .hero-media {
    height: 400px;
    padding-left: 20px;
  }
  .hero-price > span {
    font-size: 0.68rem;
  }
  .screen-caption {
    font-size: 0.55rem;
  }
  .software-tabs button {
    font-size: 0.63rem;
  }
  .price-card {
    padding: 24px 20px;
  }
  .price-card ul {
    grid-template-columns: 1fr;
  }
  .price-amount {
    font-size: 3.4rem;
  }
  .price-card-head {
    gap: 9px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .hero-screen {
    transition: none;
  }
}
