@font-face { font-family: "Poppins"; font-style: normal; font-weight: 400; font-display: swap; src: url("/assets/mashy/poppins-latin-400-normal-d360be31.woff2") format("woff2"); }
@font-face { font-family: "Poppins"; font-style: normal; font-weight: 500; font-display: swap; src: url("/assets/mashy/poppins-latin-500-normal-afc692de.woff2") format("woff2"); }
@font-face { font-family: "Poppins"; font-style: normal; font-weight: 600; font-display: swap; src: url("/assets/mashy/poppins-latin-600-normal-765bd6dc.woff2") format("woff2"); }
@font-face { font-family: "Poppins"; font-style: normal; font-weight: 700; font-display: swap; src: url("/assets/mashy/poppins-latin-700-normal-96729a37.woff2") format("woff2"); }
@font-face { font-family: "Poppins"; font-style: normal; font-weight: 800; font-display: swap; src: url("/assets/mashy/poppins-latin-800-normal-b7299acd.woff2") format("woff2"); }
@font-face { font-family: "Cairo"; font-style: normal; font-weight: 400; font-display: swap; src: url("/assets/mashy/cairo-arabic-400-normal-67364b5a.woff2") format("woff2"); }
@font-face { font-family: "Cairo"; font-style: normal; font-weight: 600; font-display: swap; src: url("/assets/mashy/cairo-arabic-600-normal-6b20e486.woff2") format("woff2"); }
@font-face { font-family: "Cairo"; font-style: normal; font-weight: 700; font-display: swap; src: url("/assets/mashy/cairo-arabic-700-normal-8cd594be.woff2") format("woff2"); }
@font-face { font-family: "Cairo"; font-style: normal; font-weight: 800; font-display: swap; src: url("/assets/mashy/cairo-arabic-800-normal-300c96ad.woff2") format("woff2"); }
html[data-mashy-page] {
  color-scheme: light;
  --cream: #f7f0e6;
  --burgundy: #7c1824;
  --orange: #f46930;
  --ink: #393434;
  --line: #d9c3b7;
  --muted: #615653;
  --page: 1224px;
  font-family: "Poppins", sans-serif;
  color: var(--ink);
  background: var(--cream);
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}
body.mashy-page * {
  box-sizing: border-box;
}
html[data-mashy-page] {
  scroll-behavior: smooth;
  scroll-padding-top: 28px;
}
body.mashy-page {
  margin: 0;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
}
body.mashy-page button,
body.mashy-page input,
body.mashy-page select {
  font: inherit;
}
body.mashy-page button,
body.mashy-page a,
body.mashy-page input,
body.mashy-page select,
body.mashy-page summary {
  -webkit-tap-highlight-color: transparent;
}
body.mashy-page button,
body.mashy-page a,
body.mashy-page summary {
  touch-action: manipulation;
}
body.mashy-page button {
  cursor: pointer;
}
body.mashy-page button:disabled {
  cursor: not-allowed;
  opacity: 0.45;
}
body.mashy-page button {
  color: inherit;
}
body.mashy-page a {
  color: inherit;
  text-decoration: none;
}
body.mashy-page p,
body.mashy-page h1,
body.mashy-page h2,
body.mashy-page h3 {
  margin: 0;
}
body.mashy-page img {
  display: block;
  max-width: 100%;
}
body.mashy-page button {
  background: none;
  border: 0;
  padding: 0;
}
body.mashy-page button,
body.mashy-page a,
body.mashy-page input,
body.mashy-page select,
body.mashy-page summary {
  outline-offset: 5px;
}
body.mashy-page button:focus-visible,
body.mashy-page a:focus-visible,
body.mashy-page input:focus-visible,
body.mashy-page select:focus-visible,
body.mashy-page summary:focus-visible {
  outline: 3px solid var(--burgundy);
}
body.mashy-page ::selection {
  background: #fda272;
  color: var(--burgundy);
}
body.mashy-page .skip-link {
  position: fixed;
  z-index: 100;
  inset-block-start: -70px;
  inset-inline-start: 24px;
  background: var(--burgundy);
  color: var(--cream);
  padding: 14px 20px;
  border-radius: 8px;
}
body.mashy-page .skip-link:focus {
  inset-block-start: 16px;
}
body.mashy-page .section-shell {
  width: min(var(--page), calc(100% - 106px));
  margin-inline: auto;
}
body.mashy-page .section-space {
  padding-block: 100px;
}
body.mashy-page .site-header {
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  max-width: var(--page);
  margin: auto;
  position: relative;
  z-index: 10;
}
body.mashy-page .brand {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
}
body.mashy-page .brand img {
  height: auto;
  width: 166px;
}
body.mashy-page .desktop-nav {
  display: flex;
  gap: 36px;
  align-items: center;
  margin-inline-start: auto;
  margin-inline-end: auto;
  padding-inline-start: 75px;
  font-size: 15px;
  font-weight: 500;
}
body.mashy-page .desktop-nav a:hover {
  color: var(--burgundy);
  text-decoration: underline;
  text-underline-offset: 6px;
}
body.mashy-page .nav-actions {
  display: flex;
  align-items: center;
  gap: 24px;
}
body.mashy-page .language {
  font-size: 15px;
  font-weight: 600;
  min-height: 44px;
  padding-inline: 5px;
}
body.mashy-page .language[lang="ar"] {
  font-family: "Cairo", sans-serif;
}
body.mashy-page .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: var(--burgundy);
  color: var(--cream);
  padding: 14px 28px;
  min-height: 50px;
  border-radius: 16px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.4;
  transition:
    background 0.18s,
    transform 0.18s;
}
body.mashy-page .button:hover {
  background: #66131e;
  transform: translateY(-1px);
}
body.mashy-page .button:active {
  transform: translateY(0);
}
body.mashy-page .button:disabled:hover {
  transform: none;
}
body.mashy-page .nav-demo {
  border-radius: 24px;
  padding-inline: 29px;
  white-space: nowrap;
}
body.mashy-page .button-large {
  min-height: 62px;
  padding-inline: 42px;
  font-size: 18px;
}
body.mashy-page .menu-button,
body.mashy-page .mobile-nav {
  display: none;
}
body.mashy-page .icon-button {
  min-width: 44px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
body.mashy-page .icon-button:hover {
  background: #e9ded2;
}
body.mashy-page .menu-button {
  display: none;
}
body.mashy-page .eyebrow {
  font-size: 12px;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: 2px;
  color: var(--burgundy);
}
body.mashy-page .hero {
  display: grid;
  grid-template-columns: 47.85% 52.15%;
  min-height: 602px;
  max-width: 1500px;
  margin-inline: auto;
}
body.mashy-page .hero-copy {
  padding: 88px 20px 45px max(30px, calc((100vw - 1224px) / 2));
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
body.mashy-page .hero .eyebrow {
  margin-bottom: 16px;
  color: #af3d14;
}
body.mashy-page .hero h1 {
  font-size: clamp(44px, 4.7vw, 68px);
  font-weight: 700;
  letter-spacing: -0.032em;
  word-spacing: 0;
  line-height: 1.04;
  color: var(--burgundy);
  margin-inline-start: -4px;
  z-index: 1;
}
body.mashy-page .hero h1 span {
  display: block;
  white-space: nowrap;
}
body.mashy-page .hero-intro {
  font-size: 20px;
  line-height: 1.62;
  margin-top: 36px;
  max-width: 548px;
  letter-spacing: -0.4px;
}
body.mashy-page .hero-actions {
  display: flex;
  align-items: center;
  gap: 42px;
  margin-top: 34px;
}
body.mashy-page .text-link {
  color: var(--burgundy);
  font-size: 17px;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 7px;
  text-decoration-thickness: 1px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}
body.mashy-page .text-link:hover {
  text-decoration-thickness: 2px;
}
body.mashy-page .hero-actions .text-link {
  font-size: 18px;
  white-space: nowrap;
}
body.mashy-page .hero-fees {
  font-size: 14px;
  line-height: 1.8;
  margin-top: 30px;
}
body.mashy-page .hero-fees a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
body.mashy-page .hero-visual {
  height: 602px;
  position: relative;
  min-width: 0;
  border-radius: 17px 0 0 17px;
  overflow: hidden;
}
body.mashy-page .hero-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
body.mashy-page .sample-bill {
  position: absolute;
  inset-inline-start: 26px;
  bottom: 22px;
  width: 308px;
  background: #fffdfa;
  padding: 18px 21px 20px;
  border-radius: 17px;
  box-shadow: 0 4px 20px #361b1815;
  font-size: 14px;
}
body.mashy-page .sample-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid #ded7d0;
  padding-bottom: 12px;
}
body.mashy-page .sample-bill p {
  font-weight: 500;
  margin-block: 11px 14px;
  line-height: 1.4;
}
body.mashy-page .sample-bill p strong {
  display: block;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: -1px;
}
body.mashy-page .sample-bill .button {
  width: 100%;
  min-height: 45px;
  padding-block: 10px;
  border-radius: 12px;
}
body.mashy-page .how {
  margin-top: 36px;
  border-top: 1px solid var(--burgundy);
  padding-top: 45px;
  display: grid;
  grid-template-columns: 1fr 1.03fr;
  gap: 57px;
  align-items: center;
}
body.mashy-page .how h2 {
  font-size: 50px;
  line-height: 1.12;
  letter-spacing: -1.5px;
  word-spacing: 2px;
  color: var(--burgundy);
  font-weight: 700;
}
body.mashy-page .how h2 span {
  display: block;
}
body.mashy-page .section-intro {
  font-size: 19px;
  line-height: 1.7;
  letter-spacing: -0.3px;
}
body.mashy-page .how .section-intro {
  margin-top: 17px;
}
body.mashy-page .how-steps {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  list-style: none;
  padding: 0;
  margin: 43px 0 0;
  gap: 22px;
}
body.mashy-page .how-steps li + li {
  border-inline-start: 1px solid #ecb798;
  padding-inline-start: 28px;
}
body.mashy-page .step-number {
  display: block;
  color: #b74217;
  font-size: 34px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -1px;
}
body.mashy-page .how-steps h3 {
  font-size: 17px;
  line-height: 1.5;
  letter-spacing: -0.5px;
  margin-block: 3px 6px;
  font-weight: 700;
}
body.mashy-page .how-steps p {
  font-size: 14px;
  line-height: 1.5;
}
body.mashy-page .walkthrough-photo {
  position: relative;
  border-radius: 9px;
  overflow: hidden;
  width: calc(100% + max(0px, (100vw - 1224px)/2));
  height: 402px;
  text-align: start;
}
body.mashy-page .walkthrough-photo > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.mashy-page .photo-action {
  position: absolute;
  inset-inline: 20px;
  bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--cream);
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 600;
  color: var(--burgundy);
  border-radius: 10px;
  opacity: 0;
  transform: translateY(8px);
  transition: all 0.2s;
}
body.mashy-page .walkthrough-photo:hover .photo-action,
body.mashy-page .walkthrough-photo:focus-visible .photo-action {
  opacity: 1;
  transform: translateY(0);
}
body.mashy-page h2 {
  font-size: 48px;
  line-height: 1.13;
  letter-spacing: -0.035em;
  font-weight: 600;
  color: var(--burgundy);
}
body.mashy-page .section-heading {
  max-width: 800px;
}
body.mashy-page .section-heading h2 {
  margin-top: 15px;
  max-width: 740px;
}
body.mashy-page .section-heading .section-intro {
  margin-top: 20px;
  max-width: 780px;
}
/* Product explanation: a visible sample bill, with ordering secondary. */
body.mashy-page .product-story {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  align-items: center;
  gap: 88px;
}
body.mashy-page .product-features {
  display: grid;
  gap: 14px;
  list-style: none;
  padding: 0;
  margin: 28px 0;
  font-size: 15px;
  line-height: 1.65;
}
body.mashy-page .product-features li { display: flex; align-items: flex-start; gap: 12px; }
body.mashy-page .product-features svg { flex-shrink: 0; margin-top: 3px; color: var(--burgundy); }
body.mashy-page .product-preview {
  padding: 38px;
  background: #ede2d5;
  border-radius: 16px;
}
body.mashy-page .preview-bill {
  max-width: 390px;
  margin-inline: auto;
  padding: 28px;
  background: var(--cream);
  border: 1px solid #e2d6cb;
  border-radius: 14px;
  box-shadow: 0 12px 28px #44231f08;
}
body.mashy-page .preview-brand { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
body.mashy-page .preview-brand img { width: 102px; height: auto; }
body.mashy-page .preview-brand span { font-size: 12px; color: var(--muted); }
body.mashy-page .preview-bill h3 { margin-block: 27px 6px; font-size: 23px; font-weight: 600; letter-spacing: -0.5px; }
body.mashy-page .preview-items { list-style: none; padding: 0; margin: 10px 0 0; }
body.mashy-page .preview-items li { display: flex; justify-content: space-between; gap: 16px; padding-block: 15px; font-size: 13px; border-bottom: 1px solid #e8e0d8; }
body.mashy-page .preview-items strong { font-weight: 500; white-space: nowrap; }
body.mashy-page .preview-total { display: flex; justify-content: space-between; gap: 16px; padding-block: 21px; font-size: 15px; }
body.mashy-page .preview-total strong { color: var(--burgundy); font-size: 22px; white-space: nowrap; }
body.mashy-page .preview-bill .button { width: 100%; font-size: 14px; padding-inline: 18px; gap: 16px; }
body.mashy-page .preview-caption { text-align: center; margin-top: 17px; font-size: 12px; color: var(--muted); }
body.mashy-page .order-option {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 25px;
  align-items: center;
  padding-block: 30px;
  margin-top: 48px;
  border-block: 1px solid var(--line);
}
body.mashy-page .order-option > svg { color: var(--burgundy); }
body.mashy-page .order-option h3 { font-size: 24px; font-weight: 600; letter-spacing: -0.7px; margin-block: 6px; text-align: start; }
body.mashy-page .order-option p:not(.eyebrow) { font-size: 15px; line-height: 1.7; max-width: 660px; }
body.mashy-page .order-option .text-link { font-size: 15px; white-space: nowrap; }
body.mashy-page .price-card .button:focus-visible { outline-color: var(--cream); }
body.mashy-page .order-review { margin-block: 16px; }
body.mashy-page .order-review h3 { font-size: 19px; font-weight: 600; }
body.mashy-page .order-review ul { list-style: none; padding: 0; margin: 12px 0 0; }
body.mashy-page .order-review li { display: flex; justify-content: space-between; align-items: flex-start; gap: 20px; padding-block: 10px; border-bottom: 1px solid var(--line); font-size: 14px; }
body.mashy-page .order-review li > strong { white-space: nowrap; font-weight: 600; }
body.mashy-page .order-review li div strong { display: block; font-weight: 500; }
body.mashy-page .order-review li span { display: block; font-size: 12px; color: var(--muted); margin-top: 5px; }
body.mashy-page .setup {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 110px;
  padding-top: 0;
}
body.mashy-page .setup h2 {
  margin-block: 18px 23px;
}
body.mashy-page .setup .section-intro {
  font-size: 17px;
}
body.mashy-page .arrow-link {
  display: inline-flex;
  align-items: center;
  gap: 18px;
}
body.mashy-page .setup .text-link {
  margin-top: 21px;
}
body.mashy-page .setup-steps {
  list-style: none;
  margin: 0;
  padding: 0;
}
body.mashy-page .setup-steps li {
  padding-block: 23px;
  border-bottom: 1px solid var(--line);
  display: flex;
  gap: 28px;
}
body.mashy-page .setup-steps li:first-child {
  padding-top: 5px;
}
body.mashy-page .setup-steps h3 {
  font-size: 20px;
  letter-spacing: -0.6px;
  font-weight: 600;
  margin-bottom: 8px;
}
body.mashy-page .setup-steps p {
  font-size: 15px;
  line-height: 1.7;
}
body.mashy-page .setup-steps .step-number {
  font-size: 28px;
  padding-top: 2px;
}
body.mashy-page .pricing {
  background: #ebdfd2;
  padding-block: 76px;
}
body.mashy-page .pricing-copy {
  align-self: center;
}
body.mashy-page .pricing-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 96px;
  align-items: start;
}
body.mashy-page .pricing h2 {
  white-space: pre-line;
  margin-block: 20px 22px;
}
body.mashy-page .pricing .section-intro {
  font-size: 17px;
  max-width: 555px;
}
body.mashy-page .price-card {
  background: var(--burgundy);
  color: var(--cream);
  padding: 39px 34px 34px;
  border-radius: 16px;
  margin-top: 4px;
}
body.mashy-page .price-card .eyebrow {
  color: #ffd2b9;
  font-size: 11px;
  letter-spacing: 1.4px;
}
body.mashy-page .price-amount {
  display: flex;
  align-items: baseline;
  gap: 18px;
  margin-top: 13px;
  line-height: 1.2;
}
body.mashy-page .price-amount span {
  font-size: 27px;
  font-weight: 500;
}
body.mashy-page .price-amount strong {
  font-size: 120px;
  font-weight: 600;
  letter-spacing: -8px;
}
body.mashy-page .price-caption {
  font-size: 14px;
  opacity: 0.85;
  margin-top: 3px;
}
body.mashy-page .price-card ul {
  list-style: none;
  padding: 28px 0;
  margin: 27px 0 0;
  border-top: 1px solid #ffffff50;
}
body.mashy-page .price-card li {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding-block: 9px;
  font-size: 14px;
}
body.mashy-page .price-card li strong {
  font-weight: 500;
  white-space: nowrap;
}
body.mashy-page .button-light {
  background: var(--cream);
  color: var(--burgundy);
  width: 100%;
  padding-inline: 12px;
  font-size: 14px;
}
body.mashy-page .button-light:hover {
  background: #fffaf3;
}
body.mashy-page .faq {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 70px;
}
body.mashy-page .faq .eyebrow {
  font-size: 11px;
  letter-spacing: 1.4px;
}
body.mashy-page .faq h2 {
  margin-top: 19px;
}
body.mashy-page .faq-list {
  border-top: 1px solid var(--line);
}
body.mashy-page .faq details {
  border-bottom: 1px solid var(--line);
}
body.mashy-page .faq summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.55;
  cursor: pointer;
  padding-block: 25px;
}
body.mashy-page .faq summary::-webkit-details-marker {
  display: none;
}
body.mashy-page .faq summary svg {
  color: var(--burgundy);
  flex-shrink: 0;
}
body.mashy-page .faq details p {
  font-size: 15px;
  line-height: 1.8;
  padding-bottom: 25px;
  max-width: 560px;
}
body.mashy-page .faq-minus,
body.mashy-page .faq details[open] .faq-plus {
  display: none;
}
body.mashy-page .faq details[open] .faq-minus {
  display: block;
}
body.mashy-page .lead {
  border-top: 1px solid var(--burgundy);
  padding-block: 72px 86px;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 88px;
}
body.mashy-page .lead h2 {
  font-size: 48px;
  white-space: pre-line;
  margin-block: 20px 25px;
}
body.mashy-page .lead .section-intro {
  font-size: 17px;
  max-width: 450px;
}
body.mashy-page .lead-note {
  font-size: 14px;
  color: var(--burgundy);
  margin-top: 35px;
}
body.mashy-page .lead-form-wrap {
  padding: 4px 0;
}
body.mashy-page .prototype-note {
  font-size: 12px;
  line-height: 1.65;
  color: var(--muted);
  padding-bottom: 16px;
}
body.mashy-page .lead form label {
  display: block;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 18px;
}
body.mashy-page .lead input {
  display: block;
  width: 100%;
  border: 1px solid #bd9995;
  border-radius: 9px;
  background: transparent;
  height: 48px;
  margin-top: 7px;
  padding: 10px 14px;
  color: var(--ink);
  font-size: 16px;
}
body.mashy-page .lead input:focus {
  border-color: var(--burgundy);
}
body.mashy-page .lead form > .button {
  width: 100%;
  font-size: 16px;
  min-height: 54px;
  justify-content: space-between;
  padding-inline: 22px;
  margin-top: 5px;
}
body.mashy-page .form-privacy {
  font-size: 11px;
  line-height: 1.7;
  color: var(--muted);
  margin-top: 14px;
}
body.mashy-page .form-success {
  color: var(--burgundy);
  padding-block: 30px;
}
body.mashy-page .form-success h3 {
  font-size: 27px;
  line-height: 1.35;
  margin-top: 24px;
}
body.mashy-page .form-success p {
  font-size: 16px;
  line-height: 1.8;
  margin-block: 18px;
}
body.mashy-page .footer {
  border-top: 1px solid var(--line);
  padding-block: 35px 24px;
}
body.mashy-page .footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
}
body.mashy-page .footer-top .brand img {
  width: 144px;
}
body.mashy-page .footer-top p {
  font-size: 19px;
  color: var(--burgundy);
  letter-spacing: -0.7px;
  margin-inline-end: auto;
}
body.mashy-page .footer-top .text-link {
  font-size: 13px;
}
body.mashy-page .footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  font-size: 11px;
  color: var(--muted);
  margin-top: 33px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
}
/* The sample uses real controls; the photographs remain illustrative. */
body.mashy-page .demo-dialog {
  border: 0;
  background: var(--cream);
  color: var(--ink);
  padding: 0;
  max-width: 520px;
  width: calc(100% - 32px);
  max-height: calc(100dvh - 40px);
  border-radius: 20px;
  box-shadow: 0 15px 80px #29100f40;
  overflow: auto;
  overscroll-behavior: contain;
}
body.mashy-page .demo-dialog::backdrop {
  background: #2c1a1bcc;
  backdrop-filter: blur(5px);
}
body.mashy-page .demo-inner {
  padding: 23px 30px 30px;
}
body.mashy-page .demo-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body.mashy-page .demo-top img {
  width: 102px;
  height: auto;
}
body.mashy-page .demo-table {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  margin-top: 18px;
  color: var(--muted);
}
body.mashy-page .demo-table span {
  color: var(--burgundy);
}
body.mashy-page .demo-dialog h2 {
  font-size: 28px;
  letter-spacing: -1.2px;
  line-height: 1.2;
  margin-top: 14px;
}
body.mashy-page .demo-intro {
  font-size: 12px;
  line-height: 1.7;
  margin-top: 9px;
  color: var(--muted);
}
body.mashy-page .demo-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 4px;
  background: #e9dfd4;
  border-radius: 10px;
  margin-top: 21px;
  gap: 4px;
}
body.mashy-page .demo-tabs button {
  font-size: 13px;
  min-height: 43px;
  border-radius: 7px;
  padding: 8px 5px;
  font-weight: 500;
}
body.mashy-page .demo-tabs button[aria-pressed="true"] {
  background: #fffaf4;
  box-shadow: 0 1px 4px #3b282210;
  color: var(--burgundy);
}
body.mashy-page .demo-section-title {
  font-size: 14px;
  font-weight: 600;
  margin-block: 24px 12px;
}
body.mashy-page .split-options {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 7px;
  margin-bottom: 14px;
}
body.mashy-page .split-options button {
  font-size: 11px;
  padding: 10px 2px;
  border: 1px solid #c3a49e;
  border-radius: 7px;
  min-height: 41px;
}
body.mashy-page .split-options button[aria-pressed="true"],
body.mashy-page .tip-options button[aria-pressed="true"] {
  background: var(--burgundy);
  color: var(--cream);
  border-color: var(--burgundy);
}
body.mashy-page .bill-item {
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid #ddd1c6;
  min-height: 53px;
  font-size: 12px;
  line-height: 1.5;
}
body.mashy-page .bill-item input {
  width: 19px;
  height: 19px;
  accent-color: var(--burgundy);
  margin: 0;
  flex-shrink: 0;
  cursor: pointer;
}
body.mashy-page .bill-item strong {
  font-size: 12px;
  font-weight: 500;
  margin-inline-start: auto;
  white-space: nowrap;
}
body.mashy-page .bill-total,
body.mashy-page .review-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  font-size: 12px;
  margin-top: 15px;
}
body.mashy-page .bill-total strong,
body.mashy-page .review-line strong {
  font-weight: 500;
}
body.mashy-page .custom-control {
  display: block;
  font-size: 12px;
  margin-top: 18px;
}
body.mashy-page .custom-control select,
body.mashy-page .custom-control input {
  width: 100%;
  height: 43px;
  border: 1px solid #c3a49e;
  border-radius: 7px;
  background: transparent;
  padding-inline: 12px;
  margin-top: 7px;
  color: var(--ink);
  font-size: 15px;
}
body.mashy-page .demo-summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-top: 23px;
  padding-block: 17px 5px;
  border-top: 1px solid #c3a49e;
  font-size: 13px;
  font-weight: 500;
}
body.mashy-page .demo-summary strong {
  font-size: 22px;
  letter-spacing: -0.6px;
  font-weight: 600;
  color: var(--burgundy);
}
body.mashy-page .demo-primary {
  width: 100%;
  margin-top: 19px;
  border-radius: 11px;
  padding-inline: 17px;
  font-size: 14px;
  min-height: 50px;
}
body.mashy-page .demo-primary svg {
  margin-inline-start: auto;
}
body.mashy-page .input-hint {
  font-size: 12px;
  margin-top: 10px;
  color: var(--burgundy);
}
body.mashy-page .full-bill-note {
  font-size: 12px;
  margin-top: 16px;
  color: var(--burgundy);
}
body.mashy-page .order-items {
  margin-top: 13px;
}
body.mashy-page .order-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-block: 19px;
  border-bottom: 1px solid #ddd1c6;
}
body.mashy-page .order-item > div:first-child {
  display: grid;
  gap: 6px;
  font-size: 13px;
}
body.mashy-page .order-item strong {
  font-weight: 500;
}
body.mashy-page .order-item > div > span {
  font-size: 12px;
  color: var(--muted);
}
body.mashy-page .quantity {
  display: flex;
  align-items: center;
  border: 1px solid #c3a49e;
  border-radius: 8px;
  min-width: 112px;
  overflow: hidden;
}
body.mashy-page .quantity button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 38px;
  color: var(--burgundy);
}
body.mashy-page .quantity button:hover {
  background: #e9dfd4;
}
body.mashy-page .quantity output {
  width: 30px;
  text-align: center;
  font-size: 13px;
}
body.mashy-page .demo-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  min-height: 40px;
  margin-top: 10px;
  color: var(--burgundy);
}
body.mashy-page .tip-section {
  margin-top: 15px;
}
body.mashy-page .tip-section h3 {
  font-size: 21px;
  letter-spacing: -0.6px;
}
body.mashy-page .tip-section > p {
  font-size: 13px;
  margin-top: 4px;
}
body.mashy-page .tip-options {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 7px;
  margin-block: 16px 18px;
}
body.mashy-page .tip-options button {
  min-height: 45px;
  border: 1px solid #c3a49e;
  border-radius: 8px;
  font-size: 12px;
}
body.mashy-page .review-line {
  font-size: 14px;
  margin-top: 8px;
  padding-block: 5px;
}
body.mashy-page .demo-disclosure {
  font-size: 11px;
  color: var(--muted);
  line-height: 1.7;
  margin-top: 15px;
}
body.mashy-page .demo-complete {
  text-align: center;
  padding-top: 20px;
}
body.mashy-page .demo-complete > svg {
  color: var(--burgundy);
  margin-bottom: 10px;
}
body.mashy-page .demo-complete > .text-link {
  font-size: 13px;
  margin-top: 15px;
}
body.mashy-page .demo-complete .demo-summary {
  text-align: start;
}
html[data-mashy-page][dir="rtl"] {
  font-family: "Cairo", "Poppins", sans-serif;
}
html[data-mashy-page][dir="rtl"] .eyebrow {
  letter-spacing: 0;
  font-size: 13px;
}
html[data-mashy-page][dir="rtl"] .hero-copy {
  padding-inline-start: max(30px, calc((100vw - 1224px) / 2));
  padding-inline-end: 30px;
}
html[data-mashy-page][dir="rtl"] .hero h1 {
  letter-spacing: -2px;
  line-height: 1.3;
  font-size: clamp(46px, 6.2vw, 88px);
}
html[data-mashy-page][dir="rtl"] h2 {
  letter-spacing: -1px;
  line-height: 1.35;
}
html[data-mashy-page][dir="rtl"] .hero-visual {
  border-radius: 0 17px 17px 0;
}
html[data-mashy-page][dir="rtl"] .hero-intro {
  line-height: 1.85;
  margin-top: 17px;
}
html[data-mashy-page][dir="rtl"] .hero-actions {
  gap: 28px;
  margin-top: 25px;
}
html[data-mashy-page][dir="rtl"] .hero-fees {
  margin-top: 22px;
}
html[data-mashy-page][dir="rtl"] .demo-primary svg,
html[data-mashy-page][dir="rtl"] .demo-back svg {
  transform: scaleX(-1);
}
html[data-mashy-page][dir="rtl"] .hero h1 span {
  white-space: normal;
}
html[data-mashy-page][dir="rtl"] .how h2 {
  font-size: 56px;
}
html[data-mashy-page][dir="rtl"] .how-steps {
  margin-top: 31px;
}
html[data-mashy-page][dir="rtl"] .price-amount strong {
  letter-spacing: 0;
}
html[data-mashy-page][dir="rtl"] .lead h2 {
  font-size: 48px;
}
html[data-mashy-page][dir="rtl"] .demo-dialog h2 {
  font-size: 28px;
}
html[data-mashy-page][dir="rtl"] .language[lang="en"] {
  font-family: "Poppins", sans-serif;
}
@media (min-width: 1500px) {
  body.mashy-page .hero-copy {
    padding-inline-start: 84px;
    padding-inline-end: 25px;
  }
  body.mashy-page .hero h1 {
    font-size: 82px;
  }
  body.mashy-page .hero-visual {
    border-radius: 17px;
  }
  body.mashy-page .walkthrough-photo {
    width: 100%;
  }
}
@media (max-width: 1250px) {
  body.mashy-page .site-header {
    margin-inline: 38px;
    gap: 24px;
  }
  body.mashy-page .section-shell {
    width: calc(100% - 76px);
  }
  body.mashy-page .desktop-nav {
    padding-inline-start: 20px;
    gap: 27px;
    font-size: 14px;
  }
  body.mashy-page .nav-actions {
    gap: 18px;
  }
  body.mashy-page .nav-demo {
    padding-inline: 22px;
    font-size: 14px;
  }
  body.mashy-page .hero-copy {
    padding-inline-start: 38px;
    padding-top: 76px;
  }
  body.mashy-page .hero-intro {
    font-size: 18px;
  }
  body.mashy-page .hero-actions {
    gap: 27px;
  }
  body.mashy-page .hero-actions .button {
    padding-inline: 29px;
    font-size: 16px;
  }
  body.mashy-page .hero-actions .text-link {
    font-size: 16px;
  }
  body.mashy-page .hero-visual {
    height: 570px;
  }
  body.mashy-page .hero {
    min-height: 570px;
  }
  body.mashy-page .hero-fees {
    font-size: 12px;
  }
  body.mashy-page .how {
    gap: 38px;
  }
  body.mashy-page .how h2 {
    font-size: 51px;
    letter-spacing: -3px;
  }
  body.mashy-page .how-steps {
    gap: 17px;
  }
  body.mashy-page .how-steps li + li {
    padding-inline-start: 18px;
  }
  body.mashy-page .how-steps h3 {
    font-size: 15px;
  }
  body.mashy-page .how-steps p {
    font-size: 13px;
  }
  body.mashy-page .walkthrough-photo {
    width: calc(100% + 38px);
    height: 380px;
  }
  body.mashy-page .how .section-intro {
    font-size: 17px;
  }
  body.mashy-page .pricing-grid {
    gap: 70px;
  }
  body.mashy-page .setup {
    gap: 70px;
  }
  body.mashy-page .lead {
    gap: 65px;
  }
  body.mashy-page .lead h2 {
    font-size: 43px;
  }
}
@media (max-width: 1000px) {
  body.mashy-page .site-header {
    margin-inline: 30px;
    height: 84px;
    gap: 20px;
  }
  body.mashy-page .brand img {
    width: 138px;
  }
  body.mashy-page .desktop-nav {
    gap: 22px;
    padding: 0;
    font-size: 12px;
  }
  body.mashy-page .nav-actions {
    gap: 14px;
  }
  body.mashy-page .nav-demo {
    padding-inline: 17px;
    font-size: 12px;
    min-height: 44px;
  }
  body.mashy-page .language {
    font-size: 13px;
  }
  body.mashy-page .section-shell {
    width: calc(100% - 60px);
  }
  body.mashy-page .hero-copy {
    padding: 65px 20px 35px 30px;
  }
  body.mashy-page .hero h1 {
    font-size: 4.65vw;
  }
  body.mashy-page .hero-intro {
    font-size: 16px;
    line-height: 1.7;
  }
  body.mashy-page .hero .eyebrow {
    font-size: 9px;
    letter-spacing: 1.5px;
  }
  body.mashy-page .hero-actions {
    gap: 18px;
    flex-wrap: wrap;
    margin-top: 25px;
  }
  body.mashy-page .hero-actions .button {
    padding-inline: 22px;
    min-height: 51px;
    font-size: 14px;
  }
  body.mashy-page .hero-actions .text-link {
    font-size: 14px;
  }
  body.mashy-page .hero-visual {
    height: 548px;
  }
  body.mashy-page .hero {
    min-height: 548px;
  }
  body.mashy-page .hero-fees {
    margin-top: 24px;
    font-size: 11px;
  }
  body.mashy-page .sample-bill {
    width: 215px;
    padding: 15px 17px;
    inset-inline-start: 20px;
    font-size: 12px;
  }
  body.mashy-page .sample-bill p strong {
    font-size: 27px;
  }
  body.mashy-page .sample-bill .button {
    font-size: 14px;
  }
  body.mashy-page .how {
    gap: 30px;
    align-items: center;
  }
  body.mashy-page .how h2 {
    font-size: 41px;
    letter-spacing: -1.5px;
  }
  body.mashy-page .how-steps {
    gap: 13px;
    margin-top: 29px;
  }
  body.mashy-page .how-steps li + li {
    padding-inline-start: 13px;
  }
  body.mashy-page .how-steps h3 {
    font-size: 13px;
    letter-spacing: -0.3px;
  }
  body.mashy-page .how-steps p {
    font-size: 11px;
  }
  body.mashy-page .step-number {
    font-size: 28px;
  }
  body.mashy-page .how .section-intro {
    font-size: 15px;
  }
  body.mashy-page .walkthrough-photo {
    height: 330px;
    width: calc(100% + 30px);
  }
  body.mashy-page .section-space {
    padding-block: 76px;
  }
  body.mashy-page h2 {
    font-size: 41px;
  }
  body.mashy-page .section-intro {
    font-size: 17px;
  }
  body.mashy-page .setup {
    gap: 48px;
    padding-top: 0;
  }
  body.mashy-page .setup h2 {
    font-size: 37px;
  }
  body.mashy-page .setup .section-intro {
    font-size: 15px;
  }
  body.mashy-page .setup-steps li {
    gap: 20px;
  }
  body.mashy-page .setup-steps h3 {
    font-size: 17px;
  }
  body.mashy-page .setup-steps p {
    font-size: 13px;
  }
  body.mashy-page .pricing-grid {
    gap: 42px;
    grid-template-columns: 1.1fr 0.9fr;
  }
  body.mashy-page .pricing h2 {
    font-size: 37px;
  }
  body.mashy-page .pricing .section-intro {
    font-size: 15px;
  }
  body.mashy-page .price-card {
    padding: 28px 23px;
  }
  body.mashy-page .price-card li {
    font-size: 12px;
  }
  body.mashy-page .price-card .eyebrow {
    font-size: 9px;
  }
  body.mashy-page .price-amount strong {
    font-size: 100px;
  }
  body.mashy-page .faq {
    gap: 45px;
    grid-template-columns: 0.8fr 1.2fr;
  }
  body.mashy-page .faq summary {
    font-size: 14px;
  }
  body.mashy-page .faq details p {
    font-size: 13px;
  }
  body.mashy-page .faq .eyebrow {
    font-size: 9px;
  }
  body.mashy-page .lead {
    gap: 48px;
  }
  body.mashy-page .lead h2 {
    font-size: 36px;
  }
  body.mashy-page .lead .section-intro {
    font-size: 15px;
  }
  body.mashy-page .footer-top p {
    font-size: 16px;
  }
  html[data-mashy-page][dir="rtl"] .hero-copy {
    padding-top: 48px;
  }
  html[data-mashy-page][dir="rtl"] .hero h1 {
    font-size: 6.5vw;
  }
  html[data-mashy-page][dir="rtl"] .hero-actions {
    gap: 17px;
  }
  html[data-mashy-page][dir="rtl"] .eyebrow {
    font-size: 11px;
  }
  html[data-mashy-page][dir="rtl"] .how h2 {
    font-size: 43px;
  }
  html[data-mashy-page][dir="rtl"] .how-steps h3 {
    font-size: 14px;
  }
  html[data-mashy-page][dir="rtl"] .how-steps p {
    font-size: 12px;
  }
  html[data-mashy-page][dir="rtl"] .lead h2 {
    font-size: 37px;
  }
}
@media (max-width: 760px) {
  body.mashy-page .section-shell {
    width: calc(100% - 40px);
  }
  body.mashy-page .site-header {
    height: 80px;
    margin-inline: 20px;
    gap: 14px;
  }
  body.mashy-page .brand img {
    width: 129px;
  }
  body.mashy-page .desktop-nav,
  body.mashy-page .nav-demo {
    display: none;
  }
  body.mashy-page .nav-actions {
    gap: 12px;
    margin-inline-start: auto;
  }
  body.mashy-page .language {
    font-size: 14px;
  }
  body.mashy-page .menu-button {
    display: flex;
  }
  body.mashy-page .mobile-nav {
    display: flex;
    position: absolute;
    inset-inline: 0;
    top: 71px;
    background: var(--cream);
    border: 1px solid var(--line);
    box-shadow: 0 12px 30px #3a15131c;
    border-radius: 13px;
    padding: 18px;
    flex-direction: column;
    gap: 6px;
  }
  body.mashy-page .mobile-nav > a:not(.button) {
    padding: 12px 9px;
    font-size: 16px;
  }
  body.mashy-page .mobile-nav .button {
    margin-top: 8px;
  }
  body.mashy-page .hero {
    display: flex;
    flex-direction: column;
    min-height: 0;
    gap: 29px;
  }
  body.mashy-page .hero-copy {
    padding: 26px 20px 0;
    display: block;
  }
  body.mashy-page .hero .eyebrow {
    font-size: 10px;
    letter-spacing: 1.5px;
    margin-bottom: 16px;
  }
  body.mashy-page .hero h1 {
    font-size: clamp(31px, 9.1vw, 54px);
    letter-spacing: -0.035em;
    word-spacing: 0;
    line-height: 1.1;
    margin-inline-start: -2px;
  }
  body.mashy-page .hero-intro {
    font-size: 15px;
    line-height: 1.75;
    letter-spacing: -0.2px;
    margin-top: 22px;
    max-width: 580px;
  }
  body.mashy-page .hero-actions {
    gap: 22px;
    flex-wrap: nowrap;
    margin-top: 26px;
  }
  body.mashy-page .hero-actions .button {
    min-height: 52px;
    padding-inline: 24px;
    font-size: 14px;
    border-radius: 13px;
    white-space: nowrap;
  }
  body.mashy-page .hero-actions .text-link {
    font-size: 13px;
  }
  body.mashy-page .hero-fees {
    font-size: 11px;
    line-height: 1.8;
    margin-top: 22px;
  }
  body.mashy-page .hero-visual {
    height: auto;
    aspect-ratio: 1.16;
    margin-inline: 20px;
    border-radius: 14px;
  }
  body.mashy-page .hero-photo {
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
  }
  body.mashy-page .sample-bill {
    width: 46%;
    min-width: 169px;
    inset-inline-start: 14px;
    bottom: 14px;
    padding: 11px 12px;
    border-radius: 12px;
    font-size: 9px;
  }
  body.mashy-page .sample-heading {
    padding-bottom: 8px;
    gap: 5px;
  }
  body.mashy-page .sample-bill p {
    margin-block: 7px 9px;
  }
  body.mashy-page .sample-bill p strong {
    font-size: 22px;
    letter-spacing: -0.7px;
  }
  body.mashy-page .sample-bill .button {
    min-height: 37px;
    padding: 6px 7px;
    font-size: 11px;
    border-radius: 8px;
  }
  body.mashy-page .how {
    display: flex;
    flex-direction: column;
    margin-top: 33px;
    padding-top: 33px;
    gap: 27px;
    align-items: stretch;
  }
  body.mashy-page .how h2 {
    font-size: 39px;
    line-height: 1.09;
    letter-spacing: -2px;
  }
  body.mashy-page .how .section-intro {
    font-size: 14px;
    margin-top: 13px;
  }
  body.mashy-page .how-steps {
    margin-top: 29px;
    gap: 16px;
  }
  body.mashy-page .how-steps li + li {
    padding-inline-start: 16px;
  }
  body.mashy-page .step-number {
    font-size: 28px;
  }
  body.mashy-page .how-steps h3 {
    font-size: 13px;
    letter-spacing: -0.4px;
    margin-top: 7px;
  }
  body.mashy-page .how-steps p {
    font-size: 11px;
    line-height: 1.6;
  }
  body.mashy-page .walkthrough-photo {
    width: 100%;
    height: auto;
    aspect-ratio: 1.6;
    border-radius: 10px;
  }
  body.mashy-page .photo-action {
    display: none;
  }
  body.mashy-page .section-space {
    padding-block: 63px;
  }
  body.mashy-page .eyebrow {
    font-size: 9px;
    letter-spacing: 1.5px;
  }
  body.mashy-page h2 {
    font-size: 36px;
    letter-spacing: -1.1px;
    line-height: 1.16;
  }
  body.mashy-page .section-heading h2 {
    margin-top: 14px;
  }
  body.mashy-page .section-heading .section-intro {
    font-size: 15px;
    margin-top: 17px;
  }
  body.mashy-page .setup {
    grid-template-columns: 1fr;
    gap: 27px;
    padding-top: 0;
  }
  body.mashy-page .setup h2 {
    font-size: 36px;
    margin-block: 15px 19px;
    max-width: 480px;
  }
  body.mashy-page .setup .section-intro {
    font-size: 15px;
  }
  body.mashy-page .setup .text-link {
    font-size: 15px;
    margin-top: 12px;
  }
  body.mashy-page .setup-steps li {
    gap: 24px;
    padding-block: 21px;
  }
  body.mashy-page .setup-steps h3 {
    font-size: 17px;
  }
  body.mashy-page .setup-steps p {
    font-size: 13px;
  }
  body.mashy-page .setup-steps .step-number {
    font-size: 28px;
  }
  body.mashy-page .pricing {
    padding-block: 50px;
  }
  body.mashy-page .pricing-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  body.mashy-page .pricing h2 {
    font-size: 35px;
    letter-spacing: -1.8px;
    margin-block: 16px 18px;
  }
  body.mashy-page .pricing .section-intro {
    font-size: 14px;
  }
  body.mashy-page .price-card {
    padding: 29px 25px;
    margin: 0;
  }
  body.mashy-page .price-card .eyebrow {
    font-size: 10px;
  }
  body.mashy-page .price-amount {
    margin-top: 9px;
  }
  body.mashy-page .price-amount strong {
    font-size: 108px;
  }
  body.mashy-page .price-card ul {
    margin-top: 22px;
    padding-block: 22px;
  }
  body.mashy-page .price-card li {
    font-size: 13px;
  }
  body.mashy-page .button-light {
    font-size: 14px;
  }
  body.mashy-page .faq {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  body.mashy-page .faq h2 {
    margin-top: 13px;
  }
  body.mashy-page .faq .eyebrow {
    font-size: 9px;
  }
  body.mashy-page .faq summary {
    font-size: 14px;
    padding-block: 21px;
  }
  body.mashy-page .faq details p {
    font-size: 13px;
  }
  body.mashy-page .lead {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-block: 49px 58px;
  }
  body.mashy-page .lead h2 {
    font-size: 36px;
    letter-spacing: -1.1px;
    margin-block: 16px 20px;
  }
  body.mashy-page .lead .section-intro {
    font-size: 15px;
  }
  body.mashy-page .lead-note {
    margin-top: 19px;
    font-size: 12px;
  }
  body.mashy-page .lead-form-wrap {
    padding: 0;
  }
  body.mashy-page .prototype-note {
    font-size: 11px;
  }
  body.mashy-page .footer {
    padding-block: 29px 20px;
  }
  body.mashy-page .footer-top {
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
  }
  body.mashy-page .footer-top .brand img {
    width: 122px;
  }
  body.mashy-page .footer-top p {
    font-size: 14px;
    flex: 1;
    margin: 0;
    max-width: 190px;
  }
  body.mashy-page .footer-top .text-link {
    font-size: 12px;
  }
  body.mashy-page .footer-bottom {
    font-size: 9px;
    line-height: 1.8;
    margin-top: 20px;
    gap: 18px;
  }
  body.mashy-page .footer-bottom > span:first-child {
    max-width: 250px;
  }
  body.mashy-page .footer-bottom > span:last-child {
    white-space: nowrap;
  }
  body.mashy-page .demo-dialog {
    width: calc(100% - 24px);
    max-height: calc(100dvh - 24px);
    border-radius: 16px;
  }
  body.mashy-page .demo-inner {
    padding: 18px 20px 24px;
  }
  body.mashy-page .demo-dialog h2 {
    font-size: 25px;
  }
  body.mashy-page .demo-table {
    font-size: 11px;
  }
  body.mashy-page .demo-intro {
    font-size: 11px;
  }
  body.mashy-page .demo-tabs {
    margin-top: 18px;
  }
  body.mashy-page .demo-tabs button {
    font-size: 12px;
  }
  body.mashy-page .split-options {
    gap: 5px;
  }
  body.mashy-page .split-options button {
    font-size: 10px;
  }
  body.mashy-page .bill-item {
    font-size: 11px;
    gap: 8px;
  }
  body.mashy-page .bill-item strong {
    font-size: 11px;
  }
  body.mashy-page .bill-item input {
    width: 18px;
    height: 18px;
  }
  body.mashy-page .demo-summary strong {
    font-size: 21px;
  }
  body.mashy-page .tip-options button {
    font-size: 11px;
  }
  body.mashy-page .order-item {
    gap: 12px;
  }
  body.mashy-page .order-item > div:first-child {
    font-size: 12px;
  }
  body.mashy-page .quantity {
    min-width: 99px;
  }
  body.mashy-page .quantity button {
    width: 33px;
  }
  body.mashy-page .quantity output {
    width: 27px;
  }
  html[data-mashy-page][dir="rtl"] .hero-copy {
    padding: 22px 20px 0;
  }
  html[data-mashy-page][dir="rtl"] .hero h1 {
    font-size: clamp(38px, 11.5vw, 54px);
    line-height: 1.4;
    letter-spacing: -1px;
    word-spacing: normal;
  }
  html[data-mashy-page][dir="rtl"] .hero h1 span {
    display: block;
    white-space: nowrap;
  }
  html[data-mashy-page][dir="rtl"] .hero-intro {
    font-size: 16px;
    line-height: 1.9;
    margin-top: 16px;
  }
  html[data-mashy-page][dir="rtl"] .hero-actions {
    margin-top: 23px;
    gap: 25px;
  }
  html[data-mashy-page][dir="rtl"] .hero-actions .button {
    font-size: 14px;
    padding-inline: 20px;
  }
  html[data-mashy-page][dir="rtl"] .hero-actions .text-link {
    font-size: 14px;
  }
  html[data-mashy-page][dir="rtl"] .hero .eyebrow {
    font-size: 11px;
  }
  html[data-mashy-page][dir="rtl"] .hero-fees {
    font-size: 12px;
    margin-top: 21px;
  }
  html[data-mashy-page][dir="rtl"] .hero-visual {
    border-radius: 14px;
  }
  html[data-mashy-page][dir="rtl"] .sample-bill {
    font-size: 10px;
  }
  html[data-mashy-page][dir="rtl"] .sample-bill p strong {
    font-size: 24px;
  }
  html[data-mashy-page][dir="rtl"] .sample-bill .button {
    font-size: 12px;
  }
  html[data-mashy-page][dir="rtl"] .how h2 {
    font-size: 41px;
    letter-spacing: -1px;
  }
  html[data-mashy-page][dir="rtl"] .how-steps h3 {
    font-size: 14px;
    letter-spacing: 0;
  }
  html[data-mashy-page][dir="rtl"] .how-steps p {
    font-size: 12px;
  }
  html[data-mashy-page][dir="rtl"] .lead h2 {
    font-size: 39px;
    letter-spacing: -0.8px;
  }
  html[data-mashy-page][dir="rtl"] .demo-dialog h2 {
    font-size: 28px;
  }
  html[data-mashy-page][dir="rtl"] .demo-tabs button {
    font-size: 13px;
  }
  html[data-mashy-page][dir="rtl"] .demo-intro {
    font-size: 12px;
  }
  html[data-mashy-page][dir="rtl"] .bill-item {
    font-size: 12px;
  }
}
@media (max-width: 370px) {
  body.mashy-page .hero h1 {
    font-size: 8.85vw;
  }
  body.mashy-page .hero-actions {
    gap: 15px;
  }
  body.mashy-page .hero-actions .button {
    font-size: 12px;
    padding-inline: 20px;
  }
  body.mashy-page .hero-actions .text-link {
    font-size: 11px;
  }
  body.mashy-page .how h2 {
    font-size: 35px;
  }
  body.mashy-page .how-steps {
    gap: 10px;
  }
  body.mashy-page .how-steps li + li {
    padding-inline-start: 10px;
  }
  body.mashy-page .how-steps h3 {
    font-size: 11px;
  }
  body.mashy-page .how-steps p {
    font-size: 10px;
  }
  body.mashy-page .sample-bill {
    min-width: 150px;
    width: 50%;
    inset-inline-start: 10px;
    bottom: 10px;
  }
  body.mashy-page .sample-heading {
    font-size: 8px;
  }
  body.mashy-page .hero-visual {
    aspect-ratio: 1.1;
  }
  body.mashy-page .lead h2 {
    font-size: 32px;
  }
  html[data-mashy-page][dir="rtl"] .hero h1 {
    font-size: 38px;
  }
  html[data-mashy-page][dir="rtl"] .hero-actions {
    gap: 14px;
  }
  html[data-mashy-page][dir="rtl"] .hero-actions .button {
    font-size: 12px;
    padding-inline: 17px;
  }
  html[data-mashy-page][dir="rtl"] .hero-actions .text-link {
    font-size: 12px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html[data-mashy-page] {
    scroll-behavior: auto;
  }
  body.mashy-page *,
  body.mashy-page *::before,
  body.mashy-page *::after {
    animation: none !important;
    transition: none !important;
  }
}

@media (min-width: 1251px) {
  body.mashy-page .hero-actions .button-large {
    min-width: 261px;
  }
  body.mashy-page .hero-copy {
    padding-top: 88px;
  }
  body.mashy-page .hero h1 {
    line-height: 1.1;
  }
}
@media (min-width: 1500px) {
  body.mashy-page .hero {
    max-width: var(--page);
    grid-template-columns: 48% 52%;
  }
  body.mashy-page .hero-copy,
  html[data-mashy-page][dir="rtl"] .hero-copy {
    padding-inline-start: 0;
  }
  body.mashy-page .hero h1,
  html[data-mashy-page][dir="rtl"] .hero h1 {
    font-size: 68px;
  }
  body.mashy-page .hero-visual {
    height: 602px;
  }
  body.mashy-page .hero-actions {
    gap: 22px;
  }
  body.mashy-page .hero-actions .button-large {
    min-width: 225px;
    padding-inline: 30px;
  }
  body.mashy-page .hero-intro {
    font-size: 18px;
  }
  body.mashy-page .hero-actions .text-link {
    font-size: 16px;
  }
}

body.mashy-page .sample-bill {
  inset-inline-start: auto;
  left: 26px;
  right: auto;
}
@media (max-width: 1000px) {
  body.mashy-page .sample-bill {
    left: 20px;
  }
}
@media (max-width: 760px) {
  body.mashy-page .sample-bill {
    left: 14px;
  }
}
@media (max-width: 370px) {
  body.mashy-page .sample-bill {
    left: 10px;
  }
}

@media (min-width: 761px) and (max-width: 900px) {
  body.mashy-page .how h2 {
    font-size: 33px;
    letter-spacing: -1.7px;
  }
  body.mashy-page .how-steps {
    gap: 10px;
  }
  body.mashy-page .how-steps li + li {
    padding-inline-start: 10px;
  }
  body.mashy-page .walkthrough-photo {
    height: 280px;
    object-position: 70% center;
  }
}

/* Reading sizes remain consistent across the stacked walkthrough. */
@media (max-width: 1000px) {
  body.mashy-page .product-story { gap: 38px; }
  body.mashy-page .product-preview { padding: 25px; }
  body.mashy-page .preview-bill { padding: 23px; }
  body.mashy-page .how-steps { grid-template-columns: 1fr; gap: 20px; margin-top: 28px; }
  body.mashy-page .how-steps li { display: grid; grid-template-columns: 38px 1fr; column-gap: 16px; }
  body.mashy-page .how-steps li + li { border-inline-start: 0; padding-inline-start: 0; }
  body.mashy-page .how-steps .step-number { grid-row: 1 / 3; font-size: 26px; padding-top: 2px; }
  body.mashy-page .how-steps h3, html[data-mashy-page][dir="rtl"] .how-steps h3 { font-size: 16px; margin: 0 0 4px; letter-spacing: 0; }
  body.mashy-page .how-steps p, html[data-mashy-page][dir="rtl"] .how-steps p { font-size: 14px; line-height: 1.6; }
  body.mashy-page .how h2, html[data-mashy-page][dir="rtl"] .how h2 { font-size: 38px; letter-spacing: -1px; }
  body.mashy-page .hero-fees { font-size: 13px; }
  body.mashy-page .order-option { grid-template-columns: auto 1fr; gap: 20px; }
  body.mashy-page .order-option .text-link { grid-column: 2; justify-self: start; }
}
@media (max-width: 760px) {
  body.mashy-page .product-story { grid-template-columns: 1fr; gap: 30px; }
  body.mashy-page .product-features { font-size: 14px; gap: 12px; margin-block: 22px; }
  body.mashy-page .product-preview { padding: 26px 20px 19px; }
  body.mashy-page .preview-bill { max-width: 390px; padding: 24px; }
  body.mashy-page .preview-items li { font-size: 13px; }
  body.mashy-page .order-option { margin-top: 32px; padding-block: 26px; }
  body.mashy-page .order-option h3 { font-size: 22px; }
  body.mashy-page .order-option p:not(.eyebrow) { font-size: 14px; }
  body.mashy-page .order-option .text-link { white-space: normal; font-size: 14px; }
  body.mashy-page .how-steps p, html[data-mashy-page][dir="rtl"] .how-steps p { font-size: 15px; }
  body.mashy-page .hero-fees { font-size: 13px; }
  body.mashy-page .setup .section-intro, body.mashy-page .setup-steps p { font-size: 14px; }
  body.mashy-page .split-options { grid-template-columns: 1fr 1fr; }
  body.mashy-page .split-options button, body.mashy-page .tip-options button { min-height: 44px; font-size: 12px; }
  body.mashy-page .demo-intro, html[data-mashy-page][dir="rtl"] .demo-intro, body.mashy-page .demo-disclosure { font-size: 13px; }
}
@media (max-width: 370px) {
  body.mashy-page .preview-bill { padding: 18px; }
  body.mashy-page .product-preview { padding-inline: 14px; }
  body.mashy-page .preview-items li { font-size: 12px; gap: 10px; }
  body.mashy-page .order-option { column-gap: 14px; }
}

/* Rails form and server-rendered panel states. */
body.mashy-page [hidden] { display: none !important; }
body.mashy-page .mashy-form { display: grid; grid-template-columns: 1fr 1fr; gap: 19px; }
body.mashy-page .mashy-form > div { min-width: 0; }
body.mashy-page .mashy-form label { display: block; margin-bottom: 8px; }
body.mashy-page .mashy-form .form-wide, body.mashy-page .form-error { grid-column: 1 / -1; }
body.mashy-page .mashy-form select, body.mashy-page .mashy-form textarea {
  display: block; width: 100%; font: inherit; font-size: 15px; line-height: 1.5;
  min-height: 48px; padding: 12px 14px; border: 1px solid #bea79d;
  border-radius: 9px; background: transparent; color: var(--ink);
}
body.mashy-page .mashy-form textarea { resize: vertical; }
body.mashy-page .mashy-form .button { width: 100%; cursor: pointer; }
body.mashy-page .mashy-form .field_with_errors { display: contents; }
body.mashy-page .form-error { color: var(--burgundy); background: #f3ddd6; border-radius: 8px; padding: 14px; font-size: 14px; line-height: 1.6; }
body.mashy-page .form-privacy a { text-decoration: underline; text-underline-offset: 3px; }
body.mashy-page .footer-legal { display: flex; flex-wrap: wrap; gap: 22px; }
body.mashy-page .footer-legal a { text-decoration: underline; text-underline-offset: 3px; }
body.mashy-page .order-review b { font-weight: inherit; }
@media (max-width: 760px) {
  body.mashy-page .mashy-form { grid-template-columns: 1fr; gap: 18px; }
  body.mashy-page .mashy-form select, body.mashy-page .mashy-form textarea { font-size: 16px; }
  body.mashy-page .footer-legal { gap: 17px; font-size: 12px; }
}
