:root {
  --rv-ink: #18201f;
  --rv-muted: #65716d;
  --rv-line: #dce5df;
  --rv-paper: #fbfaf5;
  --rv-white: #ffffff;
  --rv-sage: #4f6f62;
  --rv-mint: #b9dfcf;
  --rv-coral: #e46d4f;
  --rv-gold: #d7a847;
  --rv-teal: #1f8a84;
  --rv-shadow: 0 22px 60px rgba(24, 32, 31, .12);
}

* {
  box-sizing: border-box;
}

.restovio-site-body {
  background: var(--rv-paper);
  color: var(--rv-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.rv-app {
  min-height: 100vh;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(31, 138, 132, .08) 1px, transparent 1px),
    linear-gradient(180deg, rgba(31, 138, 132, .08) 1px, transparent 1px),
    var(--rv-paper);
  background-size: 72px 72px;
}

.rv-modal-open {
  overflow: hidden;
}

.rv-header {
  position: sticky;
  top: 0;
  z-index: 10;
  width: min(1180px, calc(100% - 32px));
  min-height: 72px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  backdrop-filter: blur(18px);
}

.rv-brand {
  color: var(--rv-ink);
  text-decoration: none;
  font-size: 25px;
  font-weight: 850;
  letter-spacing: 0;
}

.rv-brand img {
  display: block;
  width: auto;
  max-width: 174px;
  max-height: 46px;
}

.rv-nav {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 7px;
  border: 1px solid rgba(24, 32, 31, .08);
  border-radius: 999px;
  background: rgba(255, 255, 255, .72);
  box-shadow: 0 10px 28px rgba(24, 32, 31, .05);
}

.rv-nav .mobile-only {
  display: none;
}

.rv-nav a {
  color: var(--rv-muted);
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  padding: 9px 13px;
  border-radius: 999px;
  white-space: nowrap;
}

.rv-nav a:hover {
  color: var(--rv-ink);
  background: rgba(185, 223, 207, .42);
}

.rv-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
  color: var(--rv-white);
  background: var(--rv-coral);
  box-shadow: 0 14px 30px rgba(228, 109, 79, .24);
  white-space: nowrap;
  transition: transform .22s ease, box-shadow .22s ease;
}

.rv-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 36px rgba(228, 109, 79, .28);
}

.rv-button.primary {
  animation: rv-button-pulse 2.6s ease-in-out infinite;
}

.rv-button.dark {
  background: var(--rv-ink);
  box-shadow: 0 12px 28px rgba(24, 32, 31, .18);
}

.rv-button.ghost {
  color: var(--rv-ink);
  background: rgba(255, 255, 255, .7);
  border-color: rgba(24, 32, 31, .12);
  box-shadow: none;
}

.rv-button.ghost-light {
  color: var(--rv-white);
  background: rgba(255, 255, 255, .12);
  border-color: rgba(255, 255, 255, .28);
  box-shadow: none;
}

.rv-header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.rv-header-actions .rv-button {
  min-height: 42px;
  padding: 0 15px;
  font-size: 14px;
}

.rv-menu-button {
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(24, 32, 31, .12);
  border-radius: 12px;
  background: rgba(255, 255, 255, .78);
  cursor: pointer;
}

.rv-menu-button span {
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 99px;
  background: var(--rv-ink);
}

.rv-hero {
  width: min(1180px, calc(100% - 32px));
  min-height: calc(100vh - 132px);
  margin: 0 auto;
  padding: 58px 0 72px;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(380px, .98fr);
  gap: 52px;
  align-items: center;
}

.rv-hero-copy {
  display: grid;
  gap: 22px;
}

.rv-kicker {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border: 1px solid rgba(31, 138, 132, .22);
  border-radius: 999px;
  color: var(--rv-teal);
  background: rgba(255, 255, 255, .62);
  font-size: 13px;
  font-weight: 850;
}

.rv-hero h1 {
  margin: 0;
  font-size: clamp(68px, 10vw, 138px);
  line-height: .86;
  letter-spacing: 0;
}

.rv-hero p,
.rv-section-head p,
.rv-product-copy p,
.rv-contact p {
  margin: 0;
  color: var(--rv-muted);
  font-size: 18px;
  line-height: 1.68;
}

.rv-hero-actions,
.rv-contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.rv-product-stage {
  position: relative;
  min-height: 620px;
  display: grid;
  place-items: center;
}

.rv-product-stage::before {
  content: "";
  position: absolute;
  width: min(520px, 88%);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(185, 223, 207, .86), rgba(215, 168, 71, .18) 56%, transparent 70%);
}

.rv-phone {
  position: relative;
  z-index: 1;
  width: min(318px, 74vw);
  min-height: 610px;
  padding: 17px;
  border: 10px solid #111716;
  border-radius: 38px;
  background: #f7f3e8;
  box-shadow: var(--rv-shadow);
  animation: rv-float 5.5s ease-in-out infinite;
}

.rv-phone-top,
.rv-dashboard-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.rv-phone-top span,
.rv-phone-top b {
  font-size: 12px;
}

.rv-food-hero {
  position: relative;
  overflow: hidden;
  min-height: 184px;
  margin: 18px 0 14px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  border-radius: 24px;
  color: var(--rv-white);
  background:
    linear-gradient(180deg, rgba(24, 32, 31, .08), rgba(24, 32, 31, .72)),
    linear-gradient(135deg, var(--rv-coral), var(--rv-gold));
}

.rv-scan-line {
  position: absolute;
  left: -20%;
  right: -20%;
  top: 0;
  height: 42px;
  background: linear-gradient(180deg, transparent, rgba(255, 255, 255, .38), transparent);
  transform: translateY(-80px) rotate(-6deg);
  animation: rv-scan 2.7s ease-in-out infinite;
  pointer-events: none;
}

.rv-food-hero strong {
  font-size: 25px;
  line-height: 1;
}

.rv-food-hero small,
.rv-menu-row small,
.rv-floating-card small {
  color: inherit;
  opacity: .72;
}

.rv-menu-row {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  min-height: 78px;
  margin-top: 10px;
  padding: 10px;
  border-radius: 18px;
  background: rgba(255, 255, 255, .74);
}

.rv-menu-row > span {
  width: 54px;
  height: 54px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(31, 138, 132, .88), rgba(185, 223, 207, .88));
}

.rv-menu-row b,
.rv-menu-row small {
  display: block;
}

.rv-menu-row strong {
  color: var(--rv-coral);
}

.rv-floating-card {
  position: absolute;
  z-index: 2;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  width: min(280px, 62vw);
  min-height: 88px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, .66);
  border-radius: 18px;
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 18px 46px rgba(24, 32, 31, .13);
  backdrop-filter: blur(18px);
  animation: rv-rise .7s ease both;
}

.rv-floating-card > div {
  display: grid;
  gap: 4px;
  min-width: 0;
  line-height: 1.2;
}

.rv-floating-card b,
.rv-floating-card small {
  display: block;
}

.rv-floating-card b {
  font-size: 16px;
  line-height: 1.16;
}

.rv-floating-card small {
  font-size: 14px;
  line-height: 1.28;
}

.rv-card-one {
  left: 0;
  top: 92px;
}

.rv-card-two {
  right: 0;
  bottom: 82px;
  animation-delay: .16s;
}

.rv-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 15px;
  background: var(--rv-ink);
  align-self: center;
}

.rv-icon::before,
.rv-icon::after {
  content: "";
  display: block;
}

.rv-icon-scan::before {
  width: 19px;
  height: 19px;
  border: 2px solid var(--rv-white);
  border-radius: 4px;
}

.rv-icon-chart::before {
  width: 21px;
  height: 20px;
  background: linear-gradient(90deg, var(--rv-mint) 0 24%, transparent 24% 38%, var(--rv-gold) 38% 62%, transparent 62% 76%, var(--rv-coral) 76%);
  border-radius: 3px;
}

.rv-metrics {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto 86px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid rgba(24, 32, 31, .1);
  border-radius: 24px;
  overflow: hidden;
  background: rgba(255, 255, 255, .58);
}

.rv-metrics div {
  min-height: 126px;
  padding: 26px;
  display: grid;
  align-content: center;
  gap: 8px;
  border-right: 1px solid rgba(24, 32, 31, .1);
  transition: transform .24s ease, background .24s ease;
}

.rv-metrics div:hover {
  transform: translateY(-4px);
  background: rgba(255, 255, 255, .76);
}

.rv-metrics div:last-child {
  border-right: 0;
}

.rv-metrics strong {
  font-size: 40px;
  line-height: 1;
}

.rv-metrics span {
  color: var(--rv-muted);
  font-weight: 750;
}

.rv-section,
.rv-product,
.rv-process,
.rv-contact {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 88px 0;
}

.rv-section-head {
  max-width: 760px;
  display: grid;
  gap: 14px;
  margin-bottom: 34px;
}

.rv-section-head.row {
  max-width: none;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
}

.rv-section h2,
.rv-product h2,
.rv-process h2,
.rv-contact h2 {
  margin: 0;
  font-size: clamp(36px, 5vw, 64px);
  line-height: .98;
  letter-spacing: 0;
}

.rv-service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.rv-service,
.rv-plan {
  min-height: 286px;
  padding: 22px;
  border: 1px solid rgba(24, 32, 31, .1);
  border-radius: 8px;
  background: rgba(255, 255, 255, .64);
  box-shadow: 0 12px 34px rgba(24, 32, 31, .05);
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

.rv-service:hover,
.rv-plan:hover,
.rv-seo-panel:hover,
.rv-contact-page article:hover {
  transform: translateY(-6px);
  border-color: rgba(31, 138, 132, .26);
  box-shadow: 0 22px 54px rgba(24, 32, 31, .1);
}

.rv-service {
  display: grid;
  align-content: start;
  gap: 18px;
}

.rv-service-number {
  color: var(--rv-coral);
  font-size: 13px;
  font-weight: 900;
}

.rv-service h3,
.rv-plan h3 {
  margin: 0;
  font-size: 24px;
  line-height: 1.05;
}

.rv-service p,
.rv-plan p {
  margin: 0;
  color: var(--rv-muted);
  line-height: 1.58;
}

.rv-product {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(360px, 1.1fr);
  gap: 52px;
  align-items: center;
}

.rv-product-copy {
  display: grid;
  gap: 18px;
}

.rv-product-copy ul,
.rv-plan ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.rv-product-copy li,
.rv-plan li {
  position: relative;
  padding-left: 26px;
  color: var(--rv-ink);
  line-height: 1.45;
}

.rv-product-copy li::before,
.rv-plan li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .42em;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--rv-mint);
  box-shadow: inset 0 0 0 3px var(--rv-teal);
}

.rv-dashboard {
  min-height: 430px;
  padding: 26px;
  border: 1px solid rgba(24, 32, 31, .1);
  border-radius: 8px;
  background: #16211f;
  color: var(--rv-white);
  box-shadow: var(--rv-shadow);
}

.rv-dashboard-head span {
  min-height: 28px;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(185, 223, 207, .18);
  color: var(--rv-mint);
  font-size: 12px;
  font-weight: 800;
}

.rv-dashboard-bars {
  position: relative;
  overflow: hidden;
  height: 220px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: end;
  gap: 14px;
  margin: 34px 0;
}

.rv-live-line {
  position: absolute;
  left: -20%;
  right: -20%;
  top: 48%;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--rv-mint), var(--rv-coral), transparent);
  box-shadow: 0 0 18px rgba(185, 223, 207, .8);
  animation: rv-live-line 2.2s linear infinite;
  z-index: 2;
}

.rv-dashboard-bars i {
  display: block;
  border-radius: 12px 12px 0 0;
  background: linear-gradient(180deg, var(--rv-coral), var(--rv-gold));
  animation: rv-bar 2.8s ease-in-out infinite alternate;
}

.rv-dashboard-bars i:nth-child(2) {
  animation-delay: .25s;
}

.rv-dashboard-bars i:nth-child(3) {
  animation-delay: .5s;
}

.rv-dashboard-bars i:nth-child(4) {
  animation-delay: .75s;
}

.rv-dashboard-list {
  display: grid;
  gap: 10px;
}

.rv-dashboard-list span {
  padding: 13px 14px;
  border-radius: 8px;
  background: rgba(255, 255, 255, .08);
  color: rgba(255, 255, 255, .8);
}

.rv-segment {
  display: inline-grid;
  grid-template-columns: 1fr 1fr;
  padding: 5px;
  border: 1px solid rgba(24, 32, 31, .1);
  border-radius: 999px;
  background: rgba(255, 255, 255, .72);
}

.rv-segment button {
  min-height: 38px;
  border: 0;
  border-radius: 999px;
  padding: 0 16px;
  color: var(--rv-muted);
  background: transparent;
  font: inherit;
  font-weight: 850;
  cursor: pointer;
}

.rv-segment button.active {
  color: var(--rv-white);
  background: var(--rv-ink);
}

.rv-plan-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.rv-plan {
  position: relative;
  display: grid;
  gap: 18px;
}

.rv-plan.featured {
  background: var(--rv-ink);
  color: var(--rv-white);
  transform: translateY(-12px);
}

.rv-plan.featured p,
.rv-plan.featured li {
  color: rgba(255, 255, 255, .74);
}

.rv-plan-badge {
  position: absolute;
  top: 16px;
  right: 16px;
  min-height: 28px;
  padding: 5px 10px;
  border-radius: 999px;
  color: var(--rv-ink);
  background: var(--rv-mint);
  font-size: 12px;
  font-weight: 900;
}

.rv-price {
  display: flex;
  align-items: end;
  gap: 8px;
  animation: rv-price-pop .28s ease both;
}

.rv-price strong {
  font-size: 42px;
  line-height: 1;
}

.rv-price span {
  color: var(--rv-muted);
  font-weight: 800;
}

.rv-plan.featured .rv-price span {
  color: rgba(255, 255, 255, .64);
}

.rv-billing-note {
  display: inline-flex;
  width: fit-content;
  min-height: 28px;
  align-items: center;
  padding: 5px 10px;
  border-radius: 999px;
  color: var(--rv-teal);
  background: rgba(185, 223, 207, .42);
  font-size: 12px;
  font-weight: 900;
}

.rv-plan.featured .rv-billing-note {
  color: var(--rv-ink);
  background: var(--rv-mint);
}

.rv-packages-page {
  min-height: calc(100vh - 150px);
  padding-top: 92px;
}

.rv-inner-hero {
  width: min(1180px, calc(100% - 32px));
  min-height: 480px;
  margin: 0 auto;
  padding: 92px 0 56px;
  display: grid;
  align-items: center;
  position: relative;
}

.rv-inner-hero::after {
  content: "";
  position: absolute;
  right: 0;
  top: 116px;
  width: min(340px, 34vw);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(228, 109, 79, .16), rgba(185, 223, 207, .18) 48%, transparent 70%);
  pointer-events: none;
  animation: rv-pulse 4.8s ease-in-out infinite;
}

.rv-inner-hero > div {
  max-width: 880px;
  display: grid;
  gap: 20px;
  animation: rv-rise .72s ease both;
}

.rv-inner-hero h1 {
  margin: 0;
  font-size: clamp(48px, 8vw, 96px);
  line-height: .92;
  letter-spacing: 0;
}

.rv-inner-hero p {
  max-width: 760px;
  margin: 0;
  color: var(--rv-muted);
  font-size: 19px;
  line-height: 1.68;
}

.rv-content-grid {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 38px 0 88px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.rv-seo-panel,
.rv-contact-page article {
  padding: 26px;
  border: 1px solid rgba(24, 32, 31, .1);
  border-radius: 8px;
  background: rgba(255, 255, 255, .66);
  box-shadow: 0 12px 34px rgba(24, 32, 31, .05);
  animation: rv-rise .72s ease both;
}

.rv-seo-panel {
  display: grid;
  align-content: start;
  gap: 16px;
}

.rv-seo-panel h2,
.rv-contact-page h2 {
  margin: 0;
  font-size: 28px;
  line-height: 1.08;
}

.rv-seo-panel p,
.rv-contact-page p {
  margin: 0;
  color: var(--rv-muted);
  line-height: 1.62;
}

.rv-seo-panel ul,
.rv-contact-page ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.rv-seo-panel li,
.rv-contact-page li {
  position: relative;
  padding-left: 24px;
  line-height: 1.45;
}

.rv-seo-panel li::before,
.rv-contact-page li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .42em;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--rv-mint);
  box-shadow: inset 0 0 0 3px var(--rv-teal);
}

.rv-contact-page {
  width: min(1180px, calc(100% - 32px));
  min-height: 430px;
  margin: 0 auto;
  padding: 38px 0 100px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 16px;
}

.rv-contact-page article {
  display: grid;
  align-content: start;
  gap: 18px;
}

.rv-content-grid .rv-seo-panel:nth-child(2),
.rv-service-grid .rv-service:nth-child(2),
.rv-plan-grid .rv-plan:nth-child(2) {
  animation-delay: .08s;
}

.rv-content-grid .rv-seo-panel:nth-child(3),
.rv-service-grid .rv-service:nth-child(3),
.rv-plan-grid .rv-plan:nth-child(3) {
  animation-delay: .16s;
}

.rv-service-grid .rv-service:nth-child(4) {
  animation-delay: .24s;
}

.rv-modal {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: grid;
  place-items: center;
  padding: 18px;
}

.rv-modal-scrim {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(13, 19, 18, .58);
  backdrop-filter: blur(12px);
  cursor: pointer;
}

.rv-modal-panel {
  position: relative;
  z-index: 1;
  width: min(960px, 100%);
  max-height: min(760px, calc(100vh - 36px));
  overflow: auto;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  border: 1px solid rgba(255, 255, 255, .42);
  border-radius: 18px;
  background: var(--rv-paper);
  box-shadow: 0 34px 90px rgba(0, 0, 0, .28);
  animation: rv-modal .22s ease both;
}

.rv-modal-copy {
  padding: 36px;
  display: grid;
  align-content: center;
  gap: 18px;
  color: var(--rv-white);
  background:
    linear-gradient(160deg, rgba(24, 32, 31, .96), rgba(31, 138, 132, .82)),
    var(--rv-ink);
}

.rv-modal-copy h2 {
  margin: 0;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1;
}

.rv-modal-copy p {
  margin: 0;
  color: rgba(255, 255, 255, .74);
  line-height: 1.62;
}

.rv-modal-copy .rv-kicker {
  color: var(--rv-mint);
  border-color: rgba(185, 223, 207, .32);
  background: rgba(255, 255, 255, .08);
}

.rv-modal-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.rv-modal-pills button {
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 999px;
  color: var(--rv-white);
  background: rgba(255, 255, 255, .08);
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 800;
}

.rv-modal-pills button.active {
  color: var(--rv-ink);
  background: var(--rv-mint);
}

.rv-form {
  position: relative;
  padding: 34px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.rv-form label {
  display: grid;
  gap: 7px;
  color: var(--rv-ink);
  font-size: 13px;
  font-weight: 850;
}

.rv-form label.wide {
  grid-column: 1 / -1;
}

.rv-form input,
.rv-form textarea {
  width: 100%;
  border: 1px solid rgba(24, 32, 31, .13);
  border-radius: 12px;
  background: rgba(255, 255, 255, .74);
  color: var(--rv-ink);
  font: inherit;
  font-size: 15px;
  outline: none;
}

.rv-form input {
  min-height: 46px;
  padding: 0 13px;
}

.rv-form textarea {
  resize: vertical;
  min-height: 118px;
  padding: 12px 13px;
}

.rv-form input:focus,
.rv-form textarea:focus {
  border-color: var(--rv-teal);
  box-shadow: 0 0 0 4px rgba(31, 138, 132, .12);
}

.rv-form-submit {
  grid-column: 1 / -1;
  min-height: 48px;
  border: 0;
  border-radius: 999px;
  color: var(--rv-white);
  background: var(--rv-coral);
  box-shadow: 0 14px 30px rgba(228, 109, 79, .24);
  cursor: pointer;
  font: inherit;
  font-weight: 900;
}

.rv-form-submit:disabled {
  cursor: wait;
  opacity: .72;
}

.rv-modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(24, 32, 31, .12);
  border-radius: 50%;
  color: var(--rv-ink);
  background: rgba(255, 255, 255, .86);
  cursor: pointer;
  font-size: 24px;
  line-height: 1;
}

.rv-form-notice {
  grid-column: 1 / -1;
  margin: 0;
  padding: 12px 14px;
  border-radius: 12px;
  line-height: 1.45;
  font-weight: 800;
}

.rv-form-notice.success {
  color: #17483c;
  background: rgba(185, 223, 207, .7);
}

.rv-form-notice.error {
  color: #7d2c1c;
  background: rgba(228, 109, 79, .14);
}

@keyframes rv-rise {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes rv-float {
  0%,
  100% {
    transform: translateY(0) rotate(-1deg);
  }

  50% {
    transform: translateY(-12px) rotate(1deg);
  }
}

@keyframes rv-bar {
  from {
    transform: scaleY(.86);
    transform-origin: bottom;
  }

  to {
    transform: scaleY(1.04);
    transform-origin: bottom;
  }
}

@keyframes rv-pulse {
  0%,
  100% {
    opacity: .72;
    transform: scale(.96);
  }

  50% {
    opacity: 1;
    transform: scale(1.05);
  }
}

@keyframes rv-modal {
  from {
    opacity: 0;
    transform: translateY(18px) scale(.98);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes rv-scan {
  0% {
    transform: translateY(-90px) rotate(-6deg);
    opacity: 0;
  }

  20% {
    opacity: 1;
  }

  100% {
    transform: translateY(230px) rotate(-6deg);
    opacity: 0;
  }
}

@keyframes rv-live-line {
  from {
    transform: translateX(-35%);
  }

  to {
    transform: translateX(35%);
  }
}

@keyframes rv-price-pop {
  from {
    opacity: .35;
    transform: translateY(8px) scale(.98);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes rv-button-pulse {
  0%,
  100% {
    box-shadow: 0 14px 30px rgba(228, 109, 79, .22);
  }

  50% {
    box-shadow: 0 18px 44px rgba(228, 109, 79, .38);
  }
}

.rv-seo-fallback {
  width: min(920px, calc(100% - 32px));
  margin: 0 auto;
  padding: 80px 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.rv-seo-fallback h1 {
  margin: 0 0 18px;
  font-size: clamp(42px, 8vw, 82px);
  line-height: .95;
}

.rv-seo-fallback p {
  margin: 0;
  color: #65716d;
  font-size: 18px;
  line-height: 1.65;
}

.rv-process {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
  gap: 42px;
  align-items: start;
}

.rv-process > div {
  display: grid;
  gap: 14px;
}

.rv-process ol {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: steps;
  display: grid;
  gap: 14px;
}

.rv-process li {
  counter-increment: steps;
  min-height: 82px;
  padding: 20px 20px 20px 72px;
  position: relative;
  border: 1px solid rgba(24, 32, 31, .1);
  border-radius: 8px;
  background: rgba(255, 255, 255, .64);
  font-weight: 800;
  line-height: 1.45;
}

.rv-process li::before {
  content: counter(steps);
  position: absolute;
  left: 20px;
  top: 18px;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: var(--rv-white);
  background: var(--rv-coral);
}

.rv-contact {
  margin-bottom: 48px;
  padding: 54px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  border-radius: 8px;
  color: var(--rv-white);
  background:
    linear-gradient(135deg, rgba(24, 32, 31, .94), rgba(31, 138, 132, .84)),
    var(--rv-ink);
}

.rv-contact > div:first-child {
  display: grid;
  gap: 14px;
}

.rv-contact .rv-kicker {
  color: var(--rv-mint);
  border-color: rgba(185, 223, 207, .32);
  background: rgba(255, 255, 255, .08);
}

.rv-contact p {
  color: rgba(255, 255, 255, .72);
}

.rv-footer {
  width: min(1180px, calc(100% - 32px));
  min-height: 90px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: var(--rv-muted);
  border-top: 1px solid rgba(24, 32, 31, .1);
}

.rv-footer strong {
  color: var(--rv-ink);
}

@media (max-width: 980px) {
  .rv-header {
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    min-height: 66px;
    padding: 8px 10px;
    border: 1px solid rgba(24, 32, 31, .08);
    border-radius: 20px;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 14px 32px rgba(24, 32, 31, .1);
    backdrop-filter: blur(18px);
  }

  .rv-nav {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    z-index: 40;
    grid-column: 1 / -1;
    justify-self: stretch;
    display: none;
    overflow: visible;
    justify-content: stretch;
    align-items: stretch;
    flex-direction: column;
    gap: 4px;
    border: 1px solid rgba(24, 32, 31, .09);
    border-radius: 18px;
    padding: 12px;
    background: #fff;
    box-shadow: 0 22px 52px rgba(24, 32, 31, .16);
  }

  .rv-nav.open {
    display: flex;
  }

  .rv-nav a,
  .rv-nav .rv-button {
    justify-content: flex-start;
    width: 100%;
    border-radius: 12px;
  }

  .rv-nav .mobile-only {
    display: none;
  }

  .rv-header-actions {
    justify-self: end;
  }

  .rv-header-actions > .rv-button {
    display: inline-flex;
    width: auto;
  }

  .rv-menu-button {
    display: flex;
  }

  .rv-hero,
  .rv-product,
  .rv-process,
  .rv-contact,
  .rv-contact-page {
    grid-template-columns: 1fr;
  }

  .rv-hero {
    min-height: auto;
    padding-top: 42px;
  }

  .rv-product-stage {
    min-height: 570px;
  }

  .rv-service-grid,
  .rv-plan-grid,
  .rv-content-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rv-contact {
    padding: 36px;
  }

  .rv-modal-panel {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .rv-header {
    width: min(100% - 24px, 430px);
    gap: 8px;
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .rv-header-actions > .rv-button {
    min-height: 40px;
    padding: 0 11px;
    font-size: 12px;
  }

  .rv-brand {
    font-size: 22px;
    min-width: 0;
  }

  .rv-brand img {
    max-width: clamp(104px, 32vw, 132px);
    max-height: 38px;
  }

  .rv-nav a {
    font-size: 13px;
    padding: 8px 10px;
  }

  .rv-header-actions {
    gap: 6px;
  }

  .rv-menu-button {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: #fff;
  }

  .rv-hero,
  .rv-section,
  .rv-product,
  .rv-process,
  .rv-contact,
  .rv-footer,
  .rv-metrics,
  .rv-inner-hero,
  .rv-content-grid,
  .rv-contact-page {
    width: min(100% - 24px, 430px);
  }

  .rv-hero {
    gap: 28px;
    padding-bottom: 44px;
  }

  .rv-hero h1 {
    font-size: clamp(58px, 18vw, 82px);
  }

  .rv-hero p,
  .rv-section-head p,
  .rv-product-copy p,
  .rv-contact p {
    font-size: 16px;
  }

  .rv-hero-actions,
  .rv-contact-actions {
    display: grid;
  }

  .rv-button {
    width: 100%;
  }

  .rv-product-stage {
    min-height: 520px;
  }

  .rv-phone {
    width: min(294px, 88vw);
    min-height: 548px;
  }

  .rv-floating-card {
    position: relative;
    inset: auto;
    grid-template-columns: 44px minmax(0, 1fr);
    width: min(100%, 330px);
    min-height: 80px;
    margin-top: 12px;
    padding: 13px 14px;
  }

  .rv-floating-card b {
    font-size: 15px;
  }

  .rv-floating-card small {
    font-size: 13px;
  }

  .rv-icon {
    width: 44px;
    height: 44px;
    border-radius: 14px;
  }

  .rv-card-one,
  .rv-card-two {
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
  }

  .rv-metrics,
  .rv-service-grid,
  .rv-plan-grid,
  .rv-content-grid {
    grid-template-columns: 1fr;
  }

  .rv-metrics div {
    border-right: 0;
    border-bottom: 1px solid rgba(24, 32, 31, .1);
  }

  .rv-metrics div:last-child {
    border-bottom: 0;
  }

  .rv-section,
  .rv-product,
  .rv-process,
  .rv-inner-hero {
    padding: 58px 0;
  }

  .rv-inner-hero {
    min-height: auto;
  }

  .rv-inner-hero h1 {
    font-size: clamp(42px, 14vw, 66px);
  }

  .rv-inner-hero p {
    font-size: 16px;
  }

  .rv-content-grid,
  .rv-contact-page {
    padding-bottom: 58px;
  }

  .rv-modal {
    padding: 10px;
  }

  .rv-modal-panel {
    max-height: calc(100vh - 20px);
    border-radius: 14px;
  }

  .rv-modal-copy,
  .rv-form {
    padding: 24px 18px;
  }

  .rv-form {
    grid-template-columns: 1fr;
  }

  .rv-section-head.row {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .rv-service,
  .rv-plan {
    min-height: auto;
  }

  .rv-plan.featured {
    transform: none;
  }

  .rv-dashboard {
    min-height: 360px;
  }

  .rv-dashboard-bars {
    height: 166px;
  }

  .rv-contact {
    padding: 28px 20px;
  }

  .rv-footer {
    min-height: 112px;
    display: grid;
    align-content: center;
  }
}

@media (max-width: 390px) {
  .rv-header {
    width: calc(100% - 18px);
    gap: 6px;
    padding: 7px 8px;
  }

  .rv-brand img {
    max-width: 100px;
  }

  .rv-header-actions {
    gap: 5px;
  }

  .rv-header-actions > .rv-button {
    min-height: 38px;
    padding: 0 9px;
    font-size: 11px;
  }

  .rv-menu-button {
    width: 38px;
    height: 38px;
  }
}
