/* Only the ready2order landingpage uses these additions to the existing design. */
.ready2order-page .premium-hero-grid {
  align-items: center;
}

.ready2order-page .premium-title {
  max-width: 19ch;
}

.r2o-title-accent {
  display: block;
  margin-top: 12px;
  color: #b8ddf1;
  font-size: 0.7em;
  line-height: 1.2;
}

.r2o-hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  padding: 0;
  margin: 22px 0 0;
  list-style: none;
  color: #d7ebf8;
  font-size: 0.94rem;
  line-height: 1.6;
}

.r2o-hero-points li::before {
  content: "✓";
  margin-right: 8px;
  color: #b8ddf1;
}

.r2o-photo {
  margin: 0;
  min-width: 0;
}

.r2o-photo img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 24px;
  box-shadow: 0 18px 40px rgba(15, 36, 52, 0.12);
}

.r2o-photo figcaption {
  padding: 12px 4px 0;
  color: #526a7a;
  font-size: 0.84rem;
  line-height: 1.6;
}

.premium-hero .r2o-photo figcaption {
  color: #c1d6e4;
}

.r2o-hero-caption {
  margin-top: 18px;
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 20px;
  color: #d7ebf8;
  background: rgba(255, 255, 255, 0.05);
}

.r2o-hero-caption strong {
  display: block;
  margin-bottom: 5px;
  color: #fff;
}

.r2o-hero-caption p {
  margin: 0;
  line-height: 1.7;
  font-size: 0.95rem;
}

.r2o-service-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(24px, 4vw, 44px);
  align-items: start;
}

.r2o-functions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.r2o-function {
  padding: 20px;
  border: 1px solid rgba(15, 36, 52, 0.09);
  border-radius: 20px;
  background: #f7fafc;
}

.r2o-function h3,
.r2o-device h3,
.r2o-package h3 {
  margin: 0 0 10px;
  color: #102c3e;
  font-size: 1.24rem;
  line-height: 1.3;
}

.r2o-function p,
.r2o-device p,
.r2o-device li,
.r2o-package p {
  margin: 0;
  color: #476171;
  line-height: 1.7;
}

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

.r2o-package {
  padding: 22px;
  border: 1px solid rgba(15, 36, 52, 0.09);
  border-radius: 22px;
  background: #f7fafc;
}

.r2o-package .mini-label,
.r2o-device .mini-label {
  margin-bottom: 10px;
  color: #526a7a;
}

.r2o-devices {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.r2o-device {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 24px;
  border: 1px solid rgba(15, 36, 52, 0.1);
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(15, 36, 52, 0.05);
}

.r2o-device-media {
  width: min(100%, 260px);
  margin: 0 auto 22px;
}

.r2o-device-media img {
  display: block;
  width: 100%;
  height: auto;
}

.r2o-device ul {
  margin: 14px 0 24px;
  padding-left: 20px;
}

.r2o-costs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 28px;
  margin: 0;
}

.r2o-costs div {
  padding: 20px 0;
  border-bottom: 1px solid rgba(15, 36, 52, 0.1);
}

.r2o-costs dt {
  margin-bottom: 8px;
  color: #102c3e;
  font-weight: 750;
}

.r2o-costs dd {
  margin: 0;
  color: #476171;
  line-height: 1.7;
}

.r2o-partner-heading {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 22px;
}

.r2o-partner-logo {
  flex: 0 0 128px;
  width: 128px;
  height: auto;
}

.r2o-inline-links a:not(.btn) {
  color: #a7420e;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 1120px) {
  .r2o-service-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 800px) {
  .r2o-devices {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .r2o-functions,
  .r2o-packages,
  .r2o-costs {
    grid-template-columns: 1fr;
  }

  .r2o-partner-heading {
    flex-direction: column;
    align-items: flex-start;
  }

  .r2o-partner-logo {
    flex-basis: auto;
  }

  .r2o-photo img {
    border-radius: 18px;
  }
}
