@font-face {
  font-family: "Tajawal";
  src: url("assets/fonts/Tajawal-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

/* Front Desk reference build: mirrors the supplied optimization-page section system. */
.product-detail-page[data-product="front-desk"] .product-detail-main { overflow: visible; background: #111203; }
.product-detail-page[data-product="front-desk"] .site-header { position: relative; padding-bottom: 0; background: #f8f8f6; }
.product-detail-page[data-product="front-desk"] .site-header::after { content: ""; position: absolute; inset: 100% 0 auto; height: 2px; background: #f8f8f6; }

.fd-reference-hero {
  position: relative; z-index: 3; display: grid; grid-template-columns: minmax(0, 1fr) minmax(470px, .88fr); gap: 54px;
  min-height: 690px; padding: 104px max(48px, calc((100vw - 1420px) / 2)) 86px; overflow: hidden; color: #161712;
  background: radial-gradient(circle at 67% 12%, rgba(87,108,220,.10), transparent 26%), linear-gradient(rgba(20,23,18,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(20,23,18,.04) 1px, transparent 1px), #f8f8f6;
  background-size: auto, 120px 120px, 120px 120px, auto; border-radius: 0 0 92px 92px;
}
.fd-reference-hero-copy { align-self: center; max-width: 720px; }
.fd-eyebrow, .fd-section-label, .fd-section-head > div:first-child > span, .fd-key-label, .fd-kpi-label {
  display: inline-block; color: #68736c; font-size: 13px; font-weight: 700; letter-spacing: .02em;
}
.fd-reference-hero h1 { margin: 26px 0 24px; font-size: clamp(58px, 5.5vw, 86px); line-height: 1.04; letter-spacing: -.045em; }
.fd-reference-hero h1 span { display: block; color: #6574de; }
.fd-reference-hero-copy > p { max-width: 720px; margin: 0; color: #73756f; font-size: 17px; line-height: 1.65; }
.fd-primary-action, .fd-dark-action, .fd-light-action {
  display: inline-flex; align-items: center; gap: 12px; min-height: 48px; margin-top: 30px; padding: 12px 20px; border-radius: 9px; font-size: 14px; font-weight: 700; transition: transform .25s ease, box-shadow .25s ease;
}
.fd-primary-action { color: #fff; background: #6272db; box-shadow: inset 0 -2px 0 rgba(255,255,255,.22), 0 12px 26px rgba(75,91,195,.2); }
.fd-primary-action:hover, .fd-dark-action:hover, .fd-light-action:hover { transform: translateY(-3px); }
.fd-reference-hero .product-detail-visual { width: 100%; min-height: 480px; }
.fd-reference-hero .product-detail-frontdesk-collage { min-height: 480px; }

.fd-value-stage {
  position: relative; z-index: 2; min-height: 410px; margin-top: -64px; padding: 110px 30px 62px;
  background: radial-gradient(circle at 18% 48%, rgba(98,114,219,.26), transparent 23%), radial-gradient(circle at 78% 40%, rgba(79,255,149,.22), transparent 25%), linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px), #171603;
  background-size: auto, auto, 145px 145px, 145px 145px, auto;
}
.fd-value-card { width: min(1160px, calc(100% - 40px)); margin: 0 auto; padding: 38px 42px 34px; color: #171811; background: #fff; border: 1px solid rgba(20,21,16,.12); border-radius: 26px; box-shadow: 0 28px 75px rgba(0,0,0,.22); }
.fd-value-card h2 { max-width: 840px; margin: 12px 0 30px; font-size: clamp(25px, 2.4vw, 38px); line-height: 1.12; }
.fd-value-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.fd-value-grid article { min-width: 0; }
.fd-value-grid article > span { color: #6973cc; font-size: 12px; font-weight: 800; }
.fd-value-grid h3 { margin: 10px 0 8px; font-size: 16px; }
.fd-value-grid p { margin: 0; color: #858780; font-size: 12px; line-height: 1.55; }

.fd-routing-section { position: relative; z-index: 4; padding: 150px max(48px, calc((100vw - 1420px) / 2)) 124px; color: #1b1c17; background: #f4f4f1; border-radius: 90px 90px 0 0; }
.fd-section-head { display: flex; justify-content: space-between; gap: 40px; align-items: start; }
.fd-section-head > div:first-child { max-width: 960px; }
.fd-section-head h2 { margin: 10px 0 12px; font-size: clamp(36px, 4vw, 60px); line-height: 1.04; letter-spacing: -.035em; }
.fd-section-head p { max-width: 900px; margin: 0; color: #7c7e78; font-size: 15px; line-height: 1.65; }
.fd-line-icon { flex: 0 0 72px; display: grid; place-items: center; width: 72px; height: 72px; color: #6675db; border: 2px solid #6675db; border-radius: 22px; font-size: 30px; }
.fd-routing-diagram { display: grid; grid-template-columns: 170px 1fr auto 1fr 160px 1fr 165px; align-items: center; gap: 13px; min-height: 330px; margin-top: 48px; padding: 48px 56px; background: #fff; border: 1px solid #d8dad5; border-radius: 25px; }
.fd-routing-diagram article { display: grid; place-items: center; min-height: 170px; padding: 20px; border: 1px solid #a8aaa4; border-radius: 24px; text-align: center; }
.fd-routing-diagram article strong, .fd-routing-diagram article small { display: block; }
.fd-routing-diagram article small { margin-top: 6px; color: #8a8b86; font-size: 10px; }
.fd-avatar { display: grid; place-items: center; width: 58px; height: 58px; margin-bottom: 14px; color: #fff; background: linear-gradient(145deg,#1d3541,#6377dc); border-radius: 50%; font-weight: 800; }
.fd-routing-diagram > i { height: 2px; background: #9b9e98; }
.fd-routing-diagram > b { padding: 10px 16px; color: #646760; background: #f4f4f1; border: 1px solid #c9cbc6; border-radius: 999px; font-size: 11px; text-align: center; }
.fd-routing-core { color: #fff; background: #191a14; border-color: #191a14 !important; }
.fd-routing-core > span { display: grid; place-items: center; width: 56px; height: 56px; margin-bottom: 14px; background: #30311e; border-radius: 13px; }
.fd-routing-outcomes { display: grid; gap: 34px; }
.fd-routing-outcomes span { padding: 12px 14px; color: #187746; background: #d7ffe7; border: 1px solid #53df8c; border-radius: 10px; font-size: 11px; font-weight: 800; text-align: center; }
.fd-routing-outcomes span:first-child { color: #bb3841; background: #fff0f0; border-color: #ff9da2; }
.fd-dark-feature-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; margin-top: 30px; }
.fd-dark-feature-grid article { min-height: 280px; padding: 28px; color: #fff; background: #383301; border-radius: 14px; box-shadow: inset 0 1px 0 rgba(255,255,255,.09); }
.fd-dark-feature-grid article > span { display: grid; place-items: center; width: 40px; height: 40px; background: rgba(255,255,255,.11); border-radius: 10px; font-size: 12px; font-weight: 800; }
.fd-dark-feature-grid h3 { margin: 52px 0 12px; font-size: 20px; }
.fd-dark-feature-grid p { margin: 0; color: rgba(255,255,255,.62); font-size: 13px; line-height: 1.55; }
.fd-kpi-label { display: block; margin-top: 50px; padding-top: 54px; border-top: 1px solid #cfd1cc; }
.fd-kpi-title { margin: 10px 0 24px; font-size: clamp(24px,2.3vw,36px); }
.fd-kpi-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.fd-kpi-grid article { display: grid; grid-template-columns: 180px 1fr; gap: 22px; align-items: center; min-width: 0; min-height: 180px; padding: 28px; background: #fff; border-radius: 16px; }
.fd-kpi-grid strong { font-size: 38px; line-height: 1; }
.fd-kpi-grid strong em { display: block; margin-top: 4px; font-size: 47px; font-style: normal; }
.fd-kpi-grid b { display: block; font-size: 15px; }
.fd-kpi-grid p { margin: 8px 0 0; color: #7f817a; font-size: 12px; line-height: 1.5; }
.fd-outcome { margin-top: 44px; padding-top: 24px; border-top: 1px solid #cfd1cc; }
.fd-outcome > span { color: #777a73; font-size: 12px; }
.fd-outcome h3 { margin: 12px 0 0; font-size: clamp(25px,2.6vw,39px); }
.fd-outcome a { display: inline-flex; margin-top: 30px; padding: 13px 18px; color: #fff; background: #6171d8; border-radius: 9px; font-size: 13px; font-weight: 700; }

.fd-analytics-section { position: relative; z-index: 2; padding: 112px max(48px, calc((100vw - 1420px) / 2)) 120px; color: #20211b; background: linear-gradient(180deg, #f4f4f1 0%, #e7e4e3 22%, #e6eaff 100%); border-radius: 0 0 90px 90px; }
.fd-analytics-visual { margin-top: 54px; padding: 0; background: transparent; border: 0; border-radius: 0; box-shadow: none; }
.fd-analytics-visual img { display: block; width: 100%; border: 0; border-radius: 0; box-shadow: none; }
.fd-key-label { margin-top: 54px; }
.fd-key-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 38px; margin-top: 20px; }
.fd-key-grid article { padding-top: 20px; border-top: 1px solid rgba(30,31,25,.22); }
.fd-key-grid article > span { color: #6675da; font-size: 12px; font-weight: 800; }
.fd-key-grid h3 { margin: 16px 0 10px; font-size: 20px; }
.fd-key-grid p { margin: 0; color: #74776f; font-size: 13px; line-height: 1.6; }

.fd-dark-showcase { padding: 112px max(48px, calc((100vw - 1420px) / 2)) 118px; color: #fff; background: radial-gradient(circle at 12% 40%,rgba(99,115,223,.12),transparent 22%), #383300; }
.fd-dark-showcase .fd-section-head p { color: rgba(255,255,255,.6); }
.fd-dark-showcase .fd-section-head > div:first-child > span { color: #fff; font-size: clamp(34px,4vw,58px); }
.fd-dark-showcase .fd-line-icon { color: #ffe171; border-color: #ffe171; }
.fd-showcase-grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: 80px; align-items: center; margin-top: 60px; }
.fd-showcase-image { position: relative; min-height: 500px; padding: 30px; background: linear-gradient(145deg,#9fb4ff,#5764c5); border-radius: 28px; }
.fd-showcase-image img { width: 100%; height: 100%; min-height: 440px; object-fit: contain; border-radius: 19px; }
.fd-showcase-image > span { position: absolute; left: 12px; bottom: 38px; padding: 12px 18px; color: #20211a; background: #fff; border-radius: 10px; box-shadow: 0 10px 30px rgba(0,0,0,.22); font-size: 12px; font-weight: 800; }
.fd-showcase-list article { display: grid; grid-template-columns: 46px 1fr; gap: 18px; padding: 24px 0; border-top: 1px solid rgba(255,255,255,.2); }
.fd-showcase-list article > span { display: grid; place-items: center; width: 42px; height: 42px; color: #332f00; background: #ffe06b; border-radius: 11px; font-size: 11px; font-weight: 800; }
.fd-showcase-list h3 { margin: 0 0 7px; font-size: 18px; }
.fd-showcase-list p { margin: 0; color: rgba(255,255,255,.57); font-size: 12px; line-height: 1.55; }
.fd-light-action { color: #292900; background: #fff; }

.fd-sandbox-section { position: relative; z-index: 2; padding: 108px max(48px, calc((100vw - 1420px) / 2)) 116px; color: #1c1d18; background: #f5f5f2; border-radius: 90px 90px 0 0; }
.fd-sandbox-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: center; margin-top: 54px; }
.fd-sandbox-list article { display: grid; grid-template-columns: 42px 1fr; gap: 16px; padding: 17px 0; border-top: 1px solid #d3d5cf; }
.fd-sandbox-list article > span { display: grid; place-items: center; width: 34px; height: 34px; color: #6172da; border: 1px solid #aeb7ef; border-radius: 50%; }
.fd-sandbox-list h3 { margin: 0 0 5px; font-size: 16px; }
.fd-sandbox-list p { margin: 0; color: #858780; font-size: 11px; line-height: 1.55; }
.fd-sandbox-image { padding: 10px; background: #202117; border-radius: 22px; box-shadow: 0 28px 60px rgba(26,27,20,.18); }
.fd-sandbox-image img { display: block; width: 100%; min-height: 360px; object-fit: cover; background: #fff; border-radius: 15px; }

.fd-faq-section { position: relative; z-index: 3; padding: 108px max(48px, calc((100vw - 1220px) / 2)) 100px; color: #20211b; background: #f9f9f7; border-radius: 90px 90px 0 0; box-shadow: 0 100px 0 #f9f9f7; text-align: center; }
.fd-faq-heading h2 { margin: 0; font-size: clamp(36px,4vw,60px); }
.fd-faq-heading p { max-width: 700px; margin: 14px auto 56px; color: #83857e; font-size: 14px; }
.fd-faq-list { text-align: left; }
.fd-faq-item { border-top: 1px solid #d2d4ce; }
.fd-faq-item:last-child { border-bottom: 1px solid #d2d4ce; }
.fd-faq-item > button { display: flex; justify-content: space-between; align-items: center; width: 100%; min-height: 72px; padding: 18px 4px; color: #25261f; background: transparent; border: 0; font: inherit; font-size: 15px; font-weight: 650; text-align: left; cursor: pointer; }
.fd-faq-item > button b { font-size: 22px; font-weight: 400; transition: transform .25s ease; }
.fd-faq-item > div { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .35s ease; }
.fd-faq-item > div > p { min-height: 0; margin: 0; overflow: hidden; color: #7b7d76; font-size: 13px; line-height: 1.65; }
.fd-faq-item.is-open > div { grid-template-rows: 1fr; }
.fd-faq-item.is-open > div > p { padding: 0 4px 22px; }
.fd-faq-item.is-open > button b { transform: rotate(45deg); }
.fd-all-faq { display: inline-flex; margin-top: 42px; color: #656760; font-size: 13px; font-weight: 700; }

.fd-person-cta { position: relative; z-index: 4; display: grid; grid-template-columns: 1.1fr .9fr; align-items: end; min-height: 570px; padding: 90px max(48px, calc((100vw - 1420px) / 2)) 0; overflow: hidden; color: #171811; background: radial-gradient(circle at 67% 74%,rgba(99,115,223,.14),transparent 28%),#f6f6f3; border-radius: 90px 90px 0 0; }
.fd-person-cta > div:first-child { align-self: center; max-width: 760px; padding-bottom: 68px; }
.fd-person-cta h2 { margin: 0 0 18px; font-size: clamp(42px,5vw,74px); line-height: 1.05; letter-spacing: -.04em; }
.fd-person-cta p { max-width: 680px; margin: 0; color: #7a7c75; font-size: 15px; line-height: 1.65; }
.fd-dark-action { color: #fff; background: #27270f; }
.fd-person-wrap { display: flex; align-items: end; justify-content: center; min-height: 520px; }
.fd-person-wrap img { display: block; max-width: 510px; width: 100%; max-height: 540px; object-fit: contain; object-position: bottom; }

.product-detail-page[data-product="front-desk"] .fd-reference-hero .reveal-item,
.product-detail-page[data-product="front-desk"] .fd-value-card.reveal-item,
.product-detail-page[data-product="front-desk"] .fd-routing-section .reveal-item,
.product-detail-page[data-product="front-desk"] .fd-analytics-section .reveal-item,
.product-detail-page[data-product="front-desk"] .fd-dark-showcase .reveal-item,
.product-detail-page[data-product="front-desk"] .fd-sandbox-section .reveal-item,
.product-detail-page[data-product="front-desk"] .fd-faq-section .reveal-item,
.product-detail-page[data-product="front-desk"] .fd-person-cta .reveal-item { opacity: 0; filter: blur(8px); transform: translateY(40px); transition: opacity .7s ease, filter .7s ease, transform .7s cubic-bezier(.22,1,.36,1); }
.product-detail-page[data-product="front-desk"] .reveal-item.is-visible { opacity: 1; filter: blur(0); transform: translateY(0); }

html[dir="rtl"] .fd-reference-hero-copy, html[dir="rtl"] .fd-section-head, html[dir="rtl"] .fd-value-card, html[dir="rtl"] .fd-dark-feature-grid article, html[dir="rtl"] .fd-kpi-grid, html[dir="rtl"] .fd-outcome, html[dir="rtl"] .fd-key-grid, html[dir="rtl"] .fd-showcase-list, html[dir="rtl"] .fd-sandbox-list, html[dir="rtl"] .fd-faq-list, html[dir="rtl"] .fd-person-cta { text-align: right; }
html[dir="rtl"] .fd-faq-item > button { text-align: right; }

@media (max-width: 1000px) {
  .fd-reference-hero { grid-template-columns: 1fr; padding-inline: 40px; }
  .fd-reference-hero-copy { text-align: center; margin: auto; }
  .fd-reference-hero .product-detail-visual { width: min(720px,100%); margin: auto; }
  .fd-value-grid, .fd-dark-feature-grid { grid-template-columns: 1fr 1fr; }
  .fd-routing-diagram { grid-template-columns: 1fr; gap: 14px; }
  .fd-routing-diagram > i { width: 2px; height: 34px; margin: auto; }
  .fd-routing-diagram > b { justify-self: center; }
  .fd-routing-outcomes { grid-template-columns: 1fr 1fr; width: 100%; }
  .fd-showcase-grid, .fd-sandbox-grid, .fd-person-cta { grid-template-columns: 1fr; }
  .fd-person-cta > div:first-child { text-align: center; margin: auto; }
  .fd-person-wrap { min-height: 420px; }
}

@media (max-width: 640px) {
  .fd-reference-hero { min-height: 0; padding: 74px 20px 48px; border-radius: 0 0 42px 42px; }
  .fd-reference-hero h1 { font-size: 46px; }
  .fd-reference-hero .product-detail-visual, .fd-reference-hero .product-detail-frontdesk-collage { min-height: 370px; }
  .fd-value-stage { padding: 86px 10px 50px; }
  .fd-value-card { width: calc(100% - 20px); padding: 28px 22px; }
  .fd-value-grid, .fd-dark-feature-grid, .fd-kpi-grid, .fd-key-grid { grid-template-columns: 1fr; }
  .fd-routing-section, .fd-analytics-section, .fd-dark-showcase, .fd-sandbox-section, .fd-faq-section { padding: 82px 20px; border-radius: 42px 42px 0 0; }
  .fd-section-head { display: block; }
  .fd-line-icon { margin-top: 26px; }
  .fd-routing-diagram { padding: 28px 20px; }
  .fd-dark-feature-grid article { min-height: 235px; }
  .fd-kpi-grid article { grid-template-columns: 1fr; }
  .fd-showcase-grid, .fd-sandbox-grid { gap: 40px; }
  .fd-showcase-image { min-height: 380px; padding: 18px; }
  .fd-showcase-image img { min-height: 340px; }
  .fd-sandbox-image img { min-height: 250px; }
  .fd-person-cta { min-height: 0; padding: 82px 20px 0; border-radius: 42px 42px 0 0; }
  .fd-person-cta h2 { font-size: 42px; }
  .fd-person-wrap { min-height: 330px; }
}

@media (prefers-reduced-motion: reduce) {
  .product-detail-page[data-product="front-desk"] .reveal-item { opacity: 1 !important; filter: none !important; transform: none !important; transition: none !important; }
}

/* Moyasar-inspired soft scroll reveals for the home page. */
html.oz-scroll-motion .oz-scroll-reveal {
  opacity: 0;
  filter: blur(14px);
  transform: translateY(30px) scale(0.985);
  transition:
    opacity 560ms cubic-bezier(0.22, 1, 0.36, 1) var(--oz-reveal-delay, 0ms),
    filter 700ms cubic-bezier(0.22, 1, 0.36, 1) var(--oz-reveal-delay, 0ms),
    transform 700ms cubic-bezier(0.22, 1, 0.36, 1) var(--oz-reveal-delay, 0ms);
  will-change: opacity, filter, transform;
}

html.oz-scroll-motion .oz-scroll-reveal.oz-scroll-reveal--left {
  transform: translateX(-28px) translateY(18px) scale(0.985);
}

html[dir="rtl"].oz-scroll-motion .oz-scroll-reveal.oz-scroll-reveal--left {
  transform: translateX(28px) translateY(18px) scale(0.985);
}

html.oz-scroll-motion .oz-scroll-reveal.is-visible {
  opacity: 1;
  filter: blur(0);
  transform: translate3d(0, 0, 0) scale(1);
}

@media (prefers-reduced-motion: reduce) {
  html.oz-scroll-motion .oz-scroll-reveal,
  .product-copy-stack > .product-copy-card,
  .product-art {
    filter: none;
    transform: none;
    transition: none;
  }
}

/* Crop the border baked into module screenshots and expose one clear frame. */
body.product-detail-page .fd-sandbox-product-image,
body.product-detail-page[data-product="front-desk"] .fd-sandbox-product-image {
  border: 2px solid #1d1e19;
}

body.product-detail-page .fd-sandbox-product-image img,
body.product-detail-page[data-product="front-desk"] .fd-sandbox-product-image img {
  width: calc(100% + 4px);
  max-width: none;
  margin: -2px;
  border: 0;
  border-radius: 17px;
}

/* The supplied module artwork already includes its own border: do not add another. */
body.product-detail-page .fd-sandbox-product-image,
body.product-detail-page[data-product="front-desk"] .fd-sandbox-product-image {
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: 0 24px 58px rgba(31,31,24,.14);
}

body.product-detail-page .fd-sandbox-product-image img,
body.product-detail-page[data-product="front-desk"] .fd-sandbox-product-image img {
  width: 100%;
  max-width: 100%;
  margin: 0;
  border: 0;
  border-radius: 18px;
}

/* Show each supplied tablet at its natural aspect ratio with no edge cropping. */
body.product-detail-page[data-product="front-desk"] .fd-analytics-visual {
  width: min(100%, 1420px);
  height: auto;
  aspect-ratio: auto;
  margin: 54px auto 0;
  overflow: visible;
}

body.product-detail-page[data-product="front-desk"] .fd-analytics-visual img {
  position: static;
  inset: auto;
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
  transform: none;
}

@media (max-width: 640px) {
  body.product-detail-page[data-product="front-desk"] .fd-analytics-visual {
    width: 100%;
    height: auto;
    aspect-ratio: auto;
    overflow: visible;
  }
}

/* Give every tablet guaranteed breathing room on all four sides. */
body.product-detail-page[data-product="front-desk"] .fd-analytics-visual {
  box-sizing: border-box;
  width: min(100%, 1420px);
  padding: clamp(28px, 3.5vw, 66px);
  overflow: visible;
}

body.product-detail-page[data-product="front-desk"] .fd-analytics-visual img {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

@media (max-width: 640px) {
  body.product-detail-page[data-product="front-desk"] .fd-analytics-visual {
    padding: 18px 10px;
  }
}

/* Housekeeping tablet needs a taller dedicated canvas to expose its full frame. */
body.product-detail-page[data-page-product="housekeeping"] .fd-analytics-visual {
  display: grid;
  place-items: center;
  width: min(100%, 1420px);
  min-height: 1050px;
  padding: 96px 110px;
  box-sizing: border-box;
  overflow: visible;
}

body.product-detail-page[data-page-product="housekeeping"] .fd-analytics-visual img {
  width: min(100%, 1120px);
  max-width: 1120px;
  height: auto;
  margin: auto;
  object-fit: contain;
}

@media (max-width: 820px) {
  body.product-detail-page[data-page-product="housekeeping"] .fd-analytics-visual {
    min-height: 0;
    padding: 42px 24px;
  }

  body.product-detail-page[data-page-product="housekeeping"] .fd-analytics-visual img {
    width: 100%;
    max-width: 100%;
  }
}

/* Remove the white source canvas while preserving the complete tablet silhouette. */
body.product-detail-page[data-page-product="housekeeping"] .fd-analytics-visual img {
  clip-path: inset(1.15% .5% 1.35% .5% round 6.5% / 8.5%);
}

/* Restaurant portrait: remove transparent source padding and match Front Desk framing. */
body.product-detail-page[data-page-product="restaurant"] .fd-showcase-image {
  overflow: hidden;
  background: transparent;
  border: 1px solid rgba(255,255,255,.88);
  border-radius: 26px;
}

body.product-detail-page[data-page-product="restaurant"] .fd-showcase-image img {
  width: 100%;
  height: 570px;
  border: 0;
  border-radius: 25px;
  object-fit: cover;
  object-position: center;
  transform: scale(1.085);
  transform-origin: center;
}

@media (max-width: 820px) {
  body.product-detail-page[data-page-product="restaurant"] .fd-showcase-image img {
    height: 440px;
  }
}

/* Restaurant overlay correction: visible pills and one image border only. */
body.product-detail-page[data-page-product="restaurant"] .fd-showcase-image {
  overflow: visible;
  background: transparent;
  border: 0;
  box-shadow: none;
}

body.product-detail-page[data-page-product="restaurant"] .fd-showcase-image img {
  border: 0;
  clip-path: inset(4.35% 3.15% 4.45% 3.15% round 5.5% / 4.5%);
}

body.product-detail-page[data-page-product="restaurant"] .fd-showcase-image > .fd-float-status {
  z-index: 5;
  overflow: visible;
}

body.product-detail-page[data-page-product="restaurant"] .fd-showcase-image {
  border-top: 1px solid rgba(255,255,255,.88);
}

@font-face {
  font-family: "Tajawal";
  src: url("assets/fonts/Tajawal-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Tajawal";
  src: url("assets/fonts/Tajawal-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Tajawal";
  src: url("assets/fonts/Tajawal-ExtraBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 800;
  font-display: swap;
}

@font-face {
  font-family: "Readex Pro";
  src: url("assets/fonts/ReadexPro-Variable.ttf") format("truetype");
  font-style: normal;
  font-weight: 160 700;
  font-display: swap;
}

:root {
  --ink: #171402;
  --ink-soft: #363222;
  --night: #141200;
  --night-2: #1d1a05;
  --paper: #f3f1ef;
  --paper-2: #fbfbfb;
  --line: rgba(23, 20, 2, 0.14);
  --blue: #6f83ff;
  --blue-2: #dfe4ff;
  --mint: #4fffa1;
  --rose: #ff688a;
  --teal: #0d8c83;
  --shadow: 0 22px 70px rgba(15, 15, 12, 0.18);
  --soft-shadow: 0 12px 40px rgba(15, 15, 12, 0.1);
  --page-gutter: max(24px, calc((100vw - 1300px) / 2));
  --font-en: "Tajawal", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --font-ar: "Readex Pro", "Noto Sans Arabic", "Segoe UI", Tahoma, Arial, sans-serif;
  --text-body: 16px;
  --leading-body: 24px;
  --text-hero: 60px;
  --leading-hero: 72px;
  --text-section: 48px;
  --leading-section: 56px;
  --text-feature: 36px;
  --leading-feature: 44px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--font-en);
  font-size: var(--text-body);
  line-height: var(--leading-body);
  letter-spacing: 0;
}

img {
  display: block;
  max-width: 100%;
}

section,
footer {
  scroll-margin-top: 118px;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  font: inherit;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: 16px;
  z-index: 100;
  transform: translateY(-140%);
  background: #fff;
  color: #000;
  padding: 10px 14px;
  border-radius: 8px;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: fixed;
  top: 20px;
  left: 0;
  right: 0;
  z-index: 50;
  pointer-events: none;
}

.glass-nav {
  width: min(1280px, calc(100% - 16px));
  height: 80px;
  margin: 0 auto;
  padding: 0 28px 0 52px;
  display: flex;
  align-items: center;
  gap: 34px;
  pointer-events: auto;
  background: rgba(245, 244, 241, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 22px;
  box-shadow: 0 12px 38px rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(22px) saturate(135%);
}

.brand,
.mobile-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 250px;
  font-weight: 750;
}

.brand-mark {
  display: inline-grid;
  place-items: center;
  width: 43px;
  height: 34px;
  color: #f2f1e8;
  background: var(--night);
  border-radius: 9px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18);
  font-size: 14px;
}

.brand-mark.small {
  width: 32px;
  height: 28px;
  font-size: 12px;
}

.brand-name {
  font-size: 24px;
  color: #2b2508;
  white-space: nowrap;
}

.desktop-nav {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 36px;
}

.desktop-nav > a,
.nav-dropdown > button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border: 0;
  border-radius: 12px;
  background: transparent;
  color: rgba(37, 35, 26, 0.74);
  padding: 10px 14px;
  cursor: pointer;
  transition: color 0.3s ease, background-color 0.25s ease, box-shadow 0.25s ease;
}

.desktop-nav > a:hover,
.nav-dropdown:hover > button,
.nav-dropdown.is-open > button {
  color: var(--ink);
}

.nav-dropdown {
  position: relative;
}

.dropdown-panel {
  position: absolute;
  left: 50%;
  top: 68px;
  width: 230px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--soft-shadow);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 8px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  backdrop-filter: blur(18px);
}

.nav-dropdown:hover .dropdown-panel,
.nav-dropdown.is-open .dropdown-panel {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.dropdown-panel a {
  display: block;
  padding: 12px 14px;
  color: var(--ink-soft);
  border-radius: 12px;
  font-size: 14px;
}

.dropdown-panel a:hover {
  background: #f0f2ff;
  color: var(--ink);
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}

.language-button {
  border: 0;
  background: transparent;
  color: rgba(37, 35, 26, 0.72);
  cursor: pointer;
}

.nav-button,
.primary-button,
.secondary-button,
.mobile-dashboard,
.mobile-join {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border-radius: 13px;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.nav-button:hover,
.primary-button:hover,
.secondary-button:hover,
.mobile-dashboard:hover,
.mobile-join:hover {
  transform: translateY(-2px);
}

.nav-button-soft {
  background: var(--blue-2);
  color: #65739b;
}

.nav-button-dark {
  background: var(--night);
  color: #fff;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
}

.mobile-toggle {
  display: none;
  width: 58px;
  height: 58px;
  margin-left: auto;
  border: 0;
  border-radius: 17px;
  background: var(--night);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.14);
  cursor: pointer;
}

.mobile-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  margin: 5px auto;
  background: #fff;
  border-radius: 4px;
}

.mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: none;
  padding: 120px 16px 24px;
  background: rgba(10, 10, 6, 0.55);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.mobile-menu.is-open {
  display: block;
  opacity: 1;
}

.mobile-menu-card {
  max-width: 392px;
  margin: 0 auto;
  padding: 16px;
  border-radius: 22px;
  background: #fff;
  box-shadow: var(--shadow);
  transform: translateY(10px);
  transition: transform 0.3s ease;
}

.mobile-menu.is-open .mobile-menu-card {
  transform: translateY(0);
}

.mobile-menu-top {
  display: flex;
  gap: 12px;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
}

.mobile-menu-top .mobile-brand {
  min-width: 0;
  flex: 1;
}

.mobile-menu-top .mobile-brand span:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mobile-close {
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 14px;
  background: #f5f4f1;
  color: var(--ink);
  cursor: pointer;
  font-size: 22px;
}

.mobile-language-button {
  min-height: 42px;
  padding: 0 14px;
  border-radius: 14px;
  background: #f1f2ff;
  color: #65739b;
  font-weight: 800;
}

.mobile-menu-card > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 52px;
  color: var(--ink-soft);
}

.mobile-dashboard,
.mobile-join {
  margin-top: 8px;
  min-height: 46px !important;
}

.mobile-dashboard {
  background: var(--blue-2);
  color: #68739f !important;
}

.mobile-join {
  color: #fff !important;
  background: var(--night);
}

.hero {
  position: relative;
  min-height: max(783px, 100svh);
  overflow: hidden;
  color: #fff;
  background: #0c0c08;
  border-bottom-left-radius: clamp(68px, 7vw, 116px);
  border-bottom-right-radius: clamp(68px, 7vw, 116px);
}

.hero-bg,
.hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-bg {
  object-fit: cover;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.94) 0%, rgba(0, 0, 0, 0.73) 34%, rgba(0, 0, 0, 0.22) 68%, rgba(0, 0, 0, 0.18) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.28), rgba(0, 0, 0, 0.15) 58%, rgba(0, 0, 0, 0.46));
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(940px, calc(100% - 48px));
  padding-top: 168px;
  margin-left: var(--page-gutter);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 44px;
  padding: 0 20px;
  color: #64728d;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 999px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
}

.eyebrow.light,
.eyebrow.pale {
  color: #52618c;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: none;
}

.bolt {
  display: inline-grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 7px;
  color: var(--teal);
  background: #eefdf6;
  font-weight: 800;
}

.hero h1 {
  margin: 24px 0 18px;
  font-size: 50px;
  line-height: 60px;
  font-weight: 800;
}

.hero h1 span {
  display: block;
}

.hero h1 span:last-child {
  color: var(--blue);
}

.hero p {
  width: 740px;
  max-width: 100%;
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 17px;
  line-height: 26px;
}

.hero-actions {
  display: flex;
  gap: 12px;
  margin-top: 80px;
}

.primary-button {
  color: #fff;
  background: linear-gradient(135deg, #6377eb, #5362bb);
  border: 1px solid rgba(255, 255, 255, 0.32);
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.28), 0 14px 34px rgba(81, 94, 191, 0.24);
}

.primary-button.compact {
  min-height: 44px;
  margin-top: 52px;
}

.secondary-button {
  color: #7381aa;
  background: #f1f2ff;
}

.hero-rule {
  position: absolute;
  left: var(--page-gutter);
  right: var(--page-gutter);
  bottom: 184px;
  z-index: 2;
  height: 2px;
  background: rgba(255, 255, 255, 0.88);
}

.logo-marquee {
  position: absolute;
  left: var(--page-gutter);
  right: var(--page-gutter);
  bottom: 64px;
  z-index: 2;
  overflow: hidden;
  border-radius: 22px;
}

.marquee-track {
  display: flex;
  width: max-content;
  gap: 32px;
  animation: logoScroll 31.15s linear infinite;
}

.client-card {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 80px;
  color: #2b344d;
  background: rgba(245, 242, 242, 0.96);
  border-radius: 19px;
  padding: 0 10px;
  text-align: center;
  font-size: 13px;
  line-height: 17px;
  font-weight: 800;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.14);
}

.client-card.is-edge-hidden {
  opacity: 0;
}

@keyframes logoScroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@keyframes logoScrollRtl {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-50%, 0, 0); }
}

.toolkit-transition-shell {
  position: relative;
  margin-top: -1px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    var(--night);
  background-size: 98px 98px, 98px 98px, auto;
}

.toolkit-intro {
  position: relative;
  min-height: 544px;
  margin-top: 0;
  padding: 118px 24px 160px;
  text-align: center;
  overflow: hidden;
  background: linear-gradient(180deg, #f5f5f4 0%, #e7e4e3 100%);
  border-bottom-left-radius: clamp(68px, 7vw, 116px);
  border-bottom-right-radius: clamp(68px, 7vw, 116px);
}

.toolkit-intro::before {
  content: "";
  position: absolute;
  inset: 74px 0 auto 50%;
  width: 560px;
  height: 360px;
  transform: translateX(-50%);
  background:
    repeating-radial-gradient(ellipse at center, rgba(255, 255, 255, 0.86) 0 1px, transparent 2px 10px);
  pointer-events: none;
}

.dashboard-section::before {
  content: "";
  position: absolute;
  inset: 42px 0 auto 50%;
  width: 440px;
  height: 230px;
  transform: translateX(-50%);
  background:
    repeating-radial-gradient(ellipse at center, rgba(110, 131, 255, 0.11) 0 1px, transparent 2px 12px);
  pointer-events: none;
}

.intro-icon-row {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0 auto 68px;
  overflow: visible;
}

.intro-icon-track {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: max-content;
  direction: ltr;
}

.intro-icon-item {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 80px;
}

.intro-icon-card {
  width: 80px;
  height: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 18px 40px rgba(35, 32, 29, 0.07);
  transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.2s ease;
}

.intro-icon-item.is-shifted .intro-icon-card {
  transform: translateX(240px);
}

.intro-icon-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 22px 46px rgba(35, 32, 29, 0.11);
}

.intro-icon-item.is-shifted .intro-icon-card:hover {
  transform: translateX(240px) translateY(-5px);
}

.intro-icon-card svg {
  width: 52px;
  height: 52px;
  fill: #050505;
}

.intro-icon-label {
  position: absolute;
  top: 50%;
  left: 100%;
  width: max-content;
  max-width: 220px;
  margin-left: 16px;
  color: #383838;
  font-size: 20px;
  font-weight: 800;
  line-height: 26px;
  text-align: left;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  z-index: 2;
  transform: translateY(calc(-50% + 5px));
  transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
}

.intro-icon-item.is-active .intro-icon-label {
  opacity: 1;
  transform: translateY(-50%);
  transition-delay: 0.36s;
}

.toolkit-intro h2,
.section-heading h2,
.dashboard-copy h2,
.insights-top h2,
.final-cta h2 {
  position: relative;
  margin: 0;
  font-weight: 800;
}

.toolkit-intro h2 {
  font-size: 52px;
  line-height: 64px;
  color: #3b3b3b;
  opacity: 0;
  filter: blur(12px);
  transform: translateY(18px) scale(0.98);
  transition: opacity 0.5s ease 0.62s, filter 0.6s ease 0.62s, transform 0.6s ease 0.62s;
}

.toolkit-intro p {
  position: relative;
  margin: 24px auto 0;
  color: #74706d;
  opacity: 0;
  filter: blur(8px);
  transform: translateY(12px);
  transition: opacity 0.45s ease 0.84s, filter 0.5s ease 0.84s, transform 0.5s ease 0.84s;
}

.toolkit-intro.is-revealed h2,
.toolkit-intro.is-revealed p {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0) scale(1);
}

.products {
  position: relative;
  padding: 96px 0 150px;
  margin-top: -1px;
  color: #fff;
  background-color: #191502;
  background-image: url("assets/products-slider-background.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.product-story-shell {
  width: min(1232px, calc(100% - 48px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(390px, 0.95fr) minmax(520px, 1.05fr);
  gap: 48px;
  align-items: start;
}

.product-story-copy {
  position: sticky;
  top: 112px;
  z-index: 4;
  min-height: calc(100vh - 136px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: start;
}

.product-progress {
  display: flex;
  gap: 10px;
  width: 100%;
  max-width: 540px;
  margin-bottom: 38px;
}

.product-dot {
  flex: 1 1 0;
  width: auto;
  min-width: 0;
  height: 4px;
  padding: 0;
  border: 0;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.28);
  cursor: pointer;
  transition: background-color 0.5s ease, transform 0.2s ease;
}

.product-dot:hover,
.product-dot.is-active {
  background: var(--mint);
}

.product-copy-stack {
  position: relative;
  max-width: 610px;
  min-height: min(620px, calc(100vh - 178px));
}

.product-copy-stack > .product-copy-card {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  filter: none;
  transform: none;
  transition: none;
}

.product-copy-stack > .product-copy-card.is-active {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  filter: none;
  transform: none;
}

.product-mobile-copy {
  display: none;
}

.product-icon {
  display: grid;
  place-items: center;
  width: 76px;
  height: 76px;
  min-width: 76px;
  margin-bottom: 28px;
  color: var(--product-accent, var(--blue));
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.03));
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  box-shadow: inset 0 0 24px color-mix(in srgb, var(--product-accent, var(--blue)) 30%, transparent);
  font-family: "Segoe UI Symbol", "Arial Unicode MS", sans-serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 1;
  box-sizing: border-box;
}

.product-icon::before {
  display: block;
  line-height: 1;
}

.product-icon--front-desk::before {
  content: "▦";
}

.product-icon--restaurant::before {
  content: "♨";
}

.product-icon--cafe::before {
  content: "☕︎";
}

.product-icon--housekeeping::before {
  content: "✦";
}

.product-icon--laundry::before {
  content: "≋";
}

.product-icon--finance::before {
  content: "↗";
}

.product-icon--integrations::before {
  content: "∞";
}

.product-copy-card[data-product-index="0"],
.product-visual-step[data-product-index="0"] {
  --product-accent: #4fff95;
}

.product-copy-card[data-product-index="1"],
.product-visual-step[data-product-index="1"] {
  --product-accent: #ffad66;
}

.product-copy-card[data-product-index="2"],
.product-visual-step[data-product-index="2"] {
  --product-accent: #ff83a5;
}

.product-copy-card[data-product-index="3"],
.product-visual-step[data-product-index="3"] {
  --product-accent: #a98cff;
}

.product-copy-card[data-product-index="4"],
.product-visual-step[data-product-index="4"] {
  --product-accent: #ff83a5;
}

.product-copy-card[data-product-index="5"],
.product-visual-step[data-product-index="5"] {
  --product-accent: #ffd45f;
}

.product-copy-card[data-product-index="6"],
.product-visual-step[data-product-index="6"] {
  --product-accent: #76a1ff;
}

.product-copy-card h3 {
  margin: 0 0 20px;
  color: var(--blue);
  font-size: 27px;
  line-height: 36px;
}

.product-copy-card h4 {
  margin: 0;
  color: #f9faff;
  font-size: 32px;
  line-height: 38px;
}

.feature-pills {
  position: relative;
  display: block;
  width: min(100%, 560px);
  height: 30px;
  overflow: hidden;
  padding: 0;
  margin: 26px 0;
  list-style: none;
}

.feature-pills::before {
  content: "✣";
  position: absolute;
  inset-inline-start: 0;
  top: 1px;
  display: grid;
  place-items: center;
  width: 24px;
  height: 28px;
  color: var(--product-accent, #4fff95);
  font-size: 22px;
  line-height: 1;
}

.feature-pills li {
  position: absolute;
  inset-inline-start: 34px;
  top: 0;
  display: flex;
  align-items: center;
  width: calc(100% - 34px);
  height: 30px;
  padding: 0;
  margin: 0;
  color: var(--product-accent, #4fff95);
  line-height: 30px;
  opacity: 1;
  visibility: hidden;
  transform: translateY(110%);
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  white-space: nowrap;
}

.feature-pills li.is-current,
.feature-pills li.is-leaving {
  visibility: visible;
}

.feature-pills li.is-current {
  transform: translateY(0);
}

.feature-pills li.is-leaving {
  transform: translateY(-110%);
}

.product-copy-card p {
  max-width: 640px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
  line-height: 26px;
}

.method-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 28px;
}

.method-row span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 94px;
  height: 62px;
  padding: 0 18px;
  border-radius: 14px;
  color: #1c2540;
  background: rgba(255, 255, 255, 0.84);
  font-weight: 800;
}

.method-row em {
  color: #fff;
  font-style: normal;
}

.explore-link {
  display: inline-flex;
  margin-top: 36px;
  color: #e9edff;
  font-weight: 700;
}

.product-visual-track {
  display: grid;
  gap: 0;
}

.product-visual-step {
  min-height: 100vh;
  display: flex;
  align-items: center;
  scroll-margin-top: 112px;
}

.product-visual-step + .product-visual-step {
  margin-top: 7vh;
}

.product-art {
  position: sticky;
  top: 122px;
  width: 100%;
  min-height: min(640px, calc(100vh - 150px));
  align-self: flex-start;
  visibility: hidden;
  opacity: 0;
  filter: blur(16px);
  transform: scale(0.96);
  transition:
    opacity 560ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 680ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 680ms cubic-bezier(0.22, 1, 0.36, 1);
}

.product-visual-step.is-active .product-art {
  visibility: visible;
  opacity: 1;
  filter: blur(0);
  transform: scale(1);
}

.sticky-image-card {
  position: relative;
  display: grid;
  place-items: center;
  width: 100%;
  height: min(660px, calc(100vh - 150px));
  min-height: 520px;
  margin: 0;
  padding: 28px;
  overflow: hidden;
  background:
    radial-gradient(circle at 20% 14%, rgba(111, 131, 255, 0.18), transparent 34%),
    linear-gradient(135deg, #fbfbff 0%, #eff1f8 100%);
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 34px;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.36);
}

.sticky-image-card::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 34%;
  background: linear-gradient(180deg, rgba(16, 18, 27, 0), rgba(16, 18, 27, 0.28));
  pointer-events: none;
}

.sticky-image-card > img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 24px;
  filter: drop-shadow(0 22px 36px rgba(17, 17, 20, 0.18));
}

.integration-board {
  position: relative;
  z-index: 1;
  display: grid;
  width: 100%;
  height: 100%;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.integration-board span {
  display: grid;
  min-height: 0;
  place-items: center;
  padding: 24px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(18, 17, 8, 0.08);
  border-radius: 24px;
  box-shadow: 0 18px 42px rgba(27, 27, 31, 0.1);
}

.integration-board img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-height: 132px;
}

.sticky-image-card figcaption {
  position: absolute;
  left: 26px;
  bottom: 24px;
  z-index: 2;
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  padding: 0 16px;
  color: #fff;
  background: rgba(18, 17, 8, 0.84);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
  backdrop-filter: blur(14px);
}

.collage-card {
  display: block;
  padding: 0;
  overflow: visible;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.collage-card::before {
  display: none;
}

.collage-card::after {
  display: none;
}

.collage-stage {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.collage-main,
.collage-tile,
.collage-phone,
.integration-logo,
.collage-chip {
  position: absolute;
  z-index: 2;
  border-radius: 22px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.3);
  animation: collageFloat 7.4s ease-in-out infinite;
}

.collage-main {
  width: 68%;
  max-height: 68%;
  object-fit: contain;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 28px;
}

.collage-tile,
.collage-phone {
  max-width: 36%;
  object-fit: contain;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.22);
}

.collage-phone {
  border-radius: 30px;
}

.collage-chip {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  color: #eef2ff;
  background: rgba(10, 10, 5, 0.86);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  font-weight: 800;
  backdrop-filter: blur(18px);
}

.collage-chip.chip-top {
  right: 9%;
  top: 8%;
}

.collage-chip.chip-bottom {
  left: 8%;
  bottom: 10%;
  animation-delay: -2.2s;
}

.frontdesk-collage .collage-main {
  right: 5%;
  top: 23%;
  width: 68%;
}

.frontdesk-collage .tile-a {
  left: 5%;
  top: 14%;
  width: 22%;
}

.frontdesk-collage .tile-b {
  left: 4%;
  bottom: 20%;
  width: 32%;
  animation-delay: -1.3s;
}

.frontdesk-collage .tile-c {
  right: 4%;
  top: 8%;
  width: 26%;
  animation-delay: -2.1s;
}

.frontdesk-collage .tile-d {
  right: 6%;
  bottom: 7%;
  width: 38%;
  animation-delay: -3s;
}

/* Front Desk collage label placement. */
.frontdesk-collage .collage-chip.chip-top {
  right: auto;
  left: 42%;
  top: 15%;
}

.frontdesk-collage figcaption {
  left: 8%;
  right: auto;
  bottom: 10%;
}

html[dir="rtl"] .sticky-image-card.frontdesk-collage figcaption {
  left: 8%;
  right: auto;
}

.frontdesk-collage .collage-chip.chip-bottom {
  left: 40%;
  right: auto;
  bottom: 10%;
  min-height: 40px;
  padding-inline: 14px;
  font-size: 13px;
}

.housekeeping-collage .collage-main {
  right: 7%;
  top: 25%;
  width: 62%;
}

.housekeeping-collage .tile-a {
  left: 5%;
  top: 12%;
  width: 38%;
}

.housekeeping-collage .tile-b {
  right: 4%;
  top: 10%;
  width: 28%;
  animation-delay: -1.5s;
}

.housekeeping-collage .tile-c {
  right: 5%;
  bottom: 20%;
  width: 24%;
  animation-delay: -2.4s;
}

.housekeeping-collage .tile-d {
  left: 6%;
  bottom: 22%;
  width: 22%;
  animation-delay: -3.2s;
}

.housekeeping-collage .collage-chip.chip-top {
  left: 43%;
  right: auto;
  top: 12%;
}

.housekeeping-collage .collage-chip.chip-bottom {
  left: 7%;
  right: auto;
  top: 79%;
  bottom: auto;
}

.housekeeping-collage figcaption {
  left: 35%;
  right: auto;
  bottom: 19%;
}

html[dir="rtl"] .sticky-image-card.housekeeping-collage figcaption {
  left: 35%;
  right: auto;
}

.finance-collage .collage-main {
  right: 10%;
  left: 10%;
  top: 22%;
  width: 80%;
}

.finance-collage .tile-a {
  right: 4%;
  bottom: 21%;
  width: 39%;
  animation-delay: -1.2s;
}

.finance-collage .tile-b {
  right: auto;
  left: 3%;
  top: 8%;
  bottom: auto;
  width: 25%;
}

.finance-collage .tile-c {
  right: 3%;
  left: auto;
  top: 8%;
  bottom: auto;
  width: 24%;
  animation-delay: -2.1s;
}

.finance-collage .tile-d {
  right: auto;
  left: 5%;
  top: auto;
  bottom: 22%;
  width: 34%;
  animation-delay: -2.8s;
}

.finance-collage .collage-chip.chip-bottom {
  left: 43%;
  right: auto;
  top: auto;
  bottom: 16%;
}

.finance-collage figcaption {
  top: 7%;
  left: 38%;
  right: auto;
  bottom: auto;
}

html[dir="rtl"] .sticky-image-card.finance-collage figcaption {
  top: 7%;
  left: 38%;
  right: auto;
  bottom: auto;
}

.integrations-collage .integration-board {
  position: absolute;
  right: 11%;
  top: 19%;
  width: 62%;
  height: 52%;
  padding: 18px;
  background: rgba(246, 247, 253, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 32px;
  box-shadow: 0 26px 76px rgba(0, 0, 0, 0.32);
}

.integrations-collage .integration-board span {
  padding: 16px;
  border-radius: 20px;
}

.integration-logo {
  display: grid;
  place-items: center;
  padding: 18px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.24);
}

.integration-logo img {
  width: 100%;
  height: 100%;
  max-height: 96px;
  object-fit: contain;
}

.integrations-collage .tile-a {
  left: 5%;
  top: 17%;
  width: 30%;
  height: 112px;
}

.integrations-collage .tile-b {
  right: 5%;
  bottom: 9%;
  width: 24%;
  height: 110px;
  animation-delay: -1.6s;
}

.integrations-collage .tile-c {
  left: 6%;
  bottom: 22%;
  width: 29%;
  height: 118px;
  animation-delay: -2.4s;
}

.integrations-collage .tile-d {
  right: 3%;
  top: 9%;
  width: 22%;
  height: 110px;
  animation-delay: -3.2s;
}

.module-dashboard-card {
  --module-accent: #6f83ff;
  --module-accent-soft: #eef0ff;
  overflow: visible;
}

.restaurant-dashboard-card {
  --module-accent: #ef7848;
  --module-accent-soft: #fff0e9;
}

.cafe-dashboard-card {
  --module-accent: #9d6ee8;
  --module-accent-soft: #f3edff;
}

.laundry-dashboard-card {
  --module-accent: #1ea8a0;
  --module-accent-soft: #e9fbf9;
}

.module-dashboard {
  position: absolute;
  inset: 4% 2% 5% 4%;
  z-index: 1;
}

.module-window {
  position: absolute;
  inset: 9% 6% 6% 10%;
  padding: 24px;
  color: #1d2434;
  background: rgba(250, 251, 255, 0.98);
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 28px;
  box-shadow: 0 30px 76px rgba(0, 0, 0, 0.28);
}

.module-window-bar,
.module-kpis,
.module-dashboard-grid,
.module-list-row,
.module-bar-label {
  display: flex;
  align-items: center;
}

.module-window-bar {
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid #e8eaf1;
}

.module-window-bar strong {
  font-size: 20px;
}

.module-window-bar span {
  padding: 7px 11px;
  color: var(--module-accent);
  background: var(--module-accent-soft);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
}

.module-kpis {
  gap: 12px;
  margin: 18px 0;
}

.module-kpi {
  flex: 1;
  min-width: 0;
  padding: 13px;
  background: #fff;
  border: 1px solid #e8eaf1;
  border-radius: 16px;
}

.module-kpi small,
.module-kpi span {
  display: block;
  color: #778094;
  font-size: 11px;
  line-height: 15px;
}

.module-kpi strong {
  display: block;
  margin: 6px 0 3px;
  color: #222b3c;
  font-size: 22px;
  line-height: 24px;
}

.module-dashboard-grid {
  align-items: stretch;
  gap: 14px;
}

.module-panel {
  flex: 1;
  min-width: 0;
  min-height: 188px;
  padding: 16px;
  background: #fff;
  border: 1px solid #e8eaf1;
  border-radius: 18px;
}

.module-panel > b {
  display: block;
  margin-bottom: 12px;
  font-size: 13px;
}

.module-list-row {
  justify-content: space-between;
  gap: 10px;
  padding: 10px 0;
  border-top: 1px solid #eef0f5;
  font-size: 11px;
}

.module-list-row:first-of-type {
  border-top: 0;
}

.module-list-row strong {
  font-size: 11px;
}

.module-status {
  padding: 5px 8px;
  color: var(--module-accent);
  background: var(--module-accent-soft);
  border-radius: 999px;
  font-weight: 800;
  white-space: nowrap;
}

.module-bar-label {
  justify-content: space-between;
  gap: 10px;
  margin-top: 12px;
  color: #586176;
  font-size: 11px;
}

.module-bar {
  height: 8px;
  margin-top: 6px;
  overflow: hidden;
  background: #edf0f5;
  border-radius: 999px;
}

.module-bar i {
  display: block;
  width: var(--bar-size, 60%);
  height: 100%;
  background: var(--module-accent);
  border-radius: inherit;
}

.module-float {
  position: absolute;
  z-index: 3;
  min-width: 142px;
  padding: 15px 18px;
  color: #222b3c;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 18px;
  box-shadow: 0 22px 52px rgba(0, 0, 0, 0.24);
  animation: collageFloat 7.4s ease-in-out infinite;
}

.module-float small,
.module-float strong {
  display: block;
}

.module-float small {
  color: #778094;
  font-size: 11px;
}

.module-float strong {
  margin-top: 5px;
  color: var(--module-accent);
  font-size: 20px;
}

.module-float-a {
  left: 0;
  top: -2%;
}

.module-float-b {
  right: 0;
  bottom: 4%;
  animation-delay: -2.4s;
}

@keyframes collageFloat {
  0%, 100% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-12px) scale(1.01); }
}

.floating-card {
  position: absolute;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.95);
  color: #1d1d1d;
  box-shadow: var(--shadow);
  transition: transform 0.5s ease, opacity 0.5s ease;
  animation: floatCard 6s ease-in-out infinite;
}

.floating-card:nth-child(2) {
  animation-delay: -1.3s;
}

.floating-card:nth-child(3) {
  animation-delay: -2.4s;
}

.floating-card:nth-child(4) {
  animation-delay: -3.1s;
}

@keyframes floatCard {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}

.checkout-card {
  top: 36px;
  right: 0;
  width: 346px;
  padding: 28px;
}

.checkout-card span,
.payout-card span,
.subscription-card span,
.gateway-card span,
.routing-card span {
  display: block;
  color: #6f7080;
  font-size: 12px;
}

.checkout-card b {
  display: block;
  margin: 10px 0 18px;
}

.input-line,
.input-split span {
  height: 42px;
  border: 1px solid #e4e5ef;
  border-radius: 10px;
  background: #fbfbff;
}

.input-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin: 8px 0 16px;
}

.checkout-card button,
.subscription-card button {
  width: 100%;
  height: 46px;
  border: 0;
  border-radius: 10px;
  color: #fff;
  background: var(--blue);
}

.wallet-card {
  right: 62px;
  bottom: 98px;
  width: 184px;
  height: 140px;
  display: grid;
  place-items: center;
  color: #fff;
  background: #050505;
  font-size: 20px;
  font-weight: 800;
}

.wallet-card.large {
  width: 220px;
  height: 160px;
  right: 160px;
  bottom: 142px;
}

.link-card {
  right: 220px;
  bottom: 66px;
  width: 280px;
  padding: 18px 20px;
  color: #697196;
}

.photo-card {
  left: 46px;
  top: 130px;
  width: 176px;
  height: 238px;
  display: flex;
  align-items: flex-end;
  padding: 18px;
  color: #fff;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.75)),
    radial-gradient(circle at 50% 20%, #45516c, #060606 66%);
}

.mini-dark {
  top: 170px;
}

.badge-card {
  right: 248px;
  top: 274px;
  padding: 22px 30px;
  color: #3d296c;
  font-weight: 800;
}

.payout-card {
  top: 34px;
  right: 230px;
  width: 230px;
  padding: 24px;
}

.subscription-card {
  top: 160px;
  right: 68px;
  width: 184px;
  padding: 24px;
}

.subscription-card b {
  font-size: 42px;
}

.refund-card {
  top: 18px;
  right: 22px;
  width: 150px;
  height: 170px;
  display: grid;
  place-content: center;
  text-align: center;
  background: linear-gradient(180deg, #b9b5ff, #9b76ff);
}

.refund-card b {
  font-size: 28px;
}

.transfer-card {
  left: 76px;
  bottom: 92px;
  width: 280px;
  padding: 22px;
}

.gateway-card {
  top: 60px;
  right: 40px;
  width: 300px;
  padding: 28px;
}

.gateway-card b {
  font-size: 30px;
}

.scheme-card,
.api-card,
.secure-card,
.compliance-card,
.coupon-card,
.routing-card,
.support-card,
.analytics-card {
  display: grid;
  place-items: center;
  padding: 24px;
  font-weight: 800;
}

.scheme-card {
  left: 40px;
  top: 140px;
  width: 160px;
  height: 120px;
}

.api-card {
  right: 210px;
  bottom: 110px;
  width: 170px;
  height: 130px;
  color: #fff;
  background: #050505;
}

.secure-card {
  right: 0;
  bottom: 80px;
  width: 210px;
  height: 86px;
}

.compliance-card {
  left: 150px;
  bottom: 60px;
  width: 210px;
  height: 94px;
  background: var(--blue-2);
}

.coupon-card {
  top: 90px;
  right: 114px;
  width: 240px;
  height: 88px;
  background: #bfc9ff;
}

.routing-card {
  right: 0;
  top: 254px;
  width: 250px;
  height: 110px;
}

.support-card {
  right: 48px;
  bottom: 66px;
  width: 190px;
  height: 150px;
  color: #fff;
  background: radial-gradient(circle at 50% 28%, #4b5d78, #050505 68%);
}

.analytics-card {
  left: 42px;
  bottom: 118px;
  width: 220px;
  height: 110px;
  color: #2b245c;
  background: #eef0ff;
}

.why-section,
.insights-section,
.partners-section,
.faq-section,
.final-cta,
.site-footer {
  background: var(--paper);
}

.why-section {
  --why-section-radius: clamp(54px, 7vw, 104px);
  position: relative;
  z-index: 2;
  padding: calc(32px + var(--why-section-radius)) 0 96px;
  margin-top: calc(0px - var(--why-section-radius));
  overflow: hidden;
  border-radius: var(--why-section-radius) var(--why-section-radius) 0 0;
  background: linear-gradient(180deg, #f5f5f4 0%, #e7e4e3 100%);
}

.section-heading {
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto 40px;
  text-align: left;
}

.section-heading h2 {
  font-size: 38px;
  line-height: 48px;
}

.section-heading p {
  margin: 18px 0 0;
  max-width: 720px;
  color: #6f7eff;
  font-size: 14px;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto;
}

.why-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 450px;
  margin-bottom: 20px;
}

.why-card-body {
  width: 98%;
  height: 350px;
  padding: 24px;
  border: 1px solid #768dff;
  border-bottom: 0;
  border-radius: 16px 16px 0 0;
  background: rgba(255, 255, 255, 0.34);
}

.why-icon {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #dddeda;
  border-radius: 7px;
  background: #fff;
  color: #171402;
}

.why-icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.why-card h3 {
  margin: 14px 0 0;
  color: #4b4b49;
  font-size: 16px;
  line-height: 26px;
}

.why-card p {
  margin: 10px 0 0;
  color: #706d6a;
  font-size: 13px;
  line-height: 26px;
}

.trusted-box {
  width: 100%;
  height: 100px;
  padding: 16px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border: 1px solid #768dff;
  border-radius: 0 16px 16px 16px;
  background: rgba(255, 255, 255, 0.34);
  color: #5364b4;
  font-size: 14px;
}

.trusted-box b {
  color: #263c83;
  font-size: 19px;
  line-height: 1.1;
  text-align: right;
  white-space: nowrap;
}

.why-card:nth-child(2) .trusted-box b { color: #6f2ee8; }
.why-card:nth-child(3) .trusted-box b { color: #008fa3; }
.why-card:nth-child(4) .trusted-box b { color: #3644a9; }

.why-section .compact {
  margin-left: max(0px, calc((100vw - 1280px) / 2));
}

.dashboard-section {
  position: relative;
  padding: 64px 0 110px;
  overflow: hidden;
  background: #e7e4e3;
}

.dashboard-copy {
  width: min(1080px, calc(100% - 48px));
  margin: 0 auto 30px;
  text-align: center;
}

.dashboard-copy h2 {
  margin: 14px 0 10px;
  font-size: 30px;
  line-height: 38px;
}

.dashboard-copy p {
  margin: 0;
  color: #706d6a;
  font-size: 15px;
  line-height: 22px;
}

.dashboard-frame {
  position: relative;
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto 48px;
  padding: 0;
  overflow: hidden;
  border: 8px solid #171604;
  border-radius: 38px;
  background: #fff;
  box-shadow: 0 26px 62px rgba(33, 31, 20, 0.18);
}

.dashboard-frame::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: -1px;
  left: 50%;
  width: clamp(82px, 9vw, 108px);
  height: 25px;
  border-radius: 0 0 15px 15px;
  background: #171604;
  transform: translateX(-50%);
  pointer-events: none;
}

.dashboard-frame img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 29px;
}

.hospitality-dashboard-mock {
  min-height: 520px;
  display: grid;
  grid-template-columns: 210px 1fr;
  overflow: hidden;
  border: 1px solid #e3e7f3;
  border-radius: 18px;
  background: #f8faff;
  color: #1e2639;
}

.mock-sidebar {
  padding: 28px 22px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  border-right: 1px solid #e2e6f0;
  background: #fff;
}

.mock-sidebar b {
  margin-bottom: 24px;
  color: #11142a;
  font-size: 24px;
}

.mock-sidebar span {
  min-height: 42px;
  padding: 0 14px;
  display: flex;
  align-items: center;
  border-radius: 12px;
  color: #606a82;
  font-weight: 700;
}

.mock-sidebar .is-selected {
  color: #5b65df;
  background: #eef0ff;
}

.mock-main {
  padding: 28px;
}

.mock-topbar {
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.mock-topbar span {
  width: min(420px, 60%);
  height: 42px;
  padding: 0 18px;
  display: flex;
  align-items: center;
  border: 1px solid #e1e5ef;
  border-radius: 14px;
  color: #8790a7;
  background: #fff;
}

.mock-topbar b {
  padding: 12px 18px;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(42, 55, 90, 0.08);
}

.mock-title {
  margin-top: 32px;
}

.mock-title span {
  display: block;
  font-size: 30px;
  font-weight: 800;
}

.mock-title p {
  margin: 10px 0 0;
  color: #70798f;
}

.mock-metrics {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.mock-metrics div,
.mock-panels > div {
  min-height: 132px;
  padding: 22px;
  border: 1px solid #e5e9f2;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 16px 36px rgba(40, 52, 84, 0.07);
}

.mock-metrics span {
  display: block;
  color: #778199;
  font-size: 13px;
  font-weight: 700;
}

.mock-metrics b {
  display: block;
  margin-top: 14px;
  font-size: 28px;
}

.mock-metrics em {
  display: block;
  margin-top: 8px;
  color: #20b273;
  font-style: normal;
  font-weight: 800;
}

.mock-panels {
  margin-top: 18px;
  display: grid;
  grid-template-columns: 1.35fr 0.65fr;
  gap: 18px;
}

.mock-chart {
  min-height: 220px !important;
  display: flex;
  align-items: end;
  gap: 18px;
}

.mock-chart span {
  flex: 1;
  min-height: 44px;
  border-radius: 14px 14px 6px 6px;
  background: linear-gradient(180deg, #7483ff, #25c386);
}

.mock-room-list {
  display: grid;
  gap: 14px;
}

.mock-room-list b {
  font-size: 20px;
}

.mock-room-list span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.mock-room-list em {
  color: #717a90;
  font-style: normal;
  font-weight: 700;
}

.mock-room-list strong {
  color: #151a2a;
  font-size: 24px;
}

.insights-section {
  padding: 104px 0 92px;
}

.insights-top {
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto 42px;
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 24px;
}

.insights-top h2 {
  margin-top: 18px;
  font-size: 32px;
  line-height: 40px;
}

.insights-top p {
  color: #706d6a;
}

.text-link {
  color: #5c647e;
  font-weight: 700;
}

.text-link.centered {
  display: table;
  margin: 46px auto 0;
}

.insights-row {
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.insight-card {
  background: #fff;
  border: 1px solid rgba(16, 15, 12, 0.08);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: var(--soft-shadow);
}

.insight-image {
  height: 228px;
  background-image: url("assets/insights-triptych.png");
  background-repeat: no-repeat;
  background-size: 300% 100%;
}

.triptych-left { background-position: left center; }
.triptych-center { background-position: center center; }
.triptych-right { background-position: right center; }

.insight-card span,
.insight-card h3,
.insight-card p,
.insight-card a {
  display: block;
  margin-left: 24px;
  margin-right: 24px;
}

.insight-card span {
  margin-top: 20px;
  color: #7c7a76;
  font-size: 13px;
}

.insight-card h3 {
  min-height: 72px;
  margin-top: 14px;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 28px;
}

.insight-card p {
  min-height: 72px;
  color: #74706d;
  line-height: 24px;
}

.insight-card a {
  margin-bottom: 26px;
  color: #5a68c8;
  font-weight: 700;
}

.partners-section {
  padding: 78px 0 112px;
  text-align: center;
}

.partners-section p {
  width: min(580px, calc(100% - 48px));
  margin: 0 auto 40px;
  color: #706d6a;
}

.partners-grid {
  width: min(800px, calc(100% - 48px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.partners-grid span {
  display: grid;
  place-items: center;
  height: 136px;
  border: 1px solid rgba(20, 18, 0, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.52);
  color: #4e5368;
  font-weight: 800;
}

.faq-section {
  padding: 0 0 116px;
}

.faq-list {
  width: min(896px, calc(100% - 48px));
  margin: 0 auto;
}

.faq-item {
  border-top: 1px solid rgba(20, 18, 0, 0.13);
}

.faq-item:last-child {
  border-bottom: 1px solid rgba(20, 18, 0, 0.13);
}

.faq-button {
  width: 100%;
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border: 0;
  background: transparent;
  color: #3a3a3a;
  cursor: pointer;
  text-align: left;
  font-size: 16px;
  font-weight: 750;
}

.faq-button span {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 10px;
  background: #fff;
  transition: transform 0.3s ease;
}

.faq-item.is-open .faq-button span {
  transform: rotate(45deg);
}

.faq-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.faq-content p {
  margin: 0;
  padding: 0 52px 24px 0;
  color: #706d6a;
  line-height: 26px;
}

.faq-item.is-open .faq-content {
  max-height: 180px;
}

.final-cta {
  padding: 0;
  background: #e7e4e3;
}

.cta-card {
  position: relative;
  min-height: 640px;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 640px));
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0;
  background: var(--paper);
  border-top-left-radius: 86px;
  border-top-right-radius: 86px;
}

.cta-card::after {
  content: "";
  position: absolute;
  right: 4%;
  bottom: -24%;
  width: 48%;
  height: 72%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(104, 126, 255, 0.14), transparent 68%);
  filter: blur(18px);
  pointer-events: none;
}

html[dir="rtl"] .cta-card::after {
  right: auto;
  left: 4%;
}

.cta-copy {
  position: relative;
  z-index: 3;
  padding: 0 24px;
}

.cta-copy h2 {
  max-width: 820px;
  font-size: 58px;
  line-height: 72px;
}

.cta-copy p {
  max-width: 620px;
  margin: 18px 0 34px;
  color: #706d6a;
  line-height: 28px;
}

.final-cta .primary-button {
  background: #171604;
  box-shadow: 0 14px 28px rgba(23, 22, 4, 0.16);
}

.cta-line-art {
  position: absolute;
  z-index: 1;
  right: max(18px, calc((100vw - 1280px) / 2 + 18px));
  bottom: -42px;
  width: 570px;
  height: 570px;
  color: rgba(103, 127, 255, 0.17);
  pointer-events: none;
}

html[dir="rtl"] .cta-line-art {
  right: auto;
  left: max(18px, calc((100vw - 1280px) / 2 + 18px));
}

.cta-person {
  position: relative;
  z-index: 2;
  align-self: end;
  width: auto;
  height: 620px;
  max-width: 54%;
  object-fit: contain;
  object-position: center bottom;
  justify-self: center;
}

.site-footer {
  position: relative;
  border-top: 0;
  padding: 78px 0 44px;
  background:
    radial-gradient(circle at 46% 103%, rgba(111, 131, 255, 0.22), transparent 23%),
    radial-gradient(circle at 58% 103%, rgba(79, 255, 161, 0.16), transparent 20%),
    var(--paper);
}

.site-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: min(1280px, calc(100% - 48px));
  height: 1px;
  background: #171402;
  transform: translateX(-50%);
}

.footer-columns {
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 60px;
}

.footer-columns > div {
  min-height: 280px;
  border-right: 1px solid rgba(20, 18, 0, 0.18);
}

.footer-columns > div:last-child {
  border-right: 0;
}

.footer-columns h3 {
  margin: 0 0 22px;
  font-size: 17px;
}

.footer-columns a {
  display: block;
  margin: 0 24px 18px 0;
  color: #6e6a67;
}

.footer-meta,
.footer-signoff {
  width: min(1280px, calc(100% - 48px));
  margin-left: auto;
  margin-right: auto;
}

.footer-meta {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 56px;
  margin-top: 98px;
}

.footer-compliance > p,
.footer-support > p,
.footer-brand p {
  margin: 0;
  color: #6e6a67;
  font-size: 13px;
}

.footer-compliance-logos {
  display: flex;
  align-items: center;
  gap: 26px;
  margin-top: 24px;
}

.footer-compliance-logos img {
  width: 270px;
  height: 62px;
  max-width: none;
  object-fit: cover;
  object-position: center;
  mix-blend-mode: multiply;
  filter: grayscale(1);
  opacity: 0.62;
}

.footer-compliance-logos img:last-child {
  width: 150px;
  height: 62px;
}

.footer-support {
  flex: 0 0 auto;
  min-width: 220px;
  text-align: left;
}

.support-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-width: 190px;
  height: 58px;
  margin: 0 0 12px;
  border: 1px solid rgba(20, 18, 0, 0.18);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.44);
}

.support-pill svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.product-detail-footer .support-pill {
  color: #292a25;
}

.footer-signoff {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  margin-top: 48px;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.9);
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 22px;
}

.footer-brand-mark {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  flex: 0 0 64px;
  border: 1px solid rgba(20, 18, 0, 0.18);
  border-radius: 50%;
  color: #171402;
  background: rgba(255, 255, 255, 0.3);
  font-weight: 900;
}

.footer-brand strong {
  display: block;
  margin-bottom: 8px;
  color: #34312e;
  font-size: 16px;
}

.footer-socials {
  display: flex;
  align-items: center;
  gap: 14px;
}

.footer-socials a {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(20, 18, 0, 0.14);
  border-radius: 12px;
  color: #5e5a57;
  background: rgba(255, 255, 255, 0.28);
  transition: color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.footer-socials a:hover {
  color: #171402;
  border-color: rgba(20, 18, 0, 0.34);
  transform: translateY(-3px);
}

.footer-socials svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.help-button {
  position: fixed;
  right: 20px;
  bottom: 18px;
  z-index: 55;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  padding: 0 14px;
  border-radius: 12px;
  color: #fff;
  background: #078d86;
  box-shadow: 0 12px 30px rgba(7, 141, 134, 0.28);
  font-weight: 750;
}

html[dir="rtl"] body {
  direction: rtl;
  font-family: "Segoe UI", Tahoma, Arial, sans-serif;
}

html[dir="rtl"] .skip-link {
  right: 16px;
  left: auto;
}

html[dir="rtl"] .glass-nav {
  padding: 0 52px 0 28px;
  direction: rtl;
}

html[dir="rtl"] .desktop-nav,
html[dir="rtl"] .nav-actions,
html[dir="rtl"] .mobile-menu-card {
  direction: rtl;
}

html[dir="rtl"] .dropdown-panel {
  text-align: right;
}

html[dir="rtl"] .mobile-toggle {
  margin-right: auto;
  margin-left: 0;
}

html[dir="rtl"] .hero-bg {
  object-position: 32% center;
  transform: scaleX(-1);
  transform-origin: center;
}

html[dir="rtl"] .hero-overlay {
  background:
    linear-gradient(270deg, rgba(0, 0, 0, 0.94) 0%, rgba(0, 0, 0, 0.73) 34%, rgba(0, 0, 0, 0.22) 68%, rgba(0, 0, 0, 0.18) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.28), rgba(0, 0, 0, 0.15) 58%, rgba(0, 0, 0, 0.46));
}

html[dir="rtl"] .hero-content {
  width: min(900px, calc(100% - 120px));
  margin-right: max(60px, calc((100vw - 1280px) / 2 + 52px));
  margin-left: 0;
  text-align: right;
}

html[dir="rtl"] .eyebrow,
html[dir="rtl"] .hero-actions,
html[dir="rtl"] .feature-pills,
html[dir="rtl"] .method-row,
html[dir="rtl"] .subpage-actions {
  direction: rtl;
}

html[dir="rtl"] .hero-actions {
  justify-content: flex-start;
}

html[dir="rtl"] .logo-marquee,
html[dir="rtl"] .marquee-track {
  direction: ltr;
}

html[dir="rtl"] .marquee-track {
  flex-direction: row;
  animation: logoScrollRtl 31.15s linear infinite;
  will-change: transform;
}

html[dir="rtl"] .product-story-shell {
  direction: rtl;
}

html[dir="rtl"] .product-story-copy,
html[dir="rtl"] .product-mobile-copy,
html[dir="rtl"] .product-copy-card,
html[dir="rtl"] .dashboard-copy,
html[dir="rtl"] .cta-copy,
html[dir="rtl"] .subpage-hero-copy,
html[dir="rtl"] .subpage-card,
html[dir="rtl"] .subpage-band,
html[dir="rtl"] .footer-columns {
  text-align: right;
}

html[dir="rtl"] .feature-pills li {
  margin-right: 0;
  margin-left: 10px;
}

html[dir="rtl"] .sticky-image-card figcaption {
  right: 26px;
  left: auto;
}

html[dir="rtl"] .why-grid {
  border: 0;
  direction: rtl;
}

html[dir="rtl"] .why-card {
  border: 0;
}

html[dir="rtl"] .section-heading,
html[dir="rtl"] .why-card-body {
  text-align: right;
}

html[dir="rtl"] .trusted-box {
  direction: rtl;
}

.testimonials-section article [dir],
.review-card [dir],
.testimonial-card [dir] {
  unicode-bidi: plaintext;
  text-align: start;
}

html[dir="rtl"] .why-section .compact {
  margin-right: max(0px, calc((100vw - 1280px) / 2));
  margin-left: 0;
}

html[dir="rtl"] .hospitality-dashboard-mock {
  grid-template-columns: 1fr 210px;
}

html[dir="rtl"] .mock-sidebar {
  grid-column: 2;
  border-right: 0;
  border-left: 1px solid #e2e6f0;
}

html[dir="rtl"] .mock-main {
  grid-column: 1;
  grid-row: 1;
  text-align: right;
}

html[dir="rtl"] .cta-copy {
  padding: 0 24px;
}

html[dir="rtl"] .cta-person {
  justify-self: center;
  object-position: center bottom;
}

html[dir="rtl"] .footer-columns > div {
  border-right: 0;
  border-left: 1px solid rgba(20, 18, 0, 0.18);
}

html[dir="rtl"] .footer-columns > div:last-child {
  border-left: 0;
}

html[dir="rtl"] .footer-columns a {
  margin: 0 0 18px 24px;
}

html[dir="rtl"] .subpage-hero {
  direction: rtl;
  background:
    linear-gradient(270deg, rgba(15, 14, 7, 0.94), rgba(15, 14, 7, 0.76)),
    var(--night);
}

html[dir="rtl"] .subpage-hero-copy {
  padding: 72px 56px 72px 0;
}

html[dir="rtl"] .subpage-visual {
  justify-content: flex-start;
}

html[dir="rtl"] .subpage-visual::before {
  inset: 18% 0 18% 12%;
}

html[dir="rtl"] .subpage-visual img {
  border-radius: 0 32px 32px 0;
}

/* Dedicated About page */
.about-page {
  background: #e9e6e5;
}

.about-page .desktop-nav > .is-current {
  min-height: 44px;
  padding: 10px 18px;
  border-radius: 12px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 8px 24px rgba(22, 20, 6, 0.08);
}

.about-hero-scroll {
  position: relative;
  height: 100svh;
  min-height: 720px;
  color: #fff;
  background: #171401;
}

.about-hero-stage {
  position: relative;
  height: 100%;
  min-height: 720px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 42%, rgba(72, 82, 151, 0.16), transparent 29%),
    linear-gradient(180deg, #171401 0%, #151301 100%);
}

.about-grid-lines {
  position: absolute;
  inset: 0;
  opacity: 0.7;
  background-image:
    linear-gradient(rgba(111, 131, 255, 0.075) 1px, transparent 1px),
    linear-gradient(90deg, rgba(111, 131, 255, 0.075) 1px, transparent 1px);
  background-size: 142px 142px;
}

.about-grid-lines::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(23, 20, 1, 0.08), transparent 30%, rgba(23, 20, 1, 0.56));
}

.about-orbit {
  position: absolute;
  left: 50%;
  top: 49%;
  border: 3px dashed rgba(111, 131, 255, 0.32);
  border-radius: 50%;
  transform: translate(-50%, -50%) rotate(-24deg);
  filter: drop-shadow(0 0 16px rgba(111, 131, 255, 0.18));
  animation: aboutOrbit 22s linear infinite;
}

.orbit-one {
  width: 570px;
  height: 780px;
}

.orbit-two {
  width: 820px;
  height: 410px;
  transform: translate(-50%, -50%) rotate(28deg);
  animation-duration: 28s;
  animation-direction: reverse;
}

.orbit-three {
  width: 410px;
  height: 650px;
  border-color: rgba(79, 255, 161, 0.14);
  transform: translate(-50%, -50%) rotate(62deg);
  animation-duration: 34s;
}

@keyframes aboutOrbit {
  from { rotate: 0deg; }
  to { rotate: 360deg; }
}

.about-hero-content {
  position: relative;
  z-index: 2;
  width: min(1500px, calc(100% - 48px));
  padding-top: 96px;
  text-align: center;
}

.about-hero-mark {
  display: grid;
  place-items: center;
  width: 94px;
  height: 82px;
  margin: 0 auto 44px;
  border: 3px solid rgba(255, 255, 255, 0.92);
  border-radius: 26px 10px 26px 10px;
  color: #fff;
  font-size: 26px;
  font-weight: 900;
  letter-spacing: -3px;
  box-shadow: 0 0 44px rgba(111, 131, 255, 0.25);
  transform: rotate(-5deg);
}

.about-hero-content h1 {
  max-width: 1460px;
  margin: 0 auto;
  font-size: clamp(52px, 5.2vw, 76px);
  line-height: 1.18;
  letter-spacing: -2.6px;
  text-wrap: balance;
}

.about-hero-content > p {
  max-width: 1240px;
  margin: 44px auto 0;
  color: rgba(255, 255, 255, 0.64);
  font-size: 16px;
  line-height: 28px;
}

.about-hero-actions {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 54px;
}

.about-hero-actions a {
  min-height: 50px;
}

.about-hero-actions .primary-button span {
  margin-inline-start: 12px;
}

.about-dark-button {
  color: #fff;
  background: rgba(30, 27, 5, 0.84);
  border: 1px solid rgba(255, 255, 255, 0.11);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.24);
}

.about-story {
  position: relative;
  z-index: 3;
  margin-top: 0;
  padding: 0 0 110px;
  background: linear-gradient(180deg, #171401 0 92px, #e9e7e5 92px);
}

.about-story-card {
  position: relative;
  display: flex;
  min-height: 670px;
  padding: 110px 0;
  align-items: center;
  overflow: hidden;
  border-radius: 92px;
  background:
    radial-gradient(circle at 49% 72%, rgba(111, 131, 255, 0.22), transparent 18%),
    radial-gradient(circle at 58% 78%, rgba(79, 255, 161, 0.17), transparent 17%),
    #f8f8f7;
}

.about-story-card::before,
.about-solutions::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.5;
  background-image:
    linear-gradient(rgba(80, 78, 72, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(80, 78, 72, 0.055) 1px, transparent 1px);
  background-size: 148px 148px;
}

.about-story-grid,
.about-values,
.about-timeline,
.about-clients,
.about-solutions-shell {
  position: relative;
  z-index: 1;
  width: min(1280px, calc(100% - 48px));
  margin-inline: auto;
}

.about-story-grid {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 90px;
  align-items: start;
}

.about-story-grid > h2 {
  max-width: 370px;
  margin: 0;
  font-size: clamp(60px, 6.4vw, 92px);
  line-height: 1.28;
  letter-spacing: -3px;
}

.about-story-copy {
  padding-top: 4px;
}

.about-story-copy p {
  margin: 0 0 32px;
  color: #686663;
  font-size: 17px;
  line-height: 30px;
}

.about-values {
  margin-top: 126px;
}

.about-section-heading {
  margin-bottom: 38px;
}

.about-section-heading h2,
.insights-top h2,
.about-solutions-copy h2 {
  margin: 16px 0 0;
  font-size: clamp(36px, 4vw, 58px);
  line-height: 1.16;
  letter-spacing: -1.6px;
}

.about-label {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  padding: 0 16px;
  border: 1px solid rgba(111, 131, 255, 0.18);
  border-radius: 99px;
  color: #6677d7;
  background: rgba(255, 255, 255, 0.76);
  font-size: 14px;
  font-weight: 700;
}

.mint-label {
  color: #18855a;
  border-color: rgba(79, 255, 161, 0.28);
}

.about-value-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 36px;
}

.about-value-card {
  position: relative;
  min-height: 370px;
  padding: 34px 24px 30px;
  overflow: hidden;
  text-align: center;
  border: 1px solid rgba(17, 17, 10, 0.08);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.62);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.84);
}

.about-values.is-motion-ready .about-value-card {
  opacity: 0;
  transform: translateY(40px);
  transition:
    opacity 400ms cubic-bezier(0.25, 0.1, 0.25, 1),
    transform 400ms cubic-bezier(0.25, 0.1, 0.25, 1);
  transition-delay: var(--about-card-delay, 0ms);
  will-change: opacity, transform;
}

.about-values.is-motion-ready .about-value-card:nth-child(2) {
  --about-card-delay: 80ms;
}

.about-values.is-motion-ready .about-value-card:nth-child(3) {
  --about-card-delay: 160ms;
}

.about-values.is-motion-ready .about-value-card:nth-child(4) {
  --about-card-delay: 240ms;
}

.about-values.is-motion-ready .about-value-card h3,
.about-values.is-motion-ready .about-value-card p {
  opacity: 0;
  filter: blur(8px);
  transition:
    opacity 200ms ease-out,
    filter 200ms ease-out;
}

.about-values.is-motion-ready.is-in-view .about-value-card,
.about-values.is-motion-ready.is-in-view .about-value-card h3,
.about-values.is-motion-ready.is-in-view .about-value-card p {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

.about-value-card::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -104px;
  width: 260px;
  height: 260px;
  border: 1px solid rgba(111, 131, 255, 0.08);
  border-radius: 50%;
  transform: translateX(-50%);
  box-shadow: 0 0 0 18px rgba(111, 131, 255, 0.025), 0 0 0 38px rgba(111, 131, 255, 0.018);
}

.about-value-icon {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  margin: 0 auto 28px;
  border-radius: 16px;
  color: #fff;
  background: var(--night);
  font-size: 14px;
  font-weight: 900;
}

.about-value-card h3 {
  min-height: 58px;
  margin: 0;
  font-size: 20px;
  line-height: 28px;
}

.about-card-rule {
  width: 100%;
  height: 1px;
  margin: 18px 0 42px;
  background: rgba(20, 18, 0, 0.16);
}

.about-value-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #77736f;
  line-height: 25px;
}

.about-timeline {
  margin-top: 110px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 56px 32px;
}

.about-timeline article {
  position: relative;
  min-height: 185px;
  padding-top: 44px;
  border-top: 1px solid rgba(20, 18, 0, 0.25);
}

.about-timeline article::before {
  content: "";
  position: absolute;
  left: 0;
  top: -6px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #817975;
}

.about-timeline span {
  font-size: 30px;
  font-weight: 500;
}

.about-timeline h3 {
  margin: 20px 0 10px;
  font-size: 16px;
}

.about-timeline p {
  margin: 0;
  color: #77736f;
  line-height: 24px;
}

.about-clients {
  margin-top: 0;
  text-align: center;
}

.about-clients > p,
.about-partner-band > p {
  max-width: 720px;
  margin: 0 auto 42px;
  color: #55514e;
  font-size: 20px;
  line-height: 32px;
}

.about-client-marquee.logo-marquee {
  position: relative;
  inset: auto;
  width: 100%;
  border-radius: 0;
}

.about-client-marquee .marquee-track {
  will-change: transform;
}

.about-client-marquee .client-card {
  width: 132px;
  height: 96px;
  border: 1px solid rgba(20, 18, 0, 0.06);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: none;
}

.about-solutions {
  position: relative;
  padding: 114px 0 138px;
  overflow: clip;
  border-radius: 110px;
  background: #f8f8f7;
}

.about-solutions .about-clients {
  margin-bottom: 132px;
}

.about-solutions-shell {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 104px;
  align-items: start;
}

.about-solutions-copy {
  position: sticky;
  top: 208px;
}

.about-solutions-copy p {
  max-width: 420px;
  margin: 24px 0 0;
  color: #6f6b67;
  line-height: 28px;
}

.about-solutions-list {
  display: grid;
  gap: 0;
}

.about-solutions-list article {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 22px;
  padding: 18px 0 34px;
  border-bottom: 1px solid rgba(20, 18, 0, 0.12);
}

.about-solutions.is-motion-ready .about-solutions-list article {
  opacity: 0;
  filter: blur(8px);
  transition:
    opacity 180ms ease-out,
    filter 180ms ease-out;
  will-change: opacity, filter;
}

.about-solutions.is-motion-ready .about-solutions-list article.is-in-view {
  opacity: 1;
  filter: blur(0);
}

.about-solutions-list article + article {
  padding-top: 34px;
}

.about-solutions-list > article > span {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  color: #6574ce;
  background: #fff;
  box-shadow: 0 8px 22px rgba(37, 37, 25, 0.06);
  font-size: 13px;
  font-weight: 900;
}

.about-solutions-list h3 {
  margin: 4px 0 14px;
  font-size: 20px;
}

.about-solutions-list p {
  margin: 0;
  color: #74706c;
  line-height: 26px;
}

.about-partner-band {
  padding: 96px 24px 112px;
  text-align: center;
  background: var(--paper);
}

.about-partner-logos {
  width: min(920px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.about-partner-logos span {
  height: 128px;
  display: grid;
  place-items: center;
  padding: 22px;
  border: 1px solid rgba(20, 18, 0, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.62);
}

.about-partner-band.is-motion-ready .about-partner-logos span {
  opacity: 0;
  transform: translateY(40px);
  transition:
    opacity 400ms cubic-bezier(0.25, 0.1, 0.25, 1),
    transform 400ms cubic-bezier(0.25, 0.1, 0.25, 1);
  will-change: opacity, transform;
}

.about-partner-band.is-motion-ready.is-in-view .about-partner-logos span {
  opacity: 1;
  transform: translateY(0);
}

.about-partner-logos img {
  width: 100%;
  height: 70px;
  object-fit: contain;
}

.about-insights {
  padding-top: 54px;
}

.about-insights.is-motion-ready .insight-card > :not(.insight-image) {
  opacity: 0;
  filter: blur(8px);
  transition:
    opacity 180ms ease-out,
    filter 180ms ease-out;
  will-change: opacity, filter;
}

.about-insights.is-motion-ready .insight-card.is-in-view > :not(.insight-image) {
  opacity: 1;
  filter: blur(0);
}

.about-insights .insights-top h2 {
  font-size: 42px;
}

.about-faq {
  margin-top: 34px;
  padding: 126px 0 116px;
  border-radius: 104px 104px 0 0;
  background: #f9f9f8;
}

.centered-heading {
  width: min(840px, calc(100% - 48px));
  margin: 0 auto 62px;
  text-align: center;
}

.centered-heading p {
  margin: 22px auto 0;
  color: #716e69;
  line-height: 28px;
}

.about-faq .faq-content p {
  max-width: 760px;
}

.about-final-cta {
  background: #f9f9f8;
}

.about-final-cta .cta-card {
  border-top: 1px solid rgba(20, 18, 0, 0.1);
}

.about-final-cta .nav-button-dark {
  width: max-content;
}

.about-footer {
  background: #f4f3f1;
}

/* Clean, continuous About-page section transitions. */
.about-page .about-story {
  padding-bottom: 48px;
}

.about-page .about-story-card {
  border-radius: 86px;
}

.about-page .about-solutions {
  z-index: 1;
  border-radius: 86px;
}

.about-page .about-partner-band {
  position: relative;
  z-index: 0;
  margin-top: -86px;
  padding-top: 182px;
}

.about-page .about-faq {
  position: relative;
  z-index: 1;
  margin-top: -86px;
  padding-top: 212px;
  border-radius: 86px 86px 0 0;
}

.about-page .about-insights {
  padding-bottom: 148px;
}

.about-page .final-cta .cta-card {
  border-top-left-radius: 86px;
  border-top-right-radius: 86px;
}

.about-page .final-cta {
  background: #f9f9f8;
}

@media (max-width: 900px) {
  .about-page .about-insights {
    padding-bottom: 120px;
  }
}

html[dir="rtl"] .about-hero-actions,
html[dir="rtl"] .about-story-grid,
html[dir="rtl"] .about-solutions-shell,
html[dir="rtl"] .about-solutions-list article {
  direction: rtl;
}

html[dir="rtl"] .about-story-copy,
html[dir="rtl"] .about-solutions-copy,
html[dir="rtl"] .about-solutions-list,
html[dir="rtl"] .about-timeline,
html[dir="rtl"] .about-value-card {
  text-align: right;
}

html[dir="rtl"] .about-value-icon {
  margin-right: 0;
  margin-left: auto;
}

html[dir="rtl"] .about-timeline article::before {
  right: 0;
  left: auto;
}

html[dir="rtl"] .about-client-marquee,
html[dir="rtl"] .about-client-marquee .marquee-track {
  direction: ltr;
}

@media (max-width: 1024px) {
  .about-hero-scroll {
    height: 100svh;
  }

  .about-story-grid,
  .about-solutions-shell {
    grid-template-columns: 1fr;
    gap: 52px;
  }

  .about-story-grid > h2 {
    max-width: 700px;
  }

  .about-value-grid,
  .about-timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-solutions-copy {
    position: static;
  }
}

@media (max-width: 640px) {
  .about-hero-scroll {
    height: max(760px, 100svh);
  }

  .about-hero-stage {
    min-height: 720px;
  }

  .about-grid-lines {
    background-size: 82px 82px;
  }

  .orbit-one { width: 330px; height: 540px; }
  .orbit-two { width: 480px; height: 260px; }
  .orbit-three { width: 250px; height: 400px; }

  .about-hero-content {
    width: min(100% - 32px, 480px);
    padding-top: 76px;
  }

  .about-hero-mark {
    width: 72px;
    height: 64px;
    margin-bottom: 30px;
    font-size: 21px;
  }

  .about-hero-content h1 {
    font-size: 42px;
    line-height: 1.14;
    letter-spacing: -1.4px;
  }

  .about-hero-content > p {
    margin-top: 28px;
    font-size: 15px;
    line-height: 25px;
  }

  .about-hero-actions {
    flex-direction: column;
    width: min(280px, 100%);
    margin: 36px auto 0;
  }

  .about-story {
    margin-top: 0;
    padding: 0 0 78px;
    background: linear-gradient(180deg, #171401 0 52px, #e9e7e5 52px);
  }

  .about-story-card {
    min-height: auto;
    padding: 92px 0 96px;
    border-radius: 52px;
  }

  .about-story-grid,
  .about-values,
  .about-timeline,
  .about-clients,
  .about-solutions-shell {
    width: min(100% - 32px, 520px);
  }

  .about-story-grid {
    gap: 32px;
  }

  .about-story-grid > h2 {
    font-size: 56px;
    line-height: 1.08;
    letter-spacing: -2px;
  }

  .about-story-copy p {
    font-size: 16px;
    line-height: 28px;
  }

  .about-values,
  .about-timeline,
  .about-clients {
    margin-top: 80px;
  }

  .about-value-grid,
  .about-timeline {
    grid-template-columns: 1fr;
  }

  .about-value-grid {
    gap: 18px;
  }

  .about-value-card {
    min-height: 310px;
  }

  .about-timeline {
    gap: 18px;
  }

  .about-timeline article {
    min-height: 0;
    padding: 34px 0 28px;
  }

  .about-client-marquee .marquee-track {
    gap: 16px;
  }

  .about-client-marquee .client-card {
    width: 106px;
    height: 78px;
  }

  .about-solutions {
    padding: 76px 0 96px;
    border-radius: 58px;
  }

  .about-solutions .about-clients {
    margin-bottom: 88px;
  }

  .about-solutions-shell {
    gap: 42px;
  }

  .about-solutions-list article {
    grid-template-columns: 46px 1fr;
    gap: 14px;
  }

  .about-partner-band {
    padding: 76px 16px 88px;
  }

  .about-partner-logos {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .about-partner-logos span {
    height: 104px;
  }

  .about-insights {
    padding-top: 28px;
  }

  .about-insights .insights-top h2 {
    font-size: 36px;
  }

  .about-faq {
    padding-top: 86px;
    border-radius: 58px 58px 0 0;
  }

  .centered-heading {
    width: min(100% - 32px, 520px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .about-orbit {
    animation: none;
  }

  .about-values.is-motion-ready .about-value-card,
  .about-values.is-motion-ready .about-value-card h3,
  .about-values.is-motion-ready .about-value-card p {
    opacity: 1;
    transform: none;
    filter: none;
    transition: none;
  }

  .about-solutions.is-motion-ready .about-solutions-list article {
    opacity: 1;
    filter: none;
    transition: none;
  }

  .about-insights.is-motion-ready .insight-card > :not(.insight-image) {
    opacity: 1;
    filter: none;
    transition: none;
  }

  .about-partner-band.is-motion-ready .about-partner-logos span {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

.subpage-body {
  background:
    radial-gradient(circle at 78% 0%, rgba(111, 131, 255, 0.14), transparent 30%),
    var(--paper);
}

.subpage-main {
  padding-top: 118px;
}

.subpage-hero {
  width: min(1280px, calc(100% - 16px));
  min-height: 650px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 48px;
  align-items: center;
  overflow: hidden;
  border-radius: 44px;
  background:
    linear-gradient(90deg, rgba(15, 14, 7, 0.94), rgba(15, 14, 7, 0.76)),
    var(--night);
  color: #fff;
}

.subpage-hero-copy {
  padding: 72px 0 72px 56px;
}

.subpage-hero h1 {
  margin: 28px 0 18px;
  font-size: 58px;
  line-height: 68px;
  letter-spacing: 0;
}

.subpage-hero p {
  max-width: 570px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
  line-height: 30px;
}

.subpage-actions {
  display: flex;
  gap: 12px;
  margin-top: 36px;
}

.subpage-visual {
  position: relative;
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.subpage-visual::before {
  content: "";
  position: absolute;
  inset: 18% 12% 18% 0;
  background: radial-gradient(circle, rgba(111, 131, 255, 0.36), transparent 62%);
  filter: blur(10px);
}

.subpage-visual img {
  position: relative;
  width: min(760px, 100%);
  max-height: 520px;
  object-fit: cover;
  border-radius: 32px 0 0 32px;
  box-shadow: var(--shadow);
}

.subpage-content-grid {
  width: min(1180px, calc(100% - 48px));
  margin: 74px auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.subpage-card {
  min-height: 300px;
  padding: 30px;
  border: 1px solid rgba(111, 147, 207, 0.42);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.62);
  box-shadow: var(--soft-shadow);
}

.subpage-card span {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  color: var(--blue);
  background: #fff;
  font-weight: 800;
}

.subpage-card h2 {
  margin: 28px 0 16px;
  font-size: 24px;
  line-height: 32px;
}

.subpage-card p {
  color: #6f6b66;
  line-height: 28px;
}

.subpage-band {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto 92px;
  padding: 46px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  border-radius: 32px;
  background: #fff;
  box-shadow: var(--soft-shadow);
}

.subpage-band h2 {
  margin: 0 0 12px;
  font-size: 36px;
  line-height: 44px;
}

.subpage-band p {
  max-width: 720px;
  color: #6f6b66;
  line-height: 28px;
}

.compact-footer {
  padding-top: 58px;
}

@media (max-width: 1024px) {
  .glass-nav {
    padding-left: 24px;
    gap: 18px;
  }

  .brand {
    min-width: 210px;
  }

  .brand-name {
    font-size: 20px;
  }

  .desktop-nav,
  .nav-actions {
    display: none;
  }

  .mobile-toggle {
    display: block;
  }

  .products {
    padding: 84px 0 96px;
  }

  .product-story-shell {
    width: min(720px, calc(100% - 48px));
    grid-template-columns: 1fr;
    gap: 0;
  }

  .product-story-copy {
    display: none;
  }

  .product-visual-track {
    gap: 64px;
  }

  .product-visual-step {
    min-height: auto;
    display: block;
    margin-top: 0;
  }

  .product-visual-step + .product-visual-step {
    margin-top: 0;
  }

  .product-mobile-copy {
    display: block;
    margin-bottom: 30px;
  }

  .product-art {
    position: relative;
    top: auto;
    visibility: visible;
    opacity: 1;
    transform: none;
  }

  .product-art {
    min-height: 500px;
  }

  .sticky-image-card {
    height: auto;
    min-height: 430px;
    aspect-ratio: 4 / 3;
    padding: 18px;
    border-radius: 28px;
  }

  .sticky-image-card > img {
    border-radius: 20px;
  }

  .integration-board {
    gap: 14px;
  }

  .integration-board span {
    padding: 16px;
    border-radius: 18px;
  }

  .collage-card {
    min-height: 430px;
  }

  .collage-main {
    border-radius: 22px;
  }

  .collage-tile,
  .collage-phone,
  .integration-logo {
    border-radius: 18px;
  }

  .collage-chip {
    min-height: 40px;
    padding: 0 16px;
    font-size: 13px;
  }

  .frontdesk-collage .collage-main,
  .housekeeping-collage .collage-main {
    width: 70%;
  }

  .finance-collage .collage-main {
    width: 48%;
  }

  .integrations-collage .integration-board {
    width: 66%;
  }

  .why-grid,
  .insights-row {
    grid-template-columns: repeat(2, 1fr);
  }

  .partners-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .cta-card {
    grid-template-columns: 1fr;
    padding-top: 72px;
  }

  .cta-copy {
    padding: 0 32px;
  }

  .subpage-hero {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .subpage-hero-copy {
    padding: 70px 36px 30px;
  }

  .subpage-visual {
    min-height: 360px;
  }

  .subpage-content-grid {
    grid-template-columns: 1fr;
  }

  .subpage-band {
    display: block;
  }
}

@media (max-width: 640px) {
  .site-header {
    top: 20px;
  }

  .glass-nav {
    width: calc(100% - 32px);
    height: 84px;
    padding: 0 16px 0 22px;
    border-radius: 22px;
  }

  .brand {
    min-width: 0;
  }

  .brand-name {
    font-size: 22px;
    max-width: 188px;
    white-space: normal;
    line-height: 24px;
  }

  .brand-mark {
    width: 42px;
    height: 34px;
  }

  .mobile-toggle {
    width: 58px;
    height: 58px;
    flex: 0 0 58px;
  }

  .hero {
    min-height: 844px;
    border-bottom-left-radius: 46px;
    border-bottom-right-radius: 46px;
  }

  .hero-bg {
    object-position: 58% center;
  }

  .hero-overlay {
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.62), rgba(0, 0, 0, 0.62)),
      linear-gradient(90deg, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.2));
  }

  .hero-content {
    width: calc(100% - 32px);
    margin: 0 auto;
    padding-top: 186px;
    text-align: center;
  }

  .eyebrow {
    min-height: 44px;
    padding: 0 12px;
    font-size: 14px;
  }

  .hero h1 {
    margin-top: 22px;
    font-size: 32px;
    line-height: 40px;
  }

  .hero p {
    font-size: 18px;
    line-height: 28px;
  }

  .hero-actions {
    justify-content: center;
    gap: 10px;
    margin-top: 28px;
  }

  .primary-button,
  .secondary-button {
    min-height: 46px;
    padding: 0 14px;
    font-size: 14px;
  }

  .hero-rule {
    bottom: 198px;
    left: 16px;
    right: 16px;
  }

  .logo-marquee {
    left: 16px;
    right: 16px;
    bottom: 78px;
  }

  .client-card {
    width: 102px;
    height: 80px;
    font-size: 14px;
  }

  .toolkit-intro {
    min-height: 468px;
    padding: 122px 18px 64px;
    border-bottom-left-radius: 46px;
    border-bottom-right-radius: 46px;
  }

  .toolkit-transition-shell {
    background-size: 74px 74px, 74px 74px, auto;
  }

  .toolkit-intro::before {
    top: 70px;
    width: 390px;
    height: 330px;
  }

  .intro-icon-row {
    --intro-label-space: 0;
    gap: 14px;
    margin-bottom: 96px;
  }

  .intro-icon-row[data-active] {
    --intro-slide: 0;
  }

  .intro-icon-track {
    gap: 14px;
    transform: none;
  }

  .intro-icon-item,
  .intro-icon-row[data-active="0"] .intro-icon-item:nth-child(n+2),
  .intro-icon-row[data-active="1"] .intro-icon-item:nth-child(n+3),
  .intro-icon-row[data-active="2"] .intro-icon-item:nth-child(n+4) {
    min-width: 64px;
    transform: none;
  }

  .intro-icon-card {
    width: 64px;
    height: 64px;
    border-radius: 14px;
  }

  .intro-icon-item.is-shifted .intro-icon-card {
    transform: translateX(64px);
  }

  .intro-icon-item.is-shifted .intro-icon-card:hover {
    transform: translateX(64px) translateY(-5px);
  }

  .intro-icon-card svg {
    width: 42px;
    height: 42px;
  }

  .intro-icon-label {
    top: calc(100% + 12px);
    left: 50%;
    max-width: 130px;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    white-space: normal;
    transform: translateX(-50%) translateY(-4px);
  }

  .intro-icon-item.is-active .intro-icon-label {
    transform: translateX(-50%) translateY(0);
  }

  .toolkit-intro h2 {
    font-size: 36px;
    line-height: 48px;
  }

  .products {
    padding: 76px 0 82px;
  }

  .product-story-shell {
    width: calc(100% - 48px);
  }

  .product-visual-track {
    gap: 58px;
  }

  .product-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 22px;
  }

  .product-copy-card h3 {
    font-size: 24px;
    line-height: 32px;
  }

  .product-copy-card h4 {
    font-size: 28px;
    line-height: 38px;
  }

  .feature-pills {
    display: block;
    margin-top: 24px;
  }

  .feature-pills li {
    padding: 5px 0;
  }

  .method-row span {
    min-width: 92px;
    height: 58px;
    padding: 0 14px;
  }

  .product-art {
    min-height: 330px;
    margin-top: 18px;
  }

  .sticky-image-card {
    min-height: 330px;
    aspect-ratio: 1 / 1;
    padding: 12px;
    border-radius: 24px;
  }

  .sticky-image-card figcaption {
    left: 14px;
    bottom: 14px;
    min-height: 36px;
    padding: 0 12px;
    font-size: 12px;
  }

  .integration-board {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .integration-board span {
    padding: 10px;
    border-radius: 14px;
  }

  .collage-card {
    width: 100%;
    min-height: min(330px, calc(100vw - 64px));
    aspect-ratio: 1 / 1;
    border-radius: 24px;
  }

  .collage-card::before {
    background-size: 46px 46px;
  }

  .module-dashboard {
    inset: 0;
  }

  .module-window {
    inset: 7% 3% 5% 6%;
    padding: 12px;
    border-radius: 20px;
  }

  .module-window-bar {
    padding-bottom: 10px;
  }

  .module-window-bar strong {
    font-size: 15px;
  }

  .module-kpis {
    gap: 6px;
    margin: 10px 0;
  }

  .module-kpi {
    padding: 8px;
    border-radius: 12px;
  }

  .module-kpi strong {
    margin: 3px 0;
    font-size: 16px;
    line-height: 18px;
  }

  .module-kpi small,
  .module-kpi span,
  .module-list-row,
  .module-list-row strong,
  .module-bar-label {
    font-size: 9px;
    line-height: 12px;
  }

  .module-dashboard-grid {
    gap: 8px;
  }

  .module-panel {
    min-height: 126px;
    padding: 10px;
    border-radius: 14px;
  }

  .module-panel > b {
    margin-bottom: 7px;
    font-size: 11px;
  }

  .module-list-row {
    gap: 6px;
    padding: 7px 0;
  }

  .module-status {
    padding: 4px 6px;
  }

  .module-bar-label {
    margin-top: 7px;
  }

  .module-bar {
    height: 6px;
    margin-top: 4px;
  }

  .module-float {
    display: none;
  }

  .module-dashboard-card figcaption {
    display: none;
  }

  .collage-chip {
    display: none;
  }

  .collage-main {
    border-radius: 16px;
  }

  .collage-tile,
  .collage-phone,
  .integration-logo {
    border-radius: 14px;
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.28);
  }

  .frontdesk-collage .collage-main {
    right: 3%;
    top: 27%;
    width: 77%;
  }

  .frontdesk-collage .tile-a {
    left: 4%;
    top: 10%;
    width: 34%;
  }

  .frontdesk-collage .tile-b {
    left: 3%;
    bottom: 15%;
    width: 40%;
  }

  .frontdesk-collage .tile-c {
    right: 3%;
    top: 9%;
    width: 34%;
  }

  .frontdesk-collage .tile-d {
    right: 5%;
    bottom: 5%;
    width: 54%;
  }

  .housekeeping-collage .collage-main {
    right: 4%;
    top: 30%;
    width: 74%;
  }

  .housekeeping-collage .tile-a {
    left: 4%;
    top: 10%;
    width: 52%;
  }

  .housekeeping-collage .tile-b {
    right: 4%;
    top: 9%;
    width: 36%;
  }

  .housekeeping-collage .tile-c {
    right: 5%;
    bottom: 7%;
    width: 32%;
  }

  .housekeeping-collage .tile-d {
    left: 5%;
    bottom: 5%;
    width: 28%;
  }

  .finance-collage .collage-main {
    right: 5%;
    top: 18%;
    width: 56%;
  }

  .finance-collage .tile-a {
    right: 4%;
    bottom: 8%;
    width: 56%;
  }

  .finance-collage .tile-b {
    left: 5%;
    top: 10%;
    width: 36%;
  }

  .finance-collage .tile-c {
    left: 4%;
    bottom: 27%;
    width: 36%;
  }

  .finance-collage .tile-d {
    left: 8%;
    bottom: 7%;
    width: 50%;
  }

  .integrations-collage .integration-board {
    right: 5%;
    top: 21%;
    width: 72%;
    height: 54%;
    padding: 10px;
    border-radius: 22px;
  }

  .integrations-collage .integration-board span {
    padding: 8px;
    border-radius: 12px;
  }

  .integrations-collage .tile-a {
    left: 4%;
    top: 12%;
    width: 38%;
    height: 74px;
  }

  .integrations-collage .tile-b {
    right: 4%;
    bottom: 7%;
    width: 34%;
    height: 74px;
  }

  .integrations-collage .tile-c {
    left: 5%;
    bottom: 17%;
    width: 38%;
    height: 80px;
  }

  .integrations-collage .tile-d {
    right: 4%;
    top: 9%;
    width: 28%;
    height: 72px;
  }

  .checkout-card,
  .payout-card,
  .gateway-card {
    width: 258px;
    right: 0;
    top: 0;
    padding: 20px;
  }

  .link-card,
  .transfer-card,
  .routing-card {
    width: 230px;
    left: 0;
    right: auto;
    bottom: 8px;
  }

  .photo-card {
    display: none;
  }

  .badge-card,
  .wallet-card,
  .wallet-card.large,
  .refund-card,
  .subscription-card,
  .scheme-card,
  .api-card,
  .secure-card,
  .compliance-card,
  .coupon-card,
  .support-card,
  .analytics-card {
    display: none;
  }

  .why-section,
  .insights-section,
  .partners-section {
    padding-top: 76px;
  }

  .why-section {
    padding-top: calc(76px + var(--why-section-radius));
  }

  .section-heading h2 {
    font-size: 38px;
    line-height: 48px;
  }

  .why-grid,
  .insights-row,
  .footer-columns {
    grid-template-columns: 1fr;
  }

  .why-grid {
    width: calc(100% - 32px);
  }

  .why-card {
    min-height: 320px;
  }

  .dashboard-section {
    padding-top: 62px;
  }

  .dashboard-copy h2 {
    font-size: 34px;
    line-height: 42px;
  }

  .dashboard-frame {
    width: calc(100% - 32px);
    margin: 18px auto 24px;
    padding: 0;
    border-width: 5px;
    border-radius: 24px;
  }

  .dashboard-frame::before {
    width: 64px;
    height: 17px;
    border-radius: 0 0 10px 10px;
  }

  .dashboard-frame img {
    border-radius: 18px;
  }

  .hospitality-dashboard-mock {
    min-height: auto;
    grid-template-columns: 1fr;
  }

  .mock-sidebar {
    padding: 16px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-right: 0;
    border-bottom: 1px solid #e2e6f0;
  }

  .mock-sidebar b {
    grid-column: 1 / -1;
    margin-bottom: 4px;
    font-size: 22px;
  }

  .mock-main {
    padding: 16px;
  }

  .mock-topbar {
    height: auto;
    display: grid;
    grid-template-columns: 1fr;
  }

  .mock-topbar span {
    width: auto;
  }

  .mock-title span {
    font-size: 26px;
  }

  .mock-metrics,
  .mock-panels {
    grid-template-columns: 1fr;
  }

  .mock-chart {
    min-height: 180px !important;
  }

  .insights-top {
    display: block;
  }

  .insights-top .text-link {
    display: inline-block;
    margin-top: 12px;
  }

  .insight-card h3,
  .insight-card p {
    min-height: auto;
  }

  .partners-grid {
    grid-template-columns: 1fr;
  }

  .faq-section {
    padding-bottom: 82px;
  }

  .faq-list {
    width: calc(100% - 32px);
  }

  .faq-button {
    min-height: 68px;
  }

  .faq-content p {
    padding-right: 0;
  }

  .cta-card {
    min-height: 720px;
    border-top-left-radius: 46px;
    border-top-right-radius: 46px;
  }

  .cta-copy h2 {
    font-size: 38px;
    line-height: 50px;
  }

  .cta-person {
    width: auto;
    height: 480px;
    max-width: 86%;
    margin-top: 24px;
  }

  .cta-line-art {
    right: 50%;
    bottom: -18px;
    width: 470px;
    height: 470px;
    transform: translateX(50%);
  }

  .footer-columns {
    gap: 18px;
  }

  .footer-columns > div {
    min-height: auto;
    padding-bottom: 8px;
    border-right: 0;
    border-bottom: 1px solid rgba(20, 18, 0, 0.14);
  }

  .footer-meta,
  .footer-signoff {
    width: calc(100% - 32px);
  }

  .footer-meta {
    display: block;
    margin-top: 58px;
  }

  .footer-compliance-logos {
    flex-wrap: wrap;
    gap: 16px;
  }

  .footer-compliance-logos img {
    width: 220px;
    height: 52px;
  }

  .footer-compliance-logos img:last-child {
    width: 130px;
    height: 52px;
  }

  .footer-support {
    margin-top: 42px;
  }

  .footer-signoff {
    display: block;
  }

  .footer-socials {
    flex-wrap: wrap;
    margin-top: 28px;
  }

  .help-button {
    right: 14px;
    bottom: 14px;
  }

  .subpage-main {
    padding-top: 114px;
  }

  .subpage-hero {
    width: calc(100% - 16px);
    min-height: 720px;
    border-radius: 32px;
  }

  .subpage-hero-copy {
    padding: 72px 24px 18px;
  }

  .subpage-hero h1 {
    font-size: 40px;
    line-height: 50px;
  }

  .subpage-actions {
    flex-wrap: wrap;
  }

  .subpage-visual {
    min-height: 300px;
  }

  .subpage-visual img {
    width: 100%;
    min-height: 300px;
    object-fit: cover;
    border-radius: 24px 0 0 24px;
  }

  .subpage-content-grid,
  .subpage-band {
    width: calc(100% - 32px);
  }

  .subpage-card {
    min-height: 260px;
  }

  .subpage-band {
    padding: 28px;
  }

  .subpage-band h2 {
    font-size: 30px;
    line-height: 38px;
  }

  html[dir="rtl"] .glass-nav {
    padding: 0 22px 0 16px;
  }

  html[dir="rtl"] .mobile-toggle {
    margin-right: auto;
    margin-left: 0;
  }

  html[dir="rtl"] .hero-overlay {
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.62), rgba(0, 0, 0, 0.62)),
      linear-gradient(270deg, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.2));
  }

  html[dir="rtl"] .hero-bg {
    object-position: 46% center;
    transform: scaleX(-1);
  }

  html[dir="rtl"] .hero-content {
    margin: 0 auto;
    text-align: center;
  }

  html[dir="rtl"] .sticky-image-card figcaption {
    right: 14px;
  }

  html[dir="rtl"] .hospitality-dashboard-mock {
    grid-template-columns: 1fr;
  }

  html[dir="rtl"] .mock-sidebar {
    grid-column: auto;
    grid-row: auto;
    border-left: 0;
    border-bottom: 1px solid #e2e6f0;
  }

  html[dir="rtl"] .mock-main {
    grid-column: auto;
    grid-row: auto;
  }

  html[dir="rtl"] .cta-copy {
    padding: 0 32px;
  }

  html[dir="rtl"] .footer-columns > div {
    border-left: 0;
    border-bottom: 1px solid rgba(20, 18, 0, 0.14);
  }

  html[dir="rtl"] .subpage-hero-copy {
    padding: 72px 24px 18px;
  }

  html[dir="rtl"] .subpage-visual img {
    border-radius: 0 24px 24px 0;
  }
}

/* Shared product detail pages */
.product-detail-page {
  --detail-accent: #4fff95;
  min-width: 320px;
  color: #f7f7f2;
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    #171401;
  background-size: 148px 148px;
}

.product-detail-page .site-header {
  position: sticky; top: 0; z-index: 80; padding-top: 22px; padding-bottom: 22px;
  background:
    radial-gradient(circle at 68% 100%, color-mix(in srgb, var(--detail-accent) 13%, transparent), transparent 34%),
    linear-gradient(rgba(17, 24, 20, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17, 24, 20, 0.045) 1px, transparent 1px),
    #f7f8f5;
  background-size: auto, 120px 120px, 120px 120px, auto;
}
.product-detail-page .glass-nav { box-shadow: 0 16px 50px rgba(5, 5, 1, 0.2); }
.product-detail-page .desktop-nav > .nav-dropdown > button.is-current {
  min-height: 44px; padding: 10px 18px; border-radius: 12px; color: var(--ink); background: rgba(255, 255, 255, 0.78); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.07);
}
.product-detail-page .product-dropdown-panel { min-width: 330px; max-height: min(560px, calc(100vh - 130px)); overflow-y: auto; }
.product-detail-page .dropdown-panel a.is-active { color: #132019; background: color-mix(in srgb, var(--detail-accent) 22%, white); }
.product-detail-main { width: 100%; overflow: clip; }

.product-detail-hero {
  display: grid; grid-template-columns: minmax(0, 1fr) minmax(470px, 0.88fr); gap: 52px;
  width: 100%; min-height: 720px; margin: 0; padding: 124px max(clamp(48px, 6vw, 102px), calc((100vw - 1500px) / 2 + 48px)) 92px;
  overflow: hidden; color: #15150f;
  background: radial-gradient(circle at 68% 8%, color-mix(in srgb, var(--detail-accent) 18%, transparent), transparent 28%), linear-gradient(rgba(17, 24, 20, 0.045) 1px, transparent 1px), linear-gradient(90deg, rgba(17, 24, 20, 0.045) 1px, transparent 1px), #f7f8f5;
  background-size: auto, 120px 120px, 120px 120px, auto; border-radius: 0 0 92px 92px;
}
.product-detail-hero-copy { position: relative; z-index: 3; align-self: center; }
.product-detail-kicker, .product-section-heading > span, .product-workflow-heading > span, .product-detail-cta > span {
  display: inline-flex; align-items: center; min-height: 36px; padding: 7px 15px; color: #26302b;
  background: color-mix(in srgb, var(--detail-accent) 24%, white); border: 1px solid color-mix(in srgb, var(--detail-accent) 50%, white);
  border-radius: 999px; font-size: 14px; font-weight: 700; letter-spacing: 0.03em;
}
.product-detail-hero h1 { max-width: 810px; margin: 26px 0 24px; font-size: clamp(54px, 5.5vw, 92px); line-height: 0.97; letter-spacing: -0.055em; }
.product-detail-hero h1 span { display: block; margin-top: 17px; color: #6472dc; font-size: 0.57em; line-height: 1.04; letter-spacing: -0.035em; }
.product-detail-hero-copy > p { max-width: 760px; margin: 0; color: #676a66; font-size: 18px; line-height: 1.7; }
.product-detail-actions { display: flex; align-items: center; gap: 26px; margin-top: 38px; }
.product-text-link { display: inline-flex; align-items: center; gap: 10px; color: #292a25; font-size: 16px; font-weight: 700; }
.product-text-link span { transition: transform 0.25s ease; }
.product-text-link:hover span { transform: translateX(5px); }

.product-detail-visual { position: relative; min-height: 510px; align-self: center; }
.product-detail-hero .product-detail-slider-visual.reveal-item {
  opacity: 0;
  filter: blur(16px);
  transform: translateY(22px) scale(0.96);
  transform-origin: 50% 54%;
  transition:
    opacity 0.72s ease,
    filter 0.72s ease,
    transform 0.82s cubic-bezier(0.22, 1, 0.36, 1);
}
.product-detail-hero .product-detail-slider-visual.reveal-item.is-visible {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0) scale(1);
}
.product-detail-hero .product-detail-slider-visual.reveal-item img,
.product-detail-hero .product-detail-slider-visual.reveal-item .detail-dashboard-chip,
.product-detail-hero .product-detail-slider-visual.reveal-item .frontdesk-detail-chip {
  opacity: 0;
  transition: opacity 0.42s ease 0.2s;
}
.product-detail-hero .product-detail-slider-visual.reveal-item.is-visible img,
.product-detail-hero .product-detail-slider-visual.reveal-item.is-visible .detail-dashboard-chip,
.product-detail-hero .product-detail-slider-visual.reveal-item.is-visible .frontdesk-detail-chip {
  opacity: 1;
}
.product-detail-hero .product-detail-slider-visual.reveal-item.is-visible img:nth-of-type(2) { transition-delay: 0.28s; }
.product-detail-hero .product-detail-slider-visual.reveal-item.is-visible img:nth-of-type(3) { transition-delay: 0.34s; }
.product-detail-hero .product-detail-slider-visual.reveal-item.is-visible img:nth-of-type(4) { transition-delay: 0.4s; }
.product-detail-hero .product-detail-slider-visual.reveal-item.is-visible img:nth-of-type(5) { transition-delay: 0.46s; }
.product-detail-frontdesk-visual { display: grid; place-items: center; }
.product-detail-frontdesk-collage { position: relative; width: 100%; min-height: 500px; isolation: isolate; }
.product-detail-frontdesk-collage::before {
  content: ""; position: absolute; inset: 5% 4% 3%; z-index: -1; border-radius: 42px;
  background: radial-gradient(circle at 22% 30%, rgba(79, 255, 161, 0.2), transparent 34%), radial-gradient(circle at 78% 66%, rgba(111, 131, 255, 0.24), transparent 38%);
  filter: blur(12px);
}
.frontdesk-detail-main,
.frontdesk-detail-card {
  position: absolute; display: block; height: auto; object-fit: contain; background: #fff;
  border: 7px solid rgba(255, 255, 255, 0.92); box-shadow: 0 24px 54px rgba(19, 22, 18, 0.18);
}
.frontdesk-detail-main { z-index: 1; top: 12%; left: 7%; width: 86%; border-radius: 28px; }
.frontdesk-detail-card { z-index: 2; border-width: 5px; border-radius: 20px; animation: collageFloat 7.6s ease-in-out infinite; }
.frontdesk-detail-checkins { top: 2%; left: 0; width: 27%; animation-delay: -1.2s; }
.frontdesk-detail-status { left: 0; bottom: 2%; width: 34%; animation-delay: -3.1s; }
.frontdesk-detail-guests { top: 1%; right: 0; width: 26%; animation-delay: -4.4s; }
.frontdesk-detail-arrivals { right: 1%; bottom: 0; width: 39%; animation-delay: -2.2s; }
.frontdesk-detail-chip {
  position: absolute; z-index: 3; right: 4%; top: 43%; padding: 11px 16px; color: #f7f8f4;
  background: rgba(17, 20, 15, 0.9); border: 1px solid rgba(255, 255, 255, 0.14); border-radius: 999px;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.16); font-size: 12px; font-weight: 750;
}
.product-detail-slider-visual { display: grid; place-items: center; }
.product-detail-dashboard-collage,
.product-detail-tile-collage {
  position: relative; width: 100%; min-height: 500px; isolation: isolate;
}
.product-detail-dashboard-collage::before,
.product-detail-tile-collage::before {
  content: ""; position: absolute; inset: 7% 3%; z-index: -1; border-radius: 46px;
  background: radial-gradient(circle at 28% 34%, color-mix(in srgb, var(--detail-accent) 24%, transparent), transparent 40%), radial-gradient(circle at 72% 65%, rgba(111, 131, 255, 0.2), transparent 42%);
  filter: blur(12px);
}
.detail-dashboard-main,
.detail-dashboard-secondary,
.detail-tile-main,
.detail-tile {
  position: absolute; display: block; height: auto; object-fit: contain; background: #fff;
  border: 6px solid rgba(255, 255, 255, 0.94); box-shadow: 0 24px 54px rgba(19, 22, 18, 0.18);
}
.detail-dashboard-main { z-index: 1; top: 10%; left: 4%; width: 92%; border-radius: 28px; }
.detail-dashboard-secondary { z-index: 2; left: 1%; bottom: 1%; width: 34%; border-width: 5px; border-radius: 20px; animation: collageFloat 8s ease-in-out infinite -3.1s; }
.detail-dashboard-chip {
  position: absolute; z-index: 4; padding: 10px 15px; color: #f7f8f4; background: rgba(17, 20, 15, 0.91);
  border: 1px solid rgba(255, 255, 255, 0.14); border-radius: 999px; box-shadow: 0 14px 28px rgba(0, 0, 0, 0.16);
  font-size: 12px; font-weight: 750; white-space: nowrap;
}
.detail-chip-top { top: 2%; right: 1%; }
.detail-chip-bottom { right: 2%; bottom: 3%; }
.product-detail-laundry-collage .detail-dashboard-main { top: 13%; }
.product-detail-laundry-collage .detail-dashboard-secondary { bottom: 4%; width: 48%; }
.detail-tile-main { z-index: 1; top: 12%; left: 9%; width: 82%; border-radius: 28px; }
.detail-tile { z-index: 2; border-width: 5px; border-radius: 19px; animation: collageFloat 7.8s ease-in-out infinite; }
.detail-tile-a { top: 1%; left: 0; width: 32%; animation-delay: -1.2s; }
.detail-tile-b { top: 2%; right: 0; width: 27%; animation-delay: -2.6s; }
.detail-tile-c { left: 0; bottom: 1%; width: 29%; animation-delay: -4.1s; }
.detail-tile-d { right: 1%; bottom: 0; width: 38%; animation-delay: -3.2s; }
.detail-tile-phone { right: 1%; bottom: 0; width: 24%; animation-delay: -3.2s; }
.product-dashboard-window {
  position: relative; z-index: 2; width: 100%; min-height: 470px; padding: 22px; overflow: hidden; color: #eef2f8;
  background: linear-gradient(145deg, #10151f, #181d28 58%, #0d121b); border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 32px; box-shadow: 0 42px 74px rgba(21, 23, 18, 0.28); transform: perspective(1300px) rotateY(-4deg) rotateX(2deg);
}
.product-dashboard-window::before { content: ""; position: absolute; inset: -25% 35% 55% -20%; background: color-mix(in srgb, var(--detail-accent) 30%, transparent); filter: blur(38px); }
.product-dashboard-topbar, .product-dashboard-heading, .product-dashboard-list article, .product-dashboard-metrics { display: flex; align-items: center; }
.product-dashboard-topbar { position: relative; justify-content: space-between; padding: 5px 4px 21px; }
.product-dashboard-topbar strong { font-size: 17px; }
.product-dashboard-topbar span { padding: 7px 11px; color: var(--detail-accent); background: color-mix(in srgb, var(--detail-accent) 13%, transparent); border: 1px solid color-mix(in srgb, var(--detail-accent) 30%, transparent); border-radius: 999px; font-size: 11px; font-weight: 700; }
.product-dashboard-metrics { position: relative; gap: 12px; }
.product-dashboard-metrics article { flex: 1; min-width: 0; padding: 15px; background: rgba(255, 255, 255, 0.055); border: 1px solid rgba(255, 255, 255, 0.08); border-radius: 17px; }
.product-dashboard-metrics span, .product-dashboard-metrics strong { display: block; }
.product-dashboard-metrics span { min-height: 30px; color: rgba(239, 243, 250, 0.56); font-size: 10px; line-height: 1.3; }
.product-dashboard-metrics strong { margin-top: 4px; font-size: 25px; }
.product-dashboard-body { position: relative; display: grid; grid-template-columns: 1.18fr 0.82fr; gap: 12px; margin-top: 12px; }
.product-dashboard-list, .product-dashboard-chart { min-height: 242px; padding: 17px; background: rgba(255, 255, 255, 0.045); border: 1px solid rgba(255, 255, 255, 0.075); border-radius: 20px; }
.product-dashboard-heading { justify-content: space-between; margin-bottom: 13px; color: rgba(255, 255, 255, 0.8); font-size: 12px; }
.product-dashboard-list article { gap: 10px; padding: 12px 0; border-top: 1px solid rgba(255, 255, 255, 0.07); }
.product-dashboard-list article > i { flex: 0 0 31px; width: 31px; height: 31px; background: linear-gradient(145deg, var(--detail-accent), #6874dc); border-radius: 10px; opacity: 0.85; }
.product-dashboard-list article div { min-width: 0; margin-right: auto; }
.product-dashboard-list article strong, .product-dashboard-list article small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.product-dashboard-list article strong { font-size: 11px; }
.product-dashboard-list article small { margin-top: 3px; color: rgba(239, 243, 250, 0.46); font-size: 9px; }
.product-dashboard-list article em { padding: 5px 7px; color: var(--detail-accent); background: color-mix(in srgb, var(--detail-accent) 12%, transparent); border-radius: 8px; font-size: 9px; font-style: normal; }
.product-dashboard-chart > strong { display: block; color: rgba(255, 255, 255, 0.78); font-size: 12px; }
.product-dashboard-chart > div { display: flex; align-items: end; justify-content: space-between; height: 172px; gap: 7px; padding-top: 18px; border-bottom: 1px solid rgba(255, 255, 255, 0.12); }
.product-dashboard-chart i { width: 12%; height: var(--bar); min-height: 12px; background: linear-gradient(var(--detail-accent), #6674dd); border-radius: 8px 8px 2px 2px; opacity: 0.78; }
.product-visual-chip { position: absolute; z-index: 4; left: -24px; top: 20%; padding: 12px 16px; color: #151914; background: rgba(255, 255, 255, 0.92); border-radius: 15px; box-shadow: 0 14px 30px rgba(10, 11, 8, 0.14); font-size: 12px; font-weight: 800; }

.product-proof-section, .product-toolkit-section { padding: 54px 0 0; }
.product-proof-card, .product-toolkit-card {
  width: min(1500px, calc(100% - 40px)); margin: 0 auto; padding: clamp(72px, 8vw, 124px) clamp(38px, 7vw, 110px); color: #181811;
  background: radial-gradient(circle at 70% 100%, color-mix(in srgb, var(--detail-accent) 18%, transparent), transparent 30%), linear-gradient(rgba(17, 24, 20, 0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(17, 24, 20, 0.04) 1px, transparent 1px), #f5f5f3;
  background-size: auto, 120px 120px, 120px 120px, auto; border-radius: 92px;
}
.product-section-heading { max-width: 960px; margin: 0 auto; text-align: center; }
.product-section-heading h2, .product-workflow-heading h2, .product-detail-cta h2 { margin: 24px 0 20px; font-size: clamp(42px, 5vw, 72px); line-height: 1.05; letter-spacing: -0.045em; }
.product-section-heading p, .product-workflow-heading p, .product-detail-cta p { max-width: 780px; margin: 0 auto; color: #6d6e69; font-size: 17px; line-height: 1.72; }
.product-benefit-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 68px; }
.product-benefit-card { min-height: 330px; padding: 32px 28px; background: rgba(255, 255, 255, 0.68); border: 1px solid rgba(27, 28, 23, 0.08); border-radius: 28px; box-shadow: 0 18px 34px rgba(27, 27, 20, 0.045); }
.product-benefit-card > span { display: grid; place-items: center; width: 48px; height: 48px; color: #243029; background: color-mix(in srgb, var(--detail-accent) 27%, white); border-radius: 15px; font-size: 13px; font-weight: 800; }
.product-benefit-card h3 { margin: 70px 0 18px; font-size: 23px; line-height: 1.15; }
.product-benefit-card p { margin: 0; color: #73746f; line-height: 1.65; }

.product-workflow-section { display: grid; grid-template-columns: minmax(0, 0.85fr) minmax(520px, 1.15fr); gap: clamp(50px, 8vw, 130px); width: min(1260px, calc(100% - 80px)); margin: 0 auto; padding: 140px 0; }
.product-workflow-heading { position: sticky; top: 180px; align-self: start; }
.product-workflow-heading > span { color: #e8f9ec; background: color-mix(in srgb, var(--detail-accent) 16%, transparent); border-color: color-mix(in srgb, var(--detail-accent) 30%, transparent); }
.product-workflow-heading p { margin-left: 0; color: rgba(255, 255, 255, 0.62); }
.product-workflow-step { display: grid; grid-template-columns: 72px 1fr; gap: 26px; min-height: 250px; padding: 40px 0; border-top: 1px solid rgba(255, 255, 255, 0.15); }
.product-workflow-step > span { display: grid; place-items: center; width: 58px; height: 58px; color: var(--detail-accent); background: rgba(255, 255, 255, 0.06); border: 1px solid color-mix(in srgb, var(--detail-accent) 28%, transparent); border-radius: 18px; font-size: 14px; font-weight: 800; }
.product-workflow-step h3 { margin: 5px 0 16px; font-size: 34px; }
.product-workflow-step p { max-width: 560px; margin: 0; color: rgba(255, 255, 255, 0.62); font-size: 17px; line-height: 1.7; }
.product-toolkit-section { padding-bottom: 54px; }
.product-tool-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; margin-top: 62px; }
.product-tool-grid > span { display: flex; align-items: center; min-height: 92px; padding: 20px; color: #20231f; background: rgba(255, 255, 255, 0.78); border: 1px solid rgba(25, 26, 21, 0.085); border-radius: 20px; font-weight: 750; }
.product-tool-grid > span::before { content: ""; flex: 0 0 9px; width: 9px; height: 9px; margin-right: 12px; background: var(--detail-accent); border-radius: 50%; box-shadow: 0 0 0 5px color-mix(in srgb, var(--detail-accent) 17%, transparent); }

.product-cross-sell-section { width: min(1260px, calc(100% - 80px)); margin: 0 auto; padding: 80px 0 130px; }
.product-cross-sell-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 28px; }
.product-cross-sell-heading > span { color: rgba(255, 255, 255, 0.62); font-size: 18px; }
.product-cross-sell-heading strong { color: var(--detail-accent); font-size: 14px; }
.product-cross-sell-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.product-cross-sell-grid a { display: grid; grid-template-columns: 52px 1fr auto; align-items: center; gap: 16px; min-height: 128px; padding: 24px; color: #f8f9f4; background: rgba(255, 255, 255, 0.055); border: 1px solid rgba(255, 255, 255, 0.12); border-radius: 24px; transition: 0.25s ease; }
.product-cross-sell-grid a:hover { background: rgba(255, 255, 255, 0.09); transform: translateY(-4px); }
.product-cross-sell-grid a > span { display: grid; place-items: center; width: 52px; height: 52px; color: var(--detail-accent); background: rgba(255, 255, 255, 0.07); border-radius: 16px; font-size: 12px; font-weight: 800; }
.product-cross-sell-grid a strong { font-size: 18px; line-height: 1.3; }
.product-cross-sell-grid a em { font-size: 24px; font-style: normal; }
.product-detail-cta { width: min(1260px, calc(100% - 40px)); margin: 0 auto 90px; padding: 100px 40px; color: #171711; background: radial-gradient(circle at 15% 25%, color-mix(in srgb, var(--detail-accent) 34%, transparent), transparent 32%), linear-gradient(145deg, #f8f9f6, #eeefeb); border-radius: 70px; text-align: center; }
.product-detail-cta p { margin-bottom: 30px; }
.product-detail-footer #footer-product-links { display: flex; flex-direction: column; gap: 11px; }

.product-detail-page .mobile-menu-card { color: var(--ink); }
.product-detail-page .mobile-menu-top .mobile-brand { color: var(--ink); }
.mobile-products-details { border-bottom: 1px solid var(--line); }
.mobile-products-details summary { padding: 17px 0; color: var(--ink-soft); cursor: pointer; font-size: 17px; font-weight: 700; }
.mobile-products-details > div { display: grid; gap: 4px; padding: 0 0 12px 14px; }
.mobile-products-details a { display: block; padding: 9px 12px; color: var(--ink-soft); border-radius: 12px; font-size: 14px; }
.mobile-products-details a.is-active { color: #132019; background: color-mix(in srgb, var(--detail-accent) 22%, white); font-weight: 750; }
html[dir="rtl"] .mobile-products-details > div { padding-right: 14px; padding-left: 0; }
.reveal-item { opacity: 0; filter: blur(8px); transform: translateY(34px); transition: opacity 0.85s ease, filter 0.85s ease, transform 0.85s cubic-bezier(0.2, 0.7, 0.2, 1); }
.reveal-item.is-visible { opacity: 1; filter: blur(0); transform: translateY(0); }

html[dir="rtl"] .product-detail-hero-copy, html[dir="rtl"] .product-workflow-heading, html[dir="rtl"] .product-benefit-card, html[dir="rtl"] .product-workflow-step { text-align: right; }
html[dir="rtl"] .product-dashboard-list article div { margin-right: 0; margin-left: auto; }
html[dir="rtl"] .product-tool-grid > span::before { margin-right: 0; margin-left: 12px; }
html[dir="rtl"] .product-workflow-heading p { margin-right: 0; }

@media (max-width: 1180px) {
  .product-detail-hero { grid-template-columns: 1fr 0.9fr; gap: 32px; padding-left: 46px; padding-right: 46px; }
  .product-dashboard-body { grid-template-columns: 1fr; }
  .product-dashboard-chart { display: none; }
  .product-benefit-grid { grid-template-columns: repeat(2, 1fr); }
  .product-tool-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 900px) {
  .product-detail-hero { grid-template-columns: 1fr; min-height: 0; padding: 100px 40px 70px; border-radius: 0 0 58px 58px; }
  .product-detail-hero-copy { text-align: center; }
  .product-detail-hero-copy > p { margin: 0 auto; }
  .product-detail-actions { justify-content: center; }
  .product-detail-visual { width: min(670px, 100%); min-height: 450px; margin: 16px auto 0; }
  .product-proof-card, .product-toolkit-card { border-radius: 58px; }
  .product-workflow-section { grid-template-columns: 1fr; width: min(720px, calc(100% - 48px)); padding: 100px 0; }
  .product-workflow-heading { position: static; text-align: center; }
  .product-workflow-heading p { margin: 0 auto; }
  .product-cross-sell-grid { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .product-proof-card, .product-toolkit-card, .product-detail-cta { width: calc(100% - 20px); }
  .product-detail-hero { width: 100%; margin: 0; padding: 84px 22px 42px; border-radius: 0 0 38px 38px; }
  .product-detail-hero h1 { font-size: clamp(43px, 13.5vw, 66px); }
  .product-detail-hero-copy > p { font-size: 16px; }
  .product-detail-actions { align-items: stretch; flex-direction: column; }
  .product-detail-actions .primary-button, .product-text-link { justify-content: center; text-align: center; }
  .product-detail-visual { min-height: 390px; }
  .product-detail-frontdesk-collage { min-height: 370px; }
  .product-detail-dashboard-collage,
  .product-detail-tile-collage { min-height: 370px; }
  .frontdesk-detail-main { top: 15%; left: 5%; width: 90%; border-width: 5px; border-radius: 20px; }
  .frontdesk-detail-card { border-width: 3px; border-radius: 13px; }
  .frontdesk-detail-chip { display: none; }
  .detail-dashboard-main,
  .detail-tile-main { border-width: 4px; border-radius: 19px; }
  .detail-dashboard-secondary,
  .detail-tile { border-width: 3px; border-radius: 13px; }
  .detail-dashboard-chip { display: none; }
  .product-dashboard-window { min-height: 365px; padding: 14px; border-radius: 22px; transform: none; }
  .product-dashboard-metrics { gap: 7px; }
  .product-dashboard-metrics article { padding: 10px; }
  .product-dashboard-metrics span { font-size: 8px; }
  .product-dashboard-metrics strong { font-size: 20px; }
  .product-dashboard-list { min-height: 215px; padding: 13px; }
  .product-visual-chip { left: -4px; top: auto; bottom: 2%; }
  .product-proof-section, .product-toolkit-section { padding-top: 20px; }
  .product-proof-card, .product-toolkit-card { padding: 68px 20px; border-radius: 38px; }
  .product-section-heading h2, .product-workflow-heading h2, .product-detail-cta h2 { font-size: 39px; }
  .product-benefit-grid { grid-template-columns: 1fr; margin-top: 42px; }
  .product-benefit-card { min-height: 280px; }
  .product-workflow-section, .product-cross-sell-section { width: calc(100% - 36px); }
  .product-workflow-step { grid-template-columns: 54px 1fr; gap: 16px; }
  .product-workflow-step > span { width: 50px; height: 50px; }
  .product-workflow-step h3 { font-size: 28px; }
  .product-tool-grid { grid-template-columns: 1fr 1fr; gap: 9px; }
  .product-tool-grid > span { min-height: 82px; padding: 14px; font-size: 13px; }
  .product-cross-sell-heading { align-items: start; flex-direction: column; }
  .product-detail-cta { padding: 72px 22px; border-radius: 38px; }
}

@media (prefers-reduced-motion: reduce) {
  .reveal-item { opacity: 1; filter: none; transform: none; transition: none; }
}

/* Front Desk concept — editorial product page inspired by Moyasar's optimization rhythm. */
.product-detail-page[data-product="front-desk"] {
  --frontdesk-dark: #191806;
  --frontdesk-dark-soft: #24220b;
  --frontdesk-paper: #f7f7f4;
  --frontdesk-blue: #6273df;
  background: var(--frontdesk-dark);
}

.product-detail-page[data-product="front-desk"] .site-header {
  position: relative;
  background: var(--frontdesk-paper);
}

.product-detail-page[data-product="front-desk"] .product-detail-hero {
  min-height: 790px;
  padding-top: 112px;
  padding-bottom: 100px;
  background:
    radial-gradient(circle at 66% 18%, rgba(79, 255, 149, 0.17), transparent 29%),
    radial-gradient(circle at 76% 56%, rgba(99, 115, 223, 0.13), transparent 31%),
    linear-gradient(rgba(17, 24, 20, 0.042) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17, 24, 20, 0.042) 1px, transparent 1px),
    var(--frontdesk-paper);
  background-size: auto, auto, 120px 120px, 120px 120px, auto;
  border-radius: 0 0 104px 104px;
}

.product-detail-page[data-product="front-desk"] .product-detail-kicker {
  color: #18251d;
  background: #dffaea;
  border-color: #9ce8bd;
}

.product-detail-page[data-product="front-desk"] .product-detail-hero h1 {
  max-width: 650px;
  font-size: clamp(58px, 5.5vw, 82px);
  line-height: 1.04;
  letter-spacing: -0.045em;
}

.product-detail-page[data-product="front-desk"] .product-detail-hero h1 span {
  max-width: 620px;
  margin-top: 18px;
  color: var(--frontdesk-blue);
  font-size: clamp(30px, 2.65vw, 42px);
  line-height: 1.08;
}

.product-detail-page[data-product="front-desk"] .product-detail-hero-copy > p {
  max-width: 670px;
  color: #777871;
  font-size: 17px;
  line-height: 1.65;
}

.product-detail-page[data-product="front-desk"] .product-detail-actions .primary-button {
  background: linear-gradient(135deg, #6879e9, #5364cc);
  box-shadow: 0 16px 34px rgba(78, 94, 198, 0.25), inset 0 -2px 0 rgba(255,255,255,.2);
}

.product-detail-page[data-product="front-desk"] .product-detail-frontdesk-collage::before {
  inset: 2% -2% -2%;
  background: radial-gradient(circle at 35% 35%, rgba(79, 255, 149, 0.3), transparent 33%), radial-gradient(circle at 72% 62%, rgba(111, 131, 255, 0.3), transparent 42%);
  filter: blur(28px);
}

.product-detail-page[data-product="front-desk"] .product-proof-section {
  padding: 116px 0 124px;
  background:
    radial-gradient(circle at 8% 90%, rgba(79,255,149,.09), transparent 25%),
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px),
    var(--frontdesk-dark);
  background-size: auto, 145px 145px, 145px 145px, auto;
}

.product-detail-page[data-product="front-desk"] .product-proof-card {
  width: min(1420px, calc(100% - 64px));
  padding: 0;
  color: #fff;
  background: transparent;
  border-radius: 0;
}

.product-detail-page[data-product="front-desk"] .product-proof-card .product-section-heading > span {
  color: #8df5b7;
  background: rgba(79,255,149,.08);
  border-color: rgba(79,255,149,.22);
}

.product-detail-page[data-product="front-desk"] .product-proof-card .product-section-heading h2 {
  max-width: 950px;
  margin-inline: auto;
  color: #fff;
  font-size: clamp(46px, 5.2vw, 76px);
  line-height: 1.02;
}

.product-detail-page[data-product="front-desk"] .product-proof-card .product-section-heading p {
  color: rgba(255,255,255,.62);
}

.product-detail-page[data-product="front-desk"] .product-benefit-grid {
  gap: 20px;
  margin-top: 72px;
}

.product-detail-page[data-product="front-desk"] .product-benefit-card {
  min-height: 350px;
  padding: 30px;
  color: #fff;
  background: linear-gradient(145deg, rgba(255,255,255,.085), rgba(255,255,255,.035));
  border-color: rgba(255,255,255,.12);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
  transition: transform .45s cubic-bezier(.22,1,.36,1), background .35s ease, border-color .35s ease;
}

.product-detail-page[data-product="front-desk"] .product-benefit-card:hover {
  transform: translateY(-10px);
  background: linear-gradient(145deg, rgba(79,255,149,.13), rgba(255,255,255,.045));
  border-color: rgba(79,255,149,.28);
}

.product-detail-page[data-product="front-desk"] .product-benefit-card > span {
  color: #0d2015;
  background: #72efa6;
}

.product-detail-page[data-product="front-desk"] .product-benefit-card h3 { margin-top: 86px; color: #fff; font-size: 23px; }
.product-detail-page[data-product="front-desk"] .product-benefit-card p { color: rgba(255,255,255,.58); }

.product-detail-page[data-product="front-desk"] .product-workflow-section {
  width: 100%;
  margin: 0;
  padding: 140px max(40px, calc((100vw - 1320px) / 2));
  color: #181811;
  background:
    radial-gradient(circle at 26% 16%, rgba(99,115,223,.12), transparent 26%),
    linear-gradient(rgba(17,24,20,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17,24,20,.04) 1px, transparent 1px),
    #f3f3f0;
  background-size: auto, 130px 130px, 130px 130px, auto;
  border-radius: 96px;
}

.product-detail-page[data-product="front-desk"] .product-workflow-heading > span {
  color: #26302b;
  background: #e5e9ff;
  border-color: #c7d0ff;
}

.product-detail-page[data-product="front-desk"] .product-workflow-heading h2 { color: #171811; font-size: clamp(46px, 5vw, 70px); }
.product-detail-page[data-product="front-desk"] .product-workflow-heading p { color: #72746e; }

.product-detail-page[data-product="front-desk"] .product-workflow-step {
  min-height: 220px;
  margin-bottom: 18px;
  padding: 36px;
  background: rgba(255,255,255,.78);
  border: 1px solid rgba(25,26,21,.09);
  border-radius: 30px;
  box-shadow: 0 22px 50px rgba(33,33,24,.06);
}

.product-detail-page[data-product="front-desk"] .product-workflow-step > span { color: #fff; background: #6474de; border-color: #6474de; }
.product-detail-page[data-product="front-desk"] .product-workflow-step h3 { color: #181811; }
.product-detail-page[data-product="front-desk"] .product-workflow-step p { color: #70716b; }

.product-detail-page[data-product="front-desk"] .product-toolkit-section {
  padding: 126px 0;
  background: var(--frontdesk-dark);
}

.product-detail-page[data-product="front-desk"] .product-toolkit-card {
  width: min(1420px, calc(100% - 64px));
  padding: 0;
  color: #fff;
  background: transparent;
  border-radius: 0;
}

.product-detail-page[data-product="front-desk"] .product-toolkit-card .product-section-heading > span {
  color: #ffe995;
  background: rgba(255,212,95,.08);
  border-color: rgba(255,212,95,.25);
}
.product-detail-page[data-product="front-desk"] .product-toolkit-card .product-section-heading h2 { color: #fff; }
.product-detail-page[data-product="front-desk"] .product-tool-grid { gap: 16px; }
.product-detail-page[data-product="front-desk"] .product-tool-grid > span {
  min-height: 112px;
  color: #f8f8f3;
  background: rgba(255,255,255,.065);
  border-color: rgba(255,255,255,.12);
  border-radius: 24px;
  transition: transform .35s ease, background .35s ease;
}
.product-detail-page[data-product="front-desk"] .product-tool-grid > span:hover { transform: translateY(-6px); background: rgba(255,255,255,.1); }

.product-detail-page[data-product="front-desk"] .product-cross-sell-section {
  width: 100%;
  padding: 120px max(40px, calc((100vw - 1260px) / 2));
  color: #181811;
  background: #f5f5f2;
  border-radius: 96px 96px 0 0;
}
.product-detail-page[data-product="front-desk"] .product-cross-sell-heading > span { color: #777871; }
.product-detail-page[data-product="front-desk"] .product-cross-sell-grid a {
  min-height: 150px;
  color: #1d1d17;
  background: #fff;
  border-color: rgba(20,20,14,.1);
  box-shadow: 0 18px 42px rgba(25,25,17,.06);
}

.product-detail-page[data-product="front-desk"] .product-detail-cta {
  width: 100%;
  margin: 0;
  padding: 132px 40px 142px;
  background: radial-gradient(circle at 50% 110%, rgba(99,115,223,.18), transparent 32%), #f5f5f2;
  border-radius: 0 0 96px 96px;
}

.product-detail-page[data-product="front-desk"] .reveal-item {
  filter: blur(12px);
  transform: translateY(40px);
  transition-duration: .9s;
  transition-timing-function: cubic-bezier(.22,1,.36,1);
}
.product-detail-page[data-product="front-desk"] .reveal-item.is-visible { filter: blur(0); transform: translateY(0); }
.product-detail-page[data-product="front-desk"] .product-benefit-card:nth-child(2),
.product-detail-page[data-product="front-desk"] .product-tool-grid > span:nth-child(2n) { transition-delay: .07s; }
.product-detail-page[data-product="front-desk"] .product-benefit-card:nth-child(3),
.product-detail-page[data-product="front-desk"] .product-tool-grid > span:nth-child(3n) { transition-delay: .14s; }
.product-detail-page[data-product="front-desk"] .product-benefit-card:nth-child(4) { transition-delay: .21s; }

@media (max-width: 900px) {
  .product-detail-page[data-product="front-desk"] .product-detail-hero { border-radius: 0 0 64px 64px; }
  .product-detail-page[data-product="front-desk"] .product-workflow-section { padding: 100px 32px; border-radius: 64px; }
  .product-detail-page[data-product="front-desk"] .product-proof-card,
  .product-detail-page[data-product="front-desk"] .product-toolkit-card { width: calc(100% - 40px); }
  .product-detail-page[data-product="front-desk"] .product-cross-sell-section { padding: 90px 24px; border-radius: 64px 64px 0 0; }
}

@media (max-width: 640px) {
  .product-detail-page[data-product="front-desk"] .product-detail-hero { padding-top: 74px; border-radius: 0 0 42px 42px; }
  .product-detail-page[data-product="front-desk"] .product-detail-hero h1 { font-size: 48px; }
  .product-detail-page[data-product="front-desk"] .product-detail-hero h1 span { font-size: 29px; }
  .product-detail-page[data-product="front-desk"] .product-proof-section,
  .product-detail-page[data-product="front-desk"] .product-toolkit-section { padding: 82px 0; }
  .product-detail-page[data-product="front-desk"] .product-workflow-section { padding: 82px 18px; border-radius: 42px; }
  .product-detail-page[data-product="front-desk"] .product-workflow-step { grid-template-columns: 52px 1fr; padding: 24px 20px; }
  .product-detail-page[data-product="front-desk"] .product-tool-grid { grid-template-columns: 1fr; }
  .product-detail-page[data-product="front-desk"] .product-detail-cta { padding: 90px 24px 100px; border-radius: 0 0 48px 48px; }
}

@media (prefers-reduced-motion: reduce) {
  .product-detail-page[data-product="front-desk"] .reveal-item,
  .product-detail-page[data-product="front-desk"] .frontdesk-detail-card { animation: none; transition: none; }
}

/* Moyasar-aligned type and media scale shared by Home, About, and Product pages */
html[dir="rtl"] body {
  font-family: var(--font-ar);
}

button,
input,
select,
textarea {
  font-family: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  letter-spacing: 0;
}

.desktop-nav > a,
.nav-dropdown > button,
.language-button,
.nav-button,
.mobile-dashboard,
.mobile-join {
  font-size: 16px;
  line-height: 24px;
}

.primary-button,
.secondary-button {
  font-size: 18px;
  line-height: 28px;
}

.hero h1 {
  font-size: var(--text-hero);
  line-height: var(--leading-hero);
  font-weight: 700;
}

.hero p {
  font-size: 20px;
  line-height: 24px;
}

.toolkit-intro h2 {
  font-size: var(--text-hero);
  line-height: var(--leading-hero);
  font-weight: 700;
}

.toolkit-intro p {
  font-size: 16px;
  line-height: 24px;
}

.product-story-shell {
  width: min(1280px, calc(100% - 48px));
  grid-template-columns: minmax(0, 632px) minmax(0, 584px);
  gap: 64px;
}

.product-copy-card h3 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
}

.product-copy-card h4 {
  font-size: var(--text-feature);
  line-height: 40px;
  font-weight: 700;
}

.product-copy-card p {
  font-size: 16px;
  line-height: 24px;
}

.product-visual-step,
.product-art {
  min-height: 720px;
}

.sticky-image-card {
  width: 584px;
  max-width: 100%;
  height: 720px;
  min-height: 720px;
}

.section-heading h2 {
  font-size: var(--text-section);
  line-height: var(--leading-section);
  font-weight: 700;
}

.section-heading p,
.dashboard-copy p,
.insights-top p,
.partners-section p,
.centered-heading p {
  font-size: 16px;
  line-height: 24px;
}

.why-card h3 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
}

.why-card p {
  font-size: 16px;
  line-height: 24px;
}

.dashboard-copy h2,
.insights-top h2 {
  font-size: var(--text-feature);
  line-height: var(--leading-feature);
  font-weight: 700;
}

.dashboard-copy p {
  font-size: 20px;
  line-height: 24px;
}

.dashboard-frame {
  width: min(1280px, calc(100% - 48px));
  aspect-ratio: 1.74 / 1;
  padding: 28px 0;
  display: grid;
  place-items: center;
}

.dashboard-frame img {
  width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
}

.insight-image {
  height: 280px;
}

.insight-card h3 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
}

.insight-card p,
.faq-button,
.faq-content p,
.footer-columns a {
  font-size: 16px;
  line-height: 24px;
}

.footer-columns h3 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
}

.footer-compliance > p {
  font-size: 12px;
  line-height: 16px;
}

.footer-support > p,
.footer-brand p,
.support-pill,
.footer-bottom p,
.footer-bottom .support-pill {
  font-size: 16px;
  line-height: 24px;
}

.footer-brand strong,
.footer-bottom h3 {
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
}

.cta-copy h2 {
  font-size: 57px;
  line-height: 72px;
  font-weight: 700;
}

.cta-copy p {
  font-size: 16px;
  line-height: 20px;
}

.cta-person {
  width: 481px;
  height: 481px;
  max-width: calc(100% - 24px);
}

/* About page */
.about-hero-content h1 {
  max-width: 1280px;
  font-size: var(--text-hero);
  line-height: var(--leading-hero);
  font-weight: 700;
  letter-spacing: 0;
}

.about-hero-content > p {
  max-width: 896px;
  font-size: 20px;
  line-height: 24px;
}

.about-story-grid > h2,
.about-section-heading h2,
.about-solutions-copy h2,
.about-insights .insights-top h2,
.centered-heading h2 {
  font-size: var(--text-section);
  line-height: var(--leading-section);
  font-weight: 700;
  letter-spacing: 0;
}

.about-story-copy p,
.about-value-card p,
.about-timeline p,
.about-solutions-copy p,
.about-solutions-list p {
  font-size: 16px;
  line-height: 24px;
}

.about-value-card h3,
.about-solutions-list h3 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
}

.about-clients > p,
.about-partner-band > p {
  font-size: 24px;
  line-height: 24px;
}

.about-client-marquee .client-card {
  width: 132px;
  height: 96px;
}

.about-partner-logos span {
  height: 128px;
}

.about-partner-logos img {
  width: 100%;
  height: 70px;
}

/* Shared product detail pages */
.product-detail-hero {
  width: 100%;
  min-height: 680px;
  grid-template-columns: minmax(0, 652px) minmax(0, 584px);
  gap: 64px;
  justify-content: center;
  padding: 88px max(32px, calc((100vw - 1364px) / 2)) 72px;
}

.product-detail-hero h1 {
  max-width: 652px;
  margin: 24px 0;
  font-size: var(--text-hero);
  line-height: var(--leading-hero);
  font-weight: 700;
  letter-spacing: 0;
}

.product-detail-hero h1 span {
  margin-top: 8px;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: 0;
}

.product-detail-hero-copy > p {
  max-width: 632px;
  font-size: 20px;
  line-height: 24px;
}

.product-detail-visual {
  width: 584px;
  max-width: 100%;
  min-height: 480px;
}

.product-dashboard-window {
  min-height: 470px;
}

.product-proof-card,
.product-toolkit-card {
  width: min(1300px, calc(100% - 48px));
}

.product-section-heading h2,
.product-workflow-heading h2 {
  font-size: var(--text-section);
  line-height: var(--leading-section);
  font-weight: 700;
  letter-spacing: 0;
}

.product-detail-cta h2 {
  font-size: 57px;
  line-height: 72px;
  font-weight: 700;
  letter-spacing: 0;
}

.product-section-heading p,
.product-workflow-heading p,
.product-detail-cta p,
.product-benefit-card p,
.product-workflow-step p {
  font-size: 16px;
  line-height: 24px;
}

.product-benefit-card h3 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
}

.product-workflow-step h3 {
  font-size: var(--text-feature);
  line-height: var(--leading-feature);
  font-weight: 700;
}

@media (max-width: 1180px) {
  .product-story-shell,
  .product-detail-hero {
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.92fr);
    gap: 36px;
  }

  .sticky-image-card {
    width: 100%;
  }
}

@media (max-width: 900px) {
  .product-story-shell,
  .product-detail-hero {
    grid-template-columns: 1fr;
  }

  .product-detail-hero {
    min-height: 0;
    padding: 88px 40px 64px;
  }

  .product-detail-visual {
    width: min(584px, 100%);
  }
}

@media (max-width: 640px) {
  :root {
    --text-hero: 36px;
    --leading-hero: 48px;
    --text-section: 30px;
    --leading-section: 40px;
    --text-feature: 30px;
    --leading-feature: 40px;
  }

  .primary-button,
  .secondary-button {
    font-size: 16px;
    line-height: 24px;
  }

  .hero p,
  .dashboard-copy p,
  .about-hero-content > p,
  .product-detail-hero-copy > p {
    font-size: 16px;
    line-height: 24px;
  }

  .product-story-shell {
    width: calc(100% - 32px);
  }

  .product-copy-card h3 {
    font-size: 24px;
    line-height: 32px;
  }

  .product-copy-card h4 {
    font-size: 30px;
    line-height: 40px;
  }

  .product-visual-step,
  .product-art,
  .sticky-image-card {
    min-height: 420px;
    height: 420px;
  }

  .dashboard-frame {
    width: calc(100% - 32px);
    padding: 14px 0;
    aspect-ratio: 1.74 / 1;
  }

  .cta-copy h2,
  .product-detail-cta h2 {
    font-size: 36px;
    line-height: 48px;
  }

  .cta-person {
    width: min(481px, 88vw);
    height: min(481px, 88vw);
  }

  .cta-line-art,
  html[dir="rtl"] .cta-line-art {
    right: 50%;
    left: auto;
    transform: translateX(50%);
  }

  .about-story-grid > h2,
  .about-section-heading h2,
  .about-solutions-copy h2,
  .about-insights .insights-top h2,
  .centered-heading h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .about-clients > p,
  .about-partner-band > p {
    font-size: 20px;
    line-height: 24px;
  }

  .product-detail-hero {
    padding: 72px 22px 42px;
  }

  .product-detail-hero h1 span {
    font-size: 30px;
    line-height: 40px;
  }

  .product-section-heading h2,
  .product-workflow-heading h2,
  .product-workflow-step h3 {
    font-size: 30px;
    line-height: 40px;
  }
}

.restaurant-art,
.cafe-art {
  display: grid;
  align-items: center;
}

.restaurant-dashboard-card,
.cafe-dashboard-card {
  height: 430px;
  min-height: 430px;
  overflow: visible;
}

.restaurant-dashboard-card figcaption,
.cafe-dashboard-card figcaption {
  display: none;
}

.restaurant-dashboard-image-shell,
.cafe-dashboard-image-shell {
  display: grid;
  place-items: center;
  top: 13%;
  right: 5%;
  bottom: auto;
  left: 5%;
  height: auto;
  aspect-ratio: 1743 / 907;
  overflow: hidden;
  padding: 8px;
  border-radius: 28px;
}

.restaurant-dashboard-image-shell > img,
.cafe-dashboard-image-shell > img {
  width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
  border-radius: 20px;
}

.restaurant-profitability-card,
.cafe-profitability-card {
  position: absolute;
  left: 3%;
  top: 82%;
  bottom: auto;
  z-index: 4;
  width: 31%;
  height: auto;
  border-radius: 20px;
  box-shadow: 0 22px 52px rgba(0, 0, 0, 0.24);
  animation: collageFloat 8.2s ease-in-out infinite -4.1s;
}

.restaurant-operations-card {
  position: absolute;
  left: 34%;
  top: 84%;
  z-index: 3;
  width: 44%;
  height: auto;
  border-radius: 18px;
  box-shadow: 0 20px 46px rgba(0, 0, 0, 0.22);
  animation: collageFloat 8.6s ease-in-out infinite -2.6s;
}

.cafe-operations-card {
  position: absolute;
  right: 2%;
  top: 96%;
  z-index: 3;
  width: 44%;
  height: auto;
  border-radius: 18px;
  box-shadow: 0 20px 46px rgba(0, 0, 0, 0.22);
  animation: collageFloat 8.6s ease-in-out infinite -2.6s;
}

.cafe-dashboard-card .module-float-b {
  left: 42%;
  right: auto;
  top: 75%;
  bottom: auto;
}

.restaurant-chip,
.cafe-chip {
  z-index: 7;
  min-height: 42px;
  padding: 0 18px;
  font-size: 13px;
  white-space: nowrap;
}

.restaurant-chip-live {
  top: -4%;
  right: 3%;
  animation-delay: -1.2s;
}

.cafe-chip-live {
  top: -4%;
  right: 3%;
  animation-delay: -1.2s;
}

.restaurant-chip-kitchen {
  right: 2%;
  bottom: -23%;
  animation-delay: -2.8s;
}

.cafe-chip-queue {
  right: auto;
  left: 35%;
  top: 100%;
  bottom: auto;
  animation-delay: -2.8s;
}

.restaurant-chip-pos {
  left: 40%;
  top: -4%;
  bottom: auto;
  animation-delay: -4.3s;
}

.cafe-chip-pos {
  left: 40%;
  top: -4%;
  bottom: auto;
  animation-delay: -4.3s;
}

.laundry-dashboard-image-shell {
  display: grid;
  place-items: center;
  top: 9%;
  right: 1%;
  bottom: auto;
  left: 1%;
  height: auto;
  aspect-ratio: 1912 / 906;
  overflow: hidden;
  padding: 8px;
  border-radius: 28px;
}

.laundry-dashboard-image-shell > img {
  width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
  border-radius: 20px;
}

.laundry-recent-orders-card {
  position: absolute;
  right: 2%;
  left: auto;
  top: 54%;
  z-index: 4;
  width: 54%;
  height: auto;
  border-radius: 18px;
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.24);
  animation: collageFloat 8s ease-in-out infinite -3.4s;
}

.laundry-dashboard-card .laundry-turnaround-card {
  left: 2%;
  right: auto;
  top: 55%;
  bottom: auto;
  width: 154px;
  min-width: 154px;
  height: 154px;
  padding: 18px;
  border-radius: 24px;
}

.laundry-turnaround-metrics {
  display: grid;
  gap: 7px;
  margin-top: 13px;
  padding-top: 11px;
  border-top: 1px solid #e6e9ee;
}

.laundry-turnaround-metrics span {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #778094;
  font-size: 10px;
  line-height: 1.25;
}

.laundry-turnaround-metrics b {
  color: #1ea8a0;
  font-size: 12px;
}

.laundry-dashboard-card figcaption {
  top: 2%;
  right: 4%;
  bottom: auto;
  left: auto;
}

html[dir="rtl"] .sticky-image-card.laundry-dashboard-card figcaption {
  top: 2%;
  right: 4%;
  bottom: auto;
  left: auto;
}

.laundry-orders-chip {
  top: 70%;
  right: 16%;
  bottom: auto;
  left: auto;
}

/* Keep the scroller's copy and imagery balanced across the page in LTR and RTL. */
.product-story-shell {
  width: min(1344px, calc(100% - 64px));
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 64px;
}

#category-hotel {
  min-height: 100svh;
}

#category-hotel .product-art {
  width: 100%;
}

#category-hotel .frontdesk-collage {
  width: 100%;
  max-width: 640px;
  min-height: min(720px, calc(100svh - 120px));
  height: min(720px, calc(100svh - 120px));
}

@media (max-width: 900px) {
  .product-story-shell {
    width: min(720px, calc(100% - 48px));
    grid-template-columns: 1fr;
    gap: 0;
  }
}

@media (max-width: 640px) {
  .product-visual-track,
  .product-visual-step,
  .product-art,
  .sticky-image-card {
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }

  .restaurant-dashboard-card,
  .cafe-dashboard-card {
    width: calc(100vw - 32px);
    max-width: calc(100vw - 32px);
    height: 340px;
    min-height: 340px;
  }

  .restaurant-dashboard-image-shell,
  .cafe-dashboard-image-shell {
    top: 15%;
    padding: 6px;
    border-radius: 22px;
  }

  .restaurant-profitability-card,
  .cafe-profitability-card {
    top: 80%;
    width: 32%;
    border-radius: 15px;
  }

  .restaurant-operations-card {
    left: 35%;
    top: 82%;
    width: 43%;
    border-radius: 13px;
  }

  .cafe-operations-card {
    right: 2%;
    top: 94%;
    width: 43%;
    border-radius: 13px;
  }

  .cafe-dashboard-card .module-float-b {
    left: 40%;
    top: 73%;
  }

  .restaurant-chip,
  .cafe-chip {
    display: none;
  }

  .laundry-dashboard-image-shell {
    top: 11%;
    padding: 6px;
    border-radius: 22px;
  }

  .laundry-recent-orders-card {
    right: 2%;
    left: auto;
    top: 55%;
    width: 56%;
    border-radius: 14px;
  }

  .laundry-dashboard-card .laundry-turnaround-card {
    top: 56%;
    width: 126px;
    min-width: 126px;
    height: 126px;
    padding: 13px;
    border-radius: 19px;
  }

  .product-story-shell {
    width: calc(100% - 32px);
    grid-template-columns: 1fr;
    gap: 0;
  }

  #category-hotel,
  #category-hotel .product-art {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    min-height: 420px;
    height: 420px;
  }

  #category-hotel .frontdesk-collage {
    width: calc(100vw - 32px);
    max-width: calc(100vw - 32px);
    min-width: 0;
    min-height: 420px;
    height: 420px;
    aspect-ratio: auto;
  }
}

/* Keep the Front Desk hero continuous behind the floating navigation. */
body.product-detail-page[data-product="front-desk"] > .site-header {
  position: sticky;
  top: 0;
  width: 100%;
  margin-bottom: -118px;
  padding-bottom: 0;
  background: transparent;
}

body.product-detail-page[data-product="front-desk"] > .site-header::after {
  display: none;
}

body.product-detail-page[data-product="front-desk"] .fd-reference-hero {
  padding-top: 196px;
}

@media (max-width: 640px) {
  body.product-detail-page[data-product="front-desk"] > .site-header {
    margin-bottom: -94px;
  }

  body.product-detail-page[data-product="front-desk"] .fd-reference-hero {
    padding-top: 132px;
  }
}

/* Moyasar-style contour feature cards for the Front Desk workflow. */
body.product-detail-page[data-product="front-desk"] .fd-dark-feature-grid {
  gap: 24px;
}

body.product-detail-page[data-product="front-desk"] .fd-dark-feature-grid article {
  position: relative;
  isolation: isolate;
  min-height: 390px;
  padding: 30px 30px 34px;
  overflow: hidden;
  background: #3a3500;
  border: 1px solid rgba(255,255,255,.04);
  border-radius: 20px;
}

body.product-detail-page[data-product="front-desk"] .fd-dark-feature-grid article::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: .52;
  background:
    repeating-radial-gradient(ellipse at 50% 52%, transparent 0 21px, rgba(17,17,10,.72) 22px 24px, transparent 25px 31px),
    linear-gradient(90deg, transparent 49.4%, rgba(17,17,10,.48) 49.5% 50.5%, transparent 50.6%);
  transform: scale(1.22, 1.08);
}

body.product-detail-page[data-product="front-desk"] .fd-dark-feature-grid article::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(58,53,0,.04), rgba(58,53,0,.14) 42%, rgba(58,53,0,.92) 100%);
}

body.product-detail-page[data-product="front-desk"] .fd-dark-feature-grid .fd-feature-icon {
  display: grid;
  place-items: center;
  width: 60px;
  height: 60px;
  color: #18180f;
  background: #fff;
  border: 1px solid rgba(17,17,10,.08);
  border-radius: 15px;
  box-shadow: 0 8px 18px rgba(0,0,0,.12);
}

body.product-detail-page[data-product="front-desk"] .fd-dark-feature-grid .fd-feature-icon svg {
  width: 31px;
  height: 31px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

body.product-detail-page[data-product="front-desk"] .fd-dark-feature-grid h3 {
  position: relative;
  margin: 34px 0 16px;
  max-width: 260px;
  color: #fff;
  font-size: 27px;
  line-height: 1.12;
}

body.product-detail-page[data-product="front-desk"] .fd-dark-feature-grid p {
  position: relative;
  max-width: 285px;
  color: rgba(255,255,255,.72);
  font-size: 15px;
  line-height: 1.62;
}

/* Shared product benefit cards: clean brown surfaces without contour circles. */
body.product-detail-page .fd-dark-feature-grid article {
  background: #383300;
}

body.product-detail-page .fd-dark-feature-grid article::before,
body.product-detail-page .fd-dark-feature-grid article::after {
  content: none;
}

/* Override the older high-specificity contour artwork on every shared product card. */
body.product-detail-page[data-product] .fd-dark-feature-grid article {
  background-color: #383300;
  background-image:
    linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px);
  background-size: 72px 72px;
}

body.product-detail-page[data-product] .fd-dark-feature-grid article::before,
body.product-detail-page[data-product] .fd-dark-feature-grid article::after {
  content: none !important;
  display: none !important;
  background: none !important;
}

/* Rounded transition into the final CTA on every product page. */
body.product-detail-page .final-cta {
  overflow: hidden;
  background: #f9f9f7;
  border-radius: 0;
  padding-top: clamp(72px, 6vw, 112px);
}

body.product-detail-page .final-cta .cta-card {
  background: var(--paper);
  border-radius: 86px 86px 0 0;
}

@media (max-width: 640px) {
  body.product-detail-page .final-cta {
    padding-top: 48px;
  }

  body.product-detail-page .final-cta .cta-card {
    border-radius: 46px 46px 0 0;
  }
}

@media (max-width: 640px) {
  body.product-detail-page[data-product="front-desk"] .fd-dark-feature-grid article {
    min-height: 350px;
  }
}

/* Analytics heading and icon treatment from the reference layout. */
body.product-detail-page[data-product="front-desk"] .fd-analytics-section .fd-section-head > div:first-child > span {
  color: #304879;
  font-size: clamp(28px, 2.5vw, 40px);
  line-height: 1.15;
  font-weight: 750;
  letter-spacing: -.02em;
}

body.product-detail-page[data-product="front-desk"] .fd-analytics-section .fd-section-head p {
  max-width: 1040px;
  margin-top: 34px;
  color: #60645f;
  font-size: 18px;
  line-height: 1.7;
}

body.product-detail-page[data-product="front-desk"] .fd-analytics-section .fd-analytics-icon {
  flex-basis: 136px;
  width: 136px;
  height: 136px;
  color: #566bc5;
  background: transparent;
  border: 0;
  border-radius: 0;
}

body.product-detail-page[data-product="front-desk"] .fd-analytics-section .fd-analytics-icon svg {
  width: 118px;
  height: 118px;
  fill: none;
  stroke: currentColor;
  stroke-width: 6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

@media (max-width: 640px) {
  body.product-detail-page[data-product="front-desk"] .fd-analytics-section .fd-section-head p {
    margin-top: 18px;
    font-size: 15px;
  }

  body.product-detail-page[data-product="front-desk"] .fd-analytics-section .fd-analytics-icon {
    width: 92px;
    height: 92px;
  }

  body.product-detail-page[data-product="front-desk"] .fd-analytics-section .fd-analytics-icon svg {
    width: 82px;
    height: 82px;
  }
}

/* Crop the source canvas to the physical tablet and scale the device responsively. */
body.product-detail-page[data-product="front-desk"] .fd-analytics-visual {
  position: relative;
  width: min(100%, 1420px);
  aspect-ratio: 1.427 / 1;
  margin: 54px auto 0;
  overflow: hidden;
}

body.product-detail-page[data-product="front-desk"] .fd-analytics-visual img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 103.4%;
  max-width: none;
  height: auto;
  object-fit: contain;
  transform: translate(-50%, -50%);
}

/* Reference-style analytics feature row. */
body.product-detail-page[data-product="front-desk"] .fd-key-label {
  margin-top: 62px;
  color: #626c66;
  font-size: 16px;
  font-weight: 700;
}

body.product-detail-page[data-product="front-desk"] .fd-key-grid {
  gap: 48px;
  margin-top: 30px;
}

body.product-detail-page[data-product="front-desk"] .fd-key-grid article {
  padding-top: 12px;
  border-top: 0;
}

body.product-detail-page[data-product="front-desk"] .fd-key-grid .fd-key-icon {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  color: #171811;
}

body.product-detail-page[data-product="front-desk"] .fd-key-grid .fd-key-icon svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}

body.product-detail-page[data-product="front-desk"] .fd-key-grid h3 {
  margin: 30px 0 14px;
  color: #171811;
  font-size: 24px;
  line-height: 1.2;
}

body.product-detail-page[data-product="front-desk"] .fd-key-grid p {
  max-width: 480px;
  color: #666a64;
  font-size: 16px;
  line-height: 1.65;
}

body.product-detail-page[data-product="front-desk"] .fd-analytics-section > .fd-primary-action {
  margin-top: 72px;
  min-height: 54px;
  padding-inline: 24px;
  font-size: 15px;
}

/* Refined Guest Journey section, following the supplied promotions reference. */
body.product-detail-page[data-product="front-desk"] .fd-dark-showcase {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 96px max(48px, calc((100vw - 1120px) / 2)) 104px;
  background-color: #383300;
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 145px 145px;
}

body.product-detail-page[data-product="front-desk"] .fd-dark-showcase::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 820px;
  height: 820px;
  left: 8%;
  top: 2%;
  border-radius: 48%;
  opacity: .18;
  background: repeating-radial-gradient(ellipse at center, transparent 0 20px, rgba(255,255,255,.16) 21px 23px);
  transform: scaleX(1.28);
}

body.product-detail-page[data-product="front-desk"] .fd-dark-showcase .fd-section-head > div:first-child {
  max-width: 760px;
}

body.product-detail-page[data-product="front-desk"] .fd-dark-showcase .fd-section-head > div:first-child > span {
  font-size: clamp(34px, 3vw, 48px);
}

body.product-detail-page[data-product="front-desk"] .fd-dark-showcase .fd-section-head p {
  max-width: 760px;
  font-size: 14px;
}

body.product-detail-page[data-product="front-desk"] .fd-dark-showcase .fd-journey-icon {
  width: 96px;
  height: 96px;
  border: 0;
  color: #8b98ff;
}

body.product-detail-page[data-product="front-desk"] .fd-dark-showcase .fd-journey-icon svg {
  width: 88px;
  height: 88px;
  fill: none;
  stroke: currentColor;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

body.product-detail-page[data-product="front-desk"] .fd-showcase-grid {
  grid-template-columns: minmax(260px, 390px) minmax(0, 1fr);
  gap: 110px;
  margin-top: 72px;
}

body.product-detail-page[data-product="front-desk"] .fd-showcase-image {
  width: 100%;
  min-height: 500px;
  padding: 0;
  overflow: visible;
  background: #15140f;
  border-radius: 26px;
  box-shadow: 0 28px 70px rgba(0,0,0,.28);
}

body.product-detail-page[data-product="front-desk"] .fd-showcase-image img {
  display: block;
  width: 100%;
  height: 500px;
  min-height: 0;
  object-fit: cover;
  object-position: 58% center;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 26px;
}

body.product-detail-page[data-product="front-desk"] .fd-showcase-image > .fd-float-status {
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  min-height: 56px;
  padding: 13px 18px 13px 46px;
  color: #27304d;
  background: rgba(255,255,255,.84);
  border: 1px solid rgba(255,255,255,.7);
  border-radius: 13px;
  box-shadow: 0 18px 42px rgba(0,0,0,.2);
  backdrop-filter: blur(12px);
  font-size: 12px;
  font-weight: 650;
  white-space: nowrap;
}

body.product-detail-page[data-product="front-desk"] .fd-showcase-image > .fd-float-status::before {
  content: "✓";
  position: absolute;
  left: 17px;
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  color: #6475db;
  border: 1px solid #8b98e9;
  border-radius: 50%;
  font-size: 11px;
}

body.product-detail-page[data-product="front-desk"] .fd-showcase-image > .fd-float-status-one {
  left: -28px;
  bottom: 118px;
}

body.product-detail-page[data-product="front-desk"] .fd-showcase-image > .fd-float-status-two {
  right: -34px;
  bottom: 46px;
}

body.product-detail-page[data-product="front-desk"] .fd-showcase-list article {
  grid-template-columns: 32px 1fr;
  gap: 18px;
  padding: 20px 0;
  border-top: 0;
}

body.product-detail-page[data-product="front-desk"] .fd-showcase-list article > span {
  display: block;
  width: 28px;
  height: 28px;
  color: #fff;
  background: transparent;
  border-radius: 0;
}

body.product-detail-page[data-product="front-desk"] .fd-showcase-list article > span svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

body.product-detail-page[data-product="front-desk"] .fd-showcase-list h3 {
  margin-bottom: 5px;
  font-size: 16px;
}

body.product-detail-page[data-product="front-desk"] .fd-showcase-list p {
  font-size: 12px;
}

@media (max-width: 820px) {
  body.product-detail-page[data-product="front-desk"] .fd-dark-showcase {
    padding-inline: 20px;
  }
  body.product-detail-page[data-product="front-desk"] .fd-showcase-grid {
    grid-template-columns: 1fr;
    gap: 46px;
  }
  body.product-detail-page[data-product="front-desk"] .fd-showcase-image {
    width: min(390px, 100%);
    margin-inline: auto;
  }
}

/* Moyasar-proportioned Reservation Workspace section. */
body.product-detail-page[data-product="front-desk"] .fd-sandbox-section {
  min-height: 70vh;
  padding: 80px max(16px, calc((100vw - 1300px) / 2));
  background: linear-gradient(180deg, #f8f8f6 0%, #e7e4e3 100%);
  border-radius: 100px 100px 0 0;
  box-shadow: 0 100px 0 #e7e4e3;
}

body.product-detail-page[data-product="front-desk"] .fd-sandbox-section .fd-section-head {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 40px;
  align-items: center;
}

body.product-detail-page[data-product="front-desk"] .fd-sandbox-section .fd-section-head > div:first-child {
  max-width: none;
}

body.product-detail-page[data-product="front-desk"] .fd-sandbox-section .fd-section-head > div:first-child > span {
  margin: 0 0 16px;
  color: #33477f;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -.03em;
}

body.product-detail-page[data-product="front-desk"] .fd-sandbox-section .fd-section-head p {
  max-width: 900px;
  color: #6f716b;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.55;
}

body.product-detail-page[data-product="front-desk"] .fd-workspace-icon {
  justify-self: end;
  width: 100px;
  height: 100px;
  color: #586cc3;
  border: 0;
}

body.product-detail-page[data-product="front-desk"] .fd-workspace-icon svg {
  width: 100px;
  height: 100px;
  fill: none;
  stroke: currentColor;
  stroke-width: 5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

body.product-detail-page[data-product="front-desk"] .fd-sandbox-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
  align-items: center;
  margin-top: 80px;
}

body.product-detail-page[data-product="front-desk"] .fd-sandbox-list article,
body.product-detail-page[data-product="front-desk"] .fd-sandbox-list .fd-sandbox-feature {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 18px;
  margin: 0 0 32px;
  padding: 0;
  border: 0;
}

body.product-detail-page[data-product="front-desk"] .fd-sandbox-list article > span,
body.product-detail-page[data-product="front-desk"] .fd-sandbox-list .fd-sandbox-feature > span {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  color: #20211b;
  border: 2px solid #20211b;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 800;
}

body.product-detail-page[data-product="front-desk"] .fd-sandbox-list h3 {
  margin: 0;
  color: #20211b;
  font-size: 20px;
  line-height: 30px;
}

body.product-detail-page[data-product="front-desk"] .fd-sandbox-list p {
  margin-top: 16px;
  color: #74766f;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

body.product-detail-page[data-product="front-desk"] .fd-sandbox-list .fd-primary-action {
  min-height: 48px;
  margin-top: 32px;
  padding: 12px 16px;
  border-radius: 12px;
  font-size: 14px;
}

body.product-detail-page[data-product="front-desk"] .fd-sandbox-feature {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 400ms ease-out var(--fd-sandbox-delay), transform 400ms ease-out var(--fd-sandbox-delay);
}

body.product-detail-page[data-product="front-desk"] .fd-sandbox-feature.is-visible {
  opacity: 1;
  transform: translateY(0);
}

body.product-detail-page[data-product="front-desk"] .fd-workspace-console {
  overflow: hidden;
  min-height: 500px;
  color: #e8e9f3;
  background: #171603;
  border: 1px solid #343518;
  border-radius: 16px;
  box-shadow: 0 28px 70px rgba(31,31,24,.22);
  font-family: Consolas, "Courier New", monospace;
}

body.product-detail-page[data-product="front-desk"] .fd-sandbox-product-image {
  overflow: hidden;
  width: 100%;
  padding: 12px;
  background: #202117;
  border: 1px solid rgba(32,33,23,.35);
  border-radius: 18px;
  box-shadow: 0 28px 70px rgba(31,31,24,.22);
}

body.product-detail-page[data-product="front-desk"] .fd-sandbox-product-image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 11px;
}

body.product-detail-page[data-product="front-desk"] .final-cta .cta-copy h2,
body.product-detail-page[data-product="front-desk"] .site-footer .footer-columns h3 {
  color: #1d1e18;
}

body.product-detail-page[data-product="front-desk"] .fd-console-tabs {
  display: flex;
  min-height: 48px;
  color: #d9dcef;
  background: #3f4d86;
}

body.product-detail-page[data-product="front-desk"] .fd-console-tabs span {
  display: flex;
  align-items: center;
  padding: 0 22px;
  border-right: 1px solid rgba(255,255,255,.12);
  font-size: 13px;
}

body.product-detail-page[data-product="front-desk"] .fd-console-tabs span:first-child {
  background: rgba(255,255,255,.1);
}

body.product-detail-page[data-product="front-desk"] .fd-console-code {
  display: grid;
  grid-template-columns: 36px 1fr;
  row-gap: 9px;
  padding: 28px 34px;
  font-size: 15px;
  line-height: 1.35;
}

body.product-detail-page[data-product="front-desk"] .fd-console-code i {
  color: #777968;
  font-style: normal;
}

body.product-detail-page[data-product="front-desk"] .fd-console-code code {
  color: #8ea0ff;
  white-space: pre-wrap;
}

body.product-detail-page[data-product="front-desk"] .fd-console-code b {
  color: #f0d77e;
  font-weight: 400;
}

body.product-detail-page[data-product="front-desk"] .fd-console-code em,
body.product-detail-page[data-product="front-desk"] .fd-console-code strong {
  color: #45e488;
  font-style: normal;
  font-weight: 400;
}

@media (max-width: 820px) {
  body.product-detail-page[data-product="front-desk"] .fd-sandbox-section {
    padding: 80px 16px;
    border-radius: 50px 50px 0 0;
  }
  body.product-detail-page[data-product="front-desk"] .fd-sandbox-section .fd-section-head,
  body.product-detail-page[data-product="front-desk"] .fd-sandbox-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  body.product-detail-page[data-product="front-desk"] .fd-sandbox-section .fd-section-head > div:first-child > span {
    font-size: 36px;
  }
  body.product-detail-page[data-product="front-desk"] .fd-sandbox-section .fd-section-head p {
    font-size: 18px;
  }
  body.product-detail-page[data-product="front-desk"] .fd-workspace-icon {
    justify-self: center;
  }
  body.product-detail-page[data-product="front-desk"] .fd-workspace-console {
    min-height: 420px;
  }
  body.product-detail-page[data-product="front-desk"] .fd-console-tabs span {
    padding-inline: 12px;
    font-size: 11px;
  }
  body.product-detail-page[data-product="front-desk"] .fd-console-code {
    padding: 22px 16px;
    font-size: 12px;
  }
}

/* Exact proportional treatment from the inspected Moyasar promotion section. */
body.product-detail-page[data-product="front-desk"] .fd-dark-showcase {
  min-height: 70vh;
  padding: 80px max(16px, calc((100vw - 1300px) / 2));
  z-index: 1;
  box-shadow: 0 -100px 0 #2e2903, 0 100px 0 #2e2903;
  background-color: #2e2903;
  background-image:
    radial-gradient(ellipse at 31% 56%, rgba(97,85,0,.32) 0%, rgba(56,51,0,.16) 38%, transparent 67%),
    linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
  background-position: center, center, center;
  background-size: auto, 145px 145px, 145px 145px;
}

body.product-detail-page[data-product="front-desk"] .fd-dark-showcase::before {
  width: 980px;
  height: 760px;
  left: 2%;
  top: 12%;
  opacity: .22;
  background: repeating-radial-gradient(ellipse at center, transparent 0 25px, rgba(118,108,28,.5) 26px 28px);
  transform: scaleX(1.18) rotate(-1deg);
}

body.product-detail-page[data-product="front-desk"] .fd-dark-showcase .fd-section-head {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 40px;
  align-items: center;
}

body.product-detail-page[data-product="front-desk"] .fd-dark-showcase .fd-section-head > div:first-child {
  max-width: none;
}

body.product-detail-page[data-product="front-desk"] .fd-dark-showcase .fd-section-head > div:first-child > span {
  margin: 0 0 16px;
  font-size: 48px;
  line-height: 1.12;
  letter-spacing: -.03em;
}

body.product-detail-page[data-product="front-desk"] .fd-dark-showcase .fd-section-head p {
  max-width: 850px;
  color: rgba(255,255,255,.68);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.55;
}

body.product-detail-page[data-product="front-desk"] .fd-dark-showcase .fd-journey-icon {
  justify-self: end;
  width: 100px;
  height: 100px;
}

body.product-detail-page[data-product="front-desk"] .fd-showcase-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 80px;
  align-items: center;
  margin-top: 80px;
}

body.product-detail-page[data-product="front-desk"] .fd-showcase-image {
  width: 100%;
  min-height: 570px;
  margin-left: -10%;
}

body.product-detail-page[data-product="front-desk"] .fd-showcase-image img {
  height: 570px;
}

body.product-detail-page[data-product="front-desk"] .fd-showcase-list article,
body.product-detail-page[data-product="front-desk"] .fd-showcase-list .fd-showcase-feature {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 18px;
  margin: 0 0 32px;
  padding: 0;
  border: 0;
}

body.product-detail-page[data-product="front-desk"] .fd-showcase-list article > span,
body.product-detail-page[data-product="front-desk"] .fd-showcase-list .fd-showcase-feature > span {
  width: 30px;
  height: 30px;
}

body.product-detail-page[data-product="front-desk"] .fd-showcase-list article > span svg,
body.product-detail-page[data-product="front-desk"] .fd-showcase-list .fd-showcase-feature > span svg {
  width: 30px;
  height: 30px;
}

body.product-detail-page[data-product="front-desk"] .fd-showcase-list h3 {
  margin: 0;
  font-size: 20px;
  line-height: 30px;
}

body.product-detail-page[data-product="front-desk"] .fd-showcase-list p {
  margin-top: 16px;
  color: rgba(255,255,255,.67);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

body.product-detail-page[data-product="front-desk"] .fd-showcase-list .fd-light-action {
  min-height: 48px;
  margin-top: 32px;
  padding: 12px 16px;
  border: 1px solid #e7e4e3;
  border-radius: 12px;
  font-size: 14px;
}

body.product-detail-page[data-product="front-desk"] .fd-showcase-feature {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 400ms ease-out var(--fd-feature-delay), transform 400ms ease-out var(--fd-feature-delay);
}

body.product-detail-page[data-product="front-desk"] .fd-showcase-feature.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 820px) {
  body.product-detail-page[data-product="front-desk"] .fd-dark-showcase {
    padding: 80px 16px;
  }
  body.product-detail-page[data-product="front-desk"] .fd-dark-showcase .fd-section-head,
  body.product-detail-page[data-product="front-desk"] .fd-showcase-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  body.product-detail-page[data-product="front-desk"] .fd-dark-showcase .fd-section-head > div:first-child > span {
    font-size: 36px;
  }
  body.product-detail-page[data-product="front-desk"] .fd-dark-showcase .fd-section-head p {
    font-size: 18px;
  }
  body.product-detail-page[data-product="front-desk"] .fd-dark-showcase .fd-journey-icon {
    justify-self: center;
  }
  body.product-detail-page[data-product="front-desk"] .fd-showcase-image {
    width: 100%;
    min-height: 440px;
    margin-left: 0;
  }
  body.product-detail-page[data-product="front-desk"] .fd-showcase-image img {
    height: 440px;
  }
}

/* Desktop scale audit against Moyasar's Optimization product page.
   Dimensions and typography only: colors, content, imagery, and motion stay intact. */
@media (min-width: 1001px) {
  body.product-detail-page[data-product="front-desk"] {
    font-family: "Tajawal", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  }

  body.product-detail-page[data-product="front-desk"] .fd-reference-hero {
    grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
    gap: 40px;
    min-height: 720px;
    padding-right: max(16px, calc((100vw - 1300px) / 2));
    padding-bottom: 80px;
    padding-left: max(16px, calc((100vw - 1300px) / 2));
  }
  body.product-detail-page[data-product="front-desk"] .fd-reference-hero-copy { max-width: 867px; }
  body.product-detail-page[data-product="front-desk"] .fd-reference-hero h1 { margin: 24px 0 16px; font-size: 80px; line-height: 96px; }
  body.product-detail-page[data-product="front-desk"] .fd-reference-hero-copy > p { max-width: 840px; font-size: 20px; font-weight: 300; line-height: 28px; }
  body.product-detail-page[data-product="front-desk"] .fd-reference-hero .product-detail-visual,
  body.product-detail-page[data-product="front-desk"] .fd-reference-hero .product-detail-frontdesk-collage { min-height: 520px; }

  body.product-detail-page[data-product="front-desk"] .fd-value-card { width: min(1300px, calc(100% - 32px)); padding: 40px; border-radius: 24px; }
  body.product-detail-page[data-product="front-desk"] .fd-value-card h2 { max-width: 900px; font-size: 36px; line-height: 40px; }
  body.product-detail-page[data-product="front-desk"] .fd-value-grid h3 { font-size: 20px; line-height: 28px; }
  body.product-detail-page[data-product="front-desk"] .fd-value-grid p { font-size: 16px; font-weight: 300; line-height: 24px; }

  body.product-detail-page[data-product="front-desk"] .fd-routing-section,
  body.product-detail-page[data-product="front-desk"] .fd-analytics-section,
  body.product-detail-page[data-product="front-desk"] .fd-faq-section {
    padding-right: max(16px, calc((100vw - 1300px) / 2));
    padding-left: max(16px, calc((100vw - 1300px) / 2));
  }
  body.product-detail-page[data-product="front-desk"] .fd-routing-section { padding-top: 80px; padding-bottom: 80px; }
  body.product-detail-page[data-product="front-desk"] .fd-section-head { gap: 40px; }
  body.product-detail-page[data-product="front-desk"] .fd-routing-section .fd-section-head > div:first-child { max-width: 840px; }
  body.product-detail-page[data-product="front-desk"] .fd-routing-section .fd-section-head h2 { margin: 0 0 16px; font-size: 30px; line-height: 36px; }
  body.product-detail-page[data-product="front-desk"] .fd-routing-section .fd-section-head p { max-width: 840px; font-size: 20px; font-weight: 300; line-height: 28px; }
  body.product-detail-page[data-product="front-desk"] .fd-routing-diagram { min-height: 330px; margin-top: 88px; }

  body.product-detail-page[data-product="front-desk"] .fd-dark-feature-grid { gap: 20px; margin-top: 88px; }
  body.product-detail-page[data-product="front-desk"] .fd-dark-feature-grid article { min-height: 370px; padding: 24px 16px; border-radius: 16px; }
  body.product-detail-page[data-product="front-desk"] .fd-dark-feature-grid h3 { max-width: 258px; margin: 8px 0 16px; padding-inline: 20px; font-size: 30px; line-height: 36px; }
  body.product-detail-page[data-product="front-desk"] .fd-dark-feature-grid p { max-width: 258px; padding-inline: 20px; font-size: 16px; font-weight: 300; line-height: 24px; }

  body.product-detail-page[data-product="front-desk"] .fd-kpi-label { margin-top: 40px; padding-top: 40px; }
  body.product-detail-page[data-product="front-desk"] .fd-kpi-title { margin-top: 16px; font-size: 24px; line-height: 32px; }
  body.product-detail-page[data-product="front-desk"] .fd-kpi-grid { gap: 40px; }
  body.product-detail-page[data-product="front-desk"] .fd-kpi-grid article { grid-template-columns: 170px 1fr; gap: 40px; min-height: 204px; padding: 40px; border-radius: 24px; }
  body.product-detail-page[data-product="front-desk"] .fd-kpi-grid strong,
  body.product-detail-page[data-product="front-desk"] .fd-kpi-grid strong em { font-size: 48px; line-height: 48px; }
  body.product-detail-page[data-product="front-desk"] .fd-kpi-grid b { font-size: 24px; line-height: 32px; }
  body.product-detail-page[data-product="front-desk"] .fd-kpi-grid p { font-size: 16px; font-weight: 300; line-height: 24px; }
  body.product-detail-page[data-product="front-desk"] .fd-outcome { margin-top: 40px; padding-top: 40px; }
  body.product-detail-page[data-product="front-desk"] .fd-outcome h3 { margin-top: 16px; font-size: 36px; line-height: 40px; }

  body.product-detail-page[data-product="front-desk"] .fd-analytics-section { padding-top: 80px; padding-bottom: 80px; }
  body.product-detail-page[data-product="front-desk"] .fd-analytics-section .fd-section-head > div:first-child { max-width: 840px; }
  body.product-detail-page[data-product="front-desk"] .fd-analytics-section .fd-section-head > div:first-child > span { font-size: 30px; line-height: 36px; }
  body.product-detail-page[data-product="front-desk"] .fd-analytics-section .fd-section-head p { max-width: 840px; margin-top: 16px; font-size: 20px; font-weight: 300; line-height: 28px; }
  body.product-detail-page[data-product="front-desk"] .fd-analytics-section .fd-analytics-icon,
  body.product-detail-page[data-product="front-desk"] .fd-analytics-section .fd-analytics-icon svg { width: 100px; height: 100px; }
  body.product-detail-page[data-product="front-desk"] .fd-analytics-visual { width: min(100%, 1280px); aspect-ratio: 4 / 3; margin-top: 88px; }
  body.product-detail-page[data-product="front-desk"] .fd-key-label { margin-top: 48px; }
  body.product-detail-page[data-product="front-desk"] .fd-key-grid { margin-top: 48px; }
  body.product-detail-page[data-product="front-desk"] .fd-key-grid h3 { font-size: 20px; line-height: 28px; }
  body.product-detail-page[data-product="front-desk"] .fd-key-grid p { font-size: 16px; font-weight: 300; line-height: 24px; }

  body.product-detail-page[data-product="front-desk"] .fd-faq-section { padding-top: 80px; padding-bottom: 80px; }
}

/* Contact Sales — measured from the Moyasar contact layout. */
body.contact-sales-page {
  color: #282021;
  background: #e7e4e3;
  font-family: "Tajawal", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

body.contact-sales-page .site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  margin-bottom: -118px;
  padding-bottom: 0;
  background: transparent;
}

body.contact-sales-page .contact-sales-main {
  min-height: 0;
  padding: 158px max(0px, calc((100vw - 1300px) / 2)) 40px;
  background:
    radial-gradient(circle at 17% 46%, rgba(99,115,223,.13), transparent 26%),
    linear-gradient(rgba(28,29,23,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(28,29,23,.035) 1px, transparent 1px),
    #e7e4e3;
  background-size: auto, 145px 145px, 145px 145px, auto;
}

.contact-sales-layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 48px;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}

.contact-sales-story,
.contact-sales-form {
  min-width: 0;
}

.contact-sales-story {
  position: relative;
  min-height: 716px;
  overflow: hidden;
  translate: 0 40px;
}

.contact-sales-kicker {
  display: block;
  color: #564e4a;
  font-size: 16px;
  line-height: 24px;
}

.contact-sales-story h1 {
  max-width: 590px;
  margin: 16px 0 20px;
  color: #282021;
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
}

.contact-sales-story > p {
  max-width: 560px;
  margin: 0;
  color: #6d6661;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}

.contact-sales-person {
  position: absolute;
  inset: auto 0 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 510px;
}

.contact-sales-person svg {
  position: absolute;
  inset: 8px 35px 0 auto;
  width: 500px;
  height: 500px;
  color: rgba(91,108,203,.22);
}

.contact-sales-person img {
  position: relative;
  z-index: 1;
  display: block;
  width: min(470px, 92%);
  max-height: 500px;
  object-fit: contain;
  object-position: bottom;
}

.contact-sales-form {
  align-self: start;
  padding: 32px 40px;
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 24px 70px rgba(47,42,38,.08);
}

.contact-sales-form fieldset {
  display: grid;
  gap: 16px;
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.contact-sales-form fieldset + fieldset {
  margin-top: 32px;
  padding-top: 32px;
  border-top: 1px solid #e3e0de;
}

.contact-sales-form legend {
  width: 100%;
  margin: 0 0 24px;
  padding: 0;
  color: #282021;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.contact-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.contact-sales-form label {
  display: grid;
  gap: 8px;
  min-width: 0;
  color: #40393a;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.contact-sales-form label > span b {
  color: #6574de;
}

.contact-sales-form input,
.contact-sales-form select,
.contact-sales-form textarea {
  width: 100%;
  min-width: 0;
  padding: 8px 16px;
  color: #564e4a;
  background: #f5f5f4;
  border: 1px solid transparent;
  border-radius: 8px;
  outline: 0;
  font: inherit;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.contact-sales-form input,
.contact-sales-form select {
  height: 48px;
}

.contact-sales-form textarea {
  min-height: 96px;
  resize: vertical;
}

.contact-sales-form input:focus,
.contact-sales-form select:focus,
.contact-sales-form textarea:focus {
  background: #fff;
  border-color: #6574de;
  box-shadow: 0 0 0 4px rgba(101,116,222,.12);
}

.contact-mobile-field {
  display: grid;
  grid-template-columns: 74px 1fr;
  height: 48px;
  overflow: hidden;
  background: #f5f5f4;
  border-radius: 8px;
}

.contact-mobile-field > span {
  display: grid;
  place-items: center;
  color: #564e4a;
  border-right: 1px solid #dedbd8;
  font-size: 16px;
}

.contact-mobile-field input {
  border-radius: 0 8px 8px 0;
}

.contact-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 48px;
  margin-top: 32px;
  padding: 12px 20px;
  color: #fff;
  background: #25240c;
  border: 0;
  border-radius: 9px;
  font: inherit;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  transition: transform .25s ease, box-shadow .25s ease;
}

.contact-submit:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 30px rgba(37,36,12,.18);
}

.contact-form-status {
  min-height: 24px;
  margin: 14px 0 0;
  color: #6574de;
  font-size: 14px;
}

.contact-form-status:empty {
  display: none;
}

.contact-reveal {
  opacity: 0;
  filter: blur(8px);
  transform: translateY(40px);
  transition: opacity .7s ease var(--contact-reveal-delay, 0ms), filter .7s ease var(--contact-reveal-delay, 0ms), transform .7s cubic-bezier(.22,1,.36,1) var(--contact-reveal-delay, 0ms);
  will-change: opacity, filter, transform;
}

.contact-sales-form.contact-reveal { transition-delay: .1s; }
.contact-reveal.is-visible { opacity: 1; filter: blur(0); transform: translateY(0); }

body.contact-sales-page .site-footer .footer-columns h3 {
  color: #1d1e18;
}

@media (max-width: 900px) {
  body.contact-sales-page .contact-sales-main { padding-top: 146px; }
  .contact-sales-layout { grid-template-columns: 1fr; }
  .contact-sales-story { min-height: 660px; text-align: center; translate: none; }
  .contact-sales-story h1,
  .contact-sales-story > p { margin-inline: auto; }
  .contact-sales-person svg { right: auto; left: 50%; transform: translateX(-50%); }
}

@media (max-width: 600px) {
  body.contact-sales-page .site-header { margin-bottom: -94px; }
  body.contact-sales-page .contact-sales-main { padding: 116px 14px 58px; }
  .contact-sales-layout { gap: 28px; }
  .contact-sales-story { min-height: 560px; }
  .contact-sales-story h1 { font-size: 32px; line-height: 38px; }
  .contact-sales-story > p { font-size: 16px; line-height: 25px; }
  .contact-sales-person { height: 390px; }
  .contact-sales-person svg { width: 390px; height: 390px; }
  .contact-sales-person img { max-height: 390px; }
  .contact-sales-form { padding: 28px 20px; border-radius: 20px; }
  .contact-form-grid { grid-template-columns: 1fr; }
  .contact-sales-form legend { font-size: 22px; }
  .contact-submit { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .contact-reveal { opacity: 1; filter: none; transform: none; transition: none; }
}

/* FAQ resource page — section rhythm follows the Moyasar reference with OZ content. */
body.faq-resource-page {
  color: #24251f;
  background: #e9e6e5;
  font-family: "Tajawal", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body.faq-resource-page .site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  margin-bottom: -118px;
  padding-bottom: 0;
  background: transparent;
}

.faq-resource-main {
  overflow: hidden;
  background:
    radial-gradient(circle at 31% 1%, rgba(104,120,226,.19), transparent 24%),
    radial-gradient(circle at 69% 2%, rgba(120,220,188,.17), transparent 22%),
    #e9e6e5;
}

.faq-resource-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px;
  align-items: center;
  min-height: 360px;
  padding: 198px max(40px, calc((100vw - 1320px) / 2)) 80px;
  border-bottom: 1px solid #28291f;
  background:
    linear-gradient(rgba(37,38,31,.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(37,38,31,.05) 1px, transparent 1px);
  background-size: 150px 150px;
}

.faq-resource-hero h1 {
  margin: 0 0 22px;
  color: #20211c;
  font-size: clamp(52px, 5.4vw, 82px);
  font-weight: 700;
  line-height: .98;
  letter-spacing: -.035em;
}

.faq-resource-hero p {
  max-width: 790px;
  margin: 0;
  color: #73746e;
  font-size: clamp(17px, 1.45vw, 22px);
  line-height: 1.6;
}

.faq-oz-symbol {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #28270d;
  font-size: clamp(74px, 8vw, 124px);
  font-weight: 800;
  letter-spacing: -.18em;
  transform: rotate(-5deg);
}

.faq-oz-symbol span:last-child { color: #6474db; transform: translateY(8px); }

.faq-resource-panel {
  width: calc(100% - 80px);
  max-width: 1440px;
  margin: 40px auto 80px;
  padding: 52px 44px 34px;
  background: rgba(250,250,249,.92);
  border-radius: 22px;
}

.faq-resource-panel > h2 {
  margin: 0 0 44px;
  color: #5366c8;
  font-size: clamp(28px, 2.6vw, 42px);
  font-weight: 700;
}

.faq-resource-item { border-top: 1px solid #d8d8d3; }
.faq-resource-item:last-child { border-bottom: 1px solid #d8d8d3; }

.faq-resource-item > button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  width: 100%;
  min-height: 84px;
  padding: 24px 0;
  color: #30312b;
  background: transparent;
  border: 0;
  font: inherit;
  font-size: 17px;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
}

.faq-resource-item > button b {
  flex: 0 0 auto;
  color: #6e706a;
  font-size: 28px;
  font-weight: 300;
  transition: transform .32s ease, color .32s ease;
}

.faq-resource-answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows .42s cubic-bezier(.22,1,.36,1);
}

.faq-resource-answer p {
  min-height: 0;
  margin: 0;
  overflow: hidden;
  color: #74766f;
  font-size: 16px;
  line-height: 1.75;
}

.faq-resource-item.is-open .faq-resource-answer { grid-template-rows: 1fr; }
.faq-resource-item.is-open .faq-resource-answer p { padding: 0 56px 28px 0; }
.faq-resource-item.is-open > button b { color: #596bd0; transform: rotate(45deg); }

.faq-support-banner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(390px, .86fr) 1.14fr;
  align-items: stretch;
  width: calc(100% - 80px);
  max-width: 1440px;
  min-height: 376px;
  margin: 0 auto 80px;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 26% 46%, rgba(75,118,111,.78), transparent 28%),
    repeating-radial-gradient(circle at 20% 50%, rgba(110,123,218,.10) 0 2px, transparent 2px 54px),
    #24230c;
  border-radius: 0 38px 38px 38px;
}

.faq-support-divider {
  position: absolute;
  z-index: 3;
  inset: 0 auto 0 0;
  width: 190px;
  height: 100%;
  overflow: visible;
  pointer-events: none;
}

.faq-support-divider path {
  fill: none;
  stroke: #e9e6e5;
  stroke-width: 46;
  stroke-linecap: butt;
  stroke-linejoin: round;
}

.faq-support-person { position: relative; z-index: 2; align-self: end; height: 376px; overflow: hidden; }
.faq-support-person img { display: block; width: 100%; height: 116%; object-fit: contain; object-position: bottom center; filter: saturate(.9) contrast(1.05); }
.faq-support-copy { position: relative; z-index: 4; align-self: center; max-width: 650px; padding: 58px 76px 58px 24px; }
.faq-support-copy h2 { margin: 0 0 20px; font-size: clamp(36px, 4vw, 58px); line-height: 1.05; }
.faq-support-copy p { margin: 0 0 30px; color: rgba(255,255,255,.75); font-size: 18px; line-height: 1.6; }
.faq-support-copy a,
.faq-contact-cta a { display: inline-flex; align-items: center; gap: 14px; padding: 15px 22px; color: #292a23; background: #fff; border-radius: 10px; font-size: 15px; font-weight: 700; }

.faq-contact-cta {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 520px;
  align-items: center;
  min-height: 660px;
  padding: 80px max(40px, calc((100vw - 1320px) / 2)) 0;
  overflow: hidden;
  background: #f8f8f6;
  border-radius: 90px 90px 0 0;
}

.faq-contact-cta h2 { max-width: 700px; margin: 0 0 20px; color: #20211c; font-size: clamp(48px, 5vw, 76px); line-height: 1.05; letter-spacing: -.035em; }
.faq-contact-cta p { max-width: 620px; margin: 0 0 32px; color: #777972; font-size: 18px; line-height: 1.6; }
.faq-contact-cta a { color: #fff; background: #28270d; }
.faq-contact-person { position: relative; align-self: end; height: 570px; }
.faq-contact-person svg { position: absolute; inset: 0; width: 100%; height: 100%; color: rgba(91,108,203,.2); }
.faq-contact-person img { position: relative; z-index: 1; display: block; width: 100%; height: 100%; object-fit: contain; object-position: bottom; }

.faq-page-reveal {
  opacity: 0;
  filter: blur(10px);
  transform: translateY(34px);
  transition: opacity .7s ease var(--faq-reveal-delay, 0ms), filter .75s ease var(--faq-reveal-delay, 0ms), transform .75s cubic-bezier(.22,1,.36,1) var(--faq-reveal-delay, 0ms);
}
.faq-page-reveal.is-visible { opacity: 1; filter: blur(0); transform: translateY(0); }

body.faq-resource-page .site-footer { background: #f8f8f6; }
body.faq-resource-page .site-footer .footer-columns h3 { color: #1d1e18; }

html[dir="rtl"] .faq-resource-hero,
html[dir="rtl"] .faq-resource-panel,
html[dir="rtl"] .faq-support-copy,
html[dir="rtl"] .faq-contact-cta { text-align: right; }

html[dir="rtl"] .faq-resource-item > button { text-align: right; }
html[dir="rtl"] .faq-resource-item.is-open .faq-resource-answer p { padding: 0 0 28px 56px; }
html[dir="rtl"] .faq-oz-symbol { letter-spacing: -.18em; transform: rotate(5deg); }
html[dir="rtl"] .faq-support-banner { direction: rtl; }
html[dir="rtl"] .faq-support-divider { right: 0; left: auto; transform: scaleX(-1); }
html[dir="rtl"] .faq-support-copy { padding: 58px 24px 58px 76px; }
html[dir="rtl"] .faq-contact-cta a span { transform: none; }

html[dir="rtl"] .contact-sales-story,
html[dir="rtl"] .contact-sales-form { text-align: right; }
html[dir="rtl"] .contact-mobile-field { direction: ltr; }
html[dir="rtl"] .contact-mobile-field input { text-align: left; }
html[dir="rtl"] .contact-sales-form select { background-position: left 16px center; }

@media (max-width: 900px) {
  .faq-resource-hero { grid-template-columns: 1fr 150px; min-height: 300px; padding: 182px 28px 64px; }
  .faq-resource-panel, .faq-support-banner { width: calc(100% - 32px); }
  .faq-resource-panel { padding: 38px 24px 24px; }
  .faq-support-banner { grid-template-columns: 1fr; }
  .faq-support-person { position: absolute; inset: auto auto 0 -30px; width: 42%; opacity: .58; }
  .faq-support-copy { margin-left: 30%; padding: 48px 28px; }
  .faq-contact-cta { grid-template-columns: 1fr 42%; min-height: 560px; padding-inline: 28px; border-radius: 48px 48px 0 0; }
  .faq-contact-person { height: 460px; }
}

@media (max-width: 600px) {
  body.faq-resource-page .site-header { margin-bottom: -94px; }
  .faq-resource-hero { grid-template-columns: 1fr; min-height: 340px; padding: 150px 20px 56px; }
  .faq-oz-symbol { position: absolute; right: 22px; bottom: 24px; font-size: 72px; opacity: .35; }
  .faq-resource-panel { margin-top: 20px; margin-bottom: 42px; padding: 30px 18px 18px; border-radius: 18px; }
  .faq-resource-panel > h2 { margin-bottom: 28px; }
  .faq-resource-item > button { min-height: 74px; padding: 20px 0; font-size: 15px; }
  .faq-resource-item.is-open .faq-resource-answer p { padding-right: 24px; }
  .faq-support-banner { min-height: 420px; margin-bottom: 42px; border-radius: 0 22px 22px 22px; }
  .faq-support-divider { width: 150px; }
  .faq-support-person { width: 78%; opacity: .35; }
  .faq-support-copy { margin: 0; padding: 50px 24px; }
  html[dir="rtl"] .faq-support-copy { padding: 50px 24px; }
  .faq-contact-cta { display: block; min-height: 690px; padding: 64px 20px 0; }
  .faq-contact-person { position: absolute; right: 0; bottom: 0; width: 100%; height: 390px; opacity: .72; }
  .faq-contact-cta > div:first-child { position: relative; z-index: 2; }
}

@media (prefers-reduced-motion: reduce) {
  .faq-page-reveal { opacity: 1; filter: none; transform: none; transition: none; }
  .faq-resource-answer, .faq-resource-item > button b { transition: none; }
}

/* Dedicated modular pricing page. */
body.pricing-page { color: #23241e; background: #efedeb; font-family: "Tajawal", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
body.pricing-page .site-header { position: sticky; top: 0; z-index: 40; margin-bottom: -118px; padding-bottom: 0; background: transparent; }
.pricing-main { overflow: hidden; background: #efedeb; }
.pricing-hero { position: relative; display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; min-height: 720px; padding: 208px max(48px, calc((100vw - 1380px) / 2)) 90px; overflow: hidden; background: radial-gradient(circle at 78% 20%, rgba(101,119,222,.2), transparent 25%), radial-gradient(circle at 68% 62%, rgba(80,190,145,.15), transparent 28%), linear-gradient(rgba(35,36,30,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(35,36,30,.045) 1px, transparent 1px), #f7f7f4; background-size: auto, auto, 145px 145px, 145px 145px, auto; border-radius: 0 0 92px 92px; }
.pricing-hero-copy { position: relative; z-index: 2; }
.pricing-hero-copy > span, .pricing-section-heading > span, .pricing-comparison-heading > span, .pricing-close > span { display: inline-flex; padding: 8px 14px; color: #32443b; background: #dff3e8; border: 1px solid #bfe3d0; border-radius: 999px; font-size: 14px; font-weight: 700; }
.pricing-hero h1 { max-width: 820px; margin: 26px 0 24px; font-size: clamp(62px, 6vw, 98px); line-height: .96; letter-spacing: -.055em; }
.pricing-hero p { max-width: 690px; margin: 0; color: #71736d; font-size: 19px; line-height: 1.7; }
.pricing-hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 38px; }
.pricing-hero-actions > a { color: #25261f; font-size: 16px; font-weight: 700; }
.pricing-scroll-button { display: inline-flex; align-items: center; gap: 18px; min-height: 56px; padding: 14px 22px; color: #fff !important; background: #27270e; border-radius: 12px; }
.pricing-scroll-button b { display: grid; place-items: center; width: 29px; height: 29px; color: #27270e; background: #fff; border-radius: 50%; animation: pricingArrow 1.7s ease-in-out infinite; }
@keyframes pricingArrow { 50% { transform: translateY(4px); } }
.pricing-hero-art { position: relative; display: grid; place-items: center; min-height: 520px; }
.pricing-hero-art i { position: relative; z-index: 2; display: grid; place-items: center; width: 260px; height: 260px; color: #fff; background: linear-gradient(145deg,#5d6fd7,#273b31); border-radius: 40% 60% 54% 46% / 48% 38% 62% 52%; box-shadow: 0 34px 80px rgba(48,57,48,.24); font-size: 60px; font-style: normal; font-weight: 800; transform: rotate(-7deg); }
.pricing-hero-art span { position: absolute; width: 380px; height: 380px; border: 1px solid rgba(93,111,215,.2); border-radius: 50%; }
.pricing-hero-art span:nth-child(3) { width: 480px; height: 480px; }
.pricing-hero-art span:nth-child(4) { width: 590px; height: 590px; }
.pricing-plans { padding: 120px max(36px, calc((100vw - 1440px) / 2)); }
.pricing-section-heading, .pricing-comparison-heading { max-width: 850px; }
.pricing-section-heading h2, .pricing-comparison-heading h2 { margin: 22px 0 16px; font-size: clamp(46px, 5vw, 76px); line-height: 1.02; letter-spacing: -.045em; }
.pricing-section-heading p, .pricing-comparison-heading p { margin: 0; color: #777972; font-size: 18px; line-height: 1.65; }
.pricing-controls { display: flex; align-items: center; justify-content: space-between; gap: 28px; margin: 54px 0 38px; }
.pricing-category-tabs { display: flex; flex-wrap: wrap; gap: 10px; }
.pricing-category-tabs button { display: inline-flex; align-items: center; gap: 10px; min-height: 50px; padding: 11px 16px; color: #686a64; background: rgba(255,255,255,.55); border: 1px solid #d9d9d3; border-radius: 12px; font: inherit; font-size: 14px; font-weight: 700; cursor: pointer; transition: .25s ease; }
.pricing-category-tabs button span { color: #6978dd; font-size: 11px; }
.pricing-category-tabs button.is-active { color: #fff; background: #292a12; border-color: #292a12; transform: translateY(-3px); box-shadow: 0 13px 28px rgba(41,42,18,.16); }
.pricing-category-tabs button.is-active span { color: #aeb8ff; }
.pricing-billing-toggle { display: flex; flex: 0 0 auto; padding: 5px; background: #fff; border: 1px solid #d9d9d3; border-radius: 13px; }
.pricing-billing-toggle button { min-height: 42px; padding: 8px 14px; color: #74766f; background: transparent; border: 0; border-radius: 9px; font: inherit; font-weight: 700; cursor: pointer; }
.pricing-billing-toggle button.is-active { color: #fff; background: #6574dc; }
.pricing-billing-toggle small { display: block; font-size: 9px; }
.pricing-active-label { display: flex; align-items: end; justify-content: space-between; gap: 20px; padding-top: 28px; border-top: 1px solid #cfd0ca; }
.pricing-active-label span { color: #596bd0; font-size: 23px; font-weight: 800; }
.pricing-active-label p { margin: 0; color: #858780; font-size: 13px; }
.pricing-card-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 16px; margin-top: 30px; }
.pricing-card { position: relative; min-width: 0; padding: 30px 26px 32px; overflow: hidden; background: #f9f9f7; border: 1px solid #d8d9d3; border-radius: 24px; box-shadow: 0 18px 44px rgba(43,44,38,.05); }
.pricing-card.is-popular { color: #fff; background: radial-gradient(circle at 80% 10%, rgba(100,116,220,.42), transparent 32%), #292a12; border-color: #292a12; transform: translateY(-12px); box-shadow: 0 28px 60px rgba(41,42,18,.22); }
.pricing-popular { position: absolute; top: 0; right: 0; padding: 8px 14px; color: #222315; background: #9eabff; border-radius: 0 22px 0 14px; font-size: 11px; font-weight: 800; }
.pricing-tier { display: flex; align-items: center; gap: 12px; }
.pricing-tier > span { color: #6674d9; font-size: 12px; font-weight: 800; }
.pricing-tier h3 { margin: 0; font-size: 25px; }
.pricing-tier-line { min-height: 45px; margin: 14px 0 20px; color: #777972; font-size: 14px; font-weight: 700; }
.pricing-card.is-popular .pricing-tier-line, .pricing-card.is-popular .pricing-tier-copy { color: rgba(255,255,255,.68); }
.pricing-price { min-height: 92px; padding: 20px 0; border-top: 1px solid rgba(112,113,105,.24); border-bottom: 1px solid rgba(112,113,105,.24); }
.pricing-price strong { display: block; font-size: 44px; line-height: 1; letter-spacing: -.04em; }
.pricing-price sup { margin-right: 6px; color: #6978dd; font-size: 13px; letter-spacing: 0; }
.pricing-price small { display: block; margin-top: 8px; color: #888a83; font-size: 11px; }
.pricing-tier-copy { min-height: 64px; margin: 20px 0; color: #777972; font-size: 14px; line-height: 1.5; }
.pricing-card > a { display: flex; align-items: center; justify-content: space-between; min-height: 48px; padding: 12px 15px; color: #fff; background: #6574dc; border-radius: 10px; font-size: 14px; font-weight: 800; }
.pricing-card.is-popular > a { color: #27270e; background: #fff; }
.pricing-card ul { display: grid; gap: 13px; margin: 24px 0 0; padding: 0; list-style: none; }
.pricing-card li { display: grid; grid-template-columns: 18px 1fr auto; gap: 8px; color: #555750; font-size: 12px; line-height: 1.4; }
.pricing-card.is-popular li { color: rgba(255,255,255,.82); }
.pricing-card li b { color: #45a96f; }
.pricing-card li em { color: #6877da; font-style: normal; font-weight: 800; }
.pricing-comparison { padding: 112px max(36px, calc((100vw - 1380px) / 2)); background: #f8f8f6; border-radius: 92px 92px 0 0; }
.pricing-table-wrap { margin-top: 48px; overflow: auto; border: 1px solid #d8d9d3; border-radius: 22px; box-shadow: 0 20px 50px rgba(43,44,38,.06); }
.pricing-table-wrap table { width: 100%; min-width: 900px; border-collapse: collapse; background: #fff; }
.pricing-table-wrap th, .pricing-table-wrap td { padding: 18px 20px; border-bottom: 1px solid #e2e2dd; text-align: center; font-size: 14px; }
.pricing-table-wrap thead th { position: sticky; top: 0; color: #fff; background: #292a12; font-size: 16px; }
.pricing-table-wrap thead th:first-child { width: 32%; text-align: left; }
.pricing-table-wrap thead small { display: block; margin-top: 4px; color: #aeb8ff; font-size: 9px; }
.pricing-table-wrap tbody th { color: #373832; background: #fafaf8; text-align: left; font-weight: 700; }
.pricing-table-wrap td { color: #666861; }
.pricing-table-wrap td.is-included { color: #258954; font-size: 18px; font-weight: 800; }
.pricing-table-wrap td.is-empty { color: #b8bab4; }
.pricing-note { margin: 20px 0 0; color: #888a83; font-size: 12px; }
.pricing-close { padding: 120px max(48px, calc((100vw - 1380px) / 2)); color: #fff; background: radial-gradient(circle at 72% 50%, rgba(101,116,220,.35), transparent 30%), #292a12; }
.pricing-close > span { color: #dfe5ff; background: rgba(101,116,220,.18); border-color: rgba(158,171,255,.25); }
.pricing-close h2 { max-width: 900px; margin: 24px 0 34px; font-size: clamp(48px,5.2vw,78px); line-height: 1.05; letter-spacing: -.045em; }
.pricing-close a { display: inline-flex; padding: 15px 22px; color: #292a12; background: #fff; border-radius: 10px; font-weight: 800; }
body.pricing-page .site-footer { background: #f8f8f6; }

@media (max-width: 1100px) { .pricing-hero { grid-template-columns: 1fr .65fr; } .pricing-card-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px; } .pricing-card.is-popular { transform: none; } .pricing-controls { align-items: flex-start; flex-direction: column; } }
@media (max-width: 720px) { body.pricing-page .site-header { margin-bottom: -94px; } .pricing-hero { display: block; min-height: 700px; padding: 164px 20px 70px; border-radius: 0 0 48px 48px; } .pricing-hero h1 { font-size: 56px; } .pricing-hero-art { min-height: 280px; margin-top: 35px; } .pricing-hero-art i { width: 170px; height: 170px; font-size: 40px; } .pricing-hero-art span { width: 250px; height: 250px; } .pricing-hero-art span:nth-child(3) { width: 310px; height: 310px; } .pricing-hero-art span:nth-child(4) { display: none; } .pricing-plans, .pricing-comparison, .pricing-close { padding: 78px 18px; } .pricing-card-grid { grid-template-columns: 1fr; } .pricing-category-tabs { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); width: 100%; } .pricing-category-tabs button:last-child { grid-column: 1 / -1; } .pricing-billing-toggle { width: 100%; } .pricing-billing-toggle button { flex: 1; } .pricing-active-label { align-items: flex-start; flex-direction: column; } .pricing-comparison { border-radius: 48px 48px 0 0; } }

/* Product-specific imagery supplied for the shared product-page sections. */
body.product-detail-page .fd-analytics-visual {
  width: min(100%, 1420px);
  aspect-ratio: 4 / 3;
  margin-inline: auto;
}

body.product-detail-page .fd-analytics-visual img {
  position: static;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: none;
}

body.product-detail-page .fd-showcase-image img {
  object-position: center;
}

body.product-detail-page .fd-sandbox-product-image {
  width: 100%;
  overflow: hidden;
  padding: 12px;
  background: #202117;
  border: 1px solid rgba(32,33,23,.35);
  border-radius: 18px;
  box-shadow: 0 28px 70px rgba(31,31,24,.22);
}

body.product-detail-page .fd-sandbox-product-image img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 720px;
  object-fit: contain;
  background: #fff;
  border-radius: 11px;
}

@media (max-width: 640px) {
  body.product-detail-page .fd-analytics-visual { aspect-ratio: 4 / 3; }
  body.product-detail-page .fd-sandbox-product-image { padding: 7px; border-radius: 14px; }
  body.product-detail-page .fd-sandbox-product-image img { border-radius: 8px; }
}

/* Match the reference portrait proportions and floating status-pill sizing. */
@media (min-width: 1101px) {
  body.product-detail-page[data-product="front-desk"] .fd-showcase-grid {
    grid-template-columns: minmax(360px, 430px) minmax(0, 1fr);
    gap: clamp(140px, 12vw, 250px);
  }

  body.product-detail-page[data-product="front-desk"] .fd-showcase-image {
    width: 100%;
    margin-left: 0;
  }
}

body.product-detail-page[data-product="front-desk"] .fd-showcase-image,
body.product-detail-page[data-product="front-desk"] .fd-showcase-image img {
  border: 1px solid rgba(255,255,255,.88);
}

body.product-detail-page[data-product="front-desk"] .fd-showcase-image > .fd-float-status {
  box-sizing: border-box;
  justify-content: flex-start;
}

body.product-detail-page[data-product="front-desk"] .fd-showcase-image > .fd-float-status-one {
  width: 72%;
}

body.product-detail-page[data-product="front-desk"] .fd-showcase-image > .fd-float-status-two {
  left: auto;
  right: -34px;
  width: 66%;
}

@media (min-width: 821px) and (max-width: 1100px) {
  body.product-detail-page[data-product="front-desk"] .fd-showcase-grid {
    grid-template-columns: minmax(330px, .82fr) minmax(0, 1.18fr);
    gap: 64px;
  }
}

@media (max-width: 820px) {
  body.product-detail-page[data-product="front-desk"] .fd-showcase-image > .fd-float-status-one,
  body.product-detail-page[data-product="front-desk"] .fd-showcase-image > .fd-float-status-two {
    width: min(76%, 360px);
  }
}

/* Keep module screenshots crisp without the previous heavy outer frame. */
body.product-detail-page .fd-sandbox-product-image,
body.product-detail-page[data-product="front-desk"] .fd-sandbox-product-image {
  overflow: hidden;
  padding: 0;
  background: transparent;
  border: 1px solid #1f201a;
  border-radius: 18px;
  box-shadow: 0 24px 58px rgba(31,31,24,.14);
}

body.product-detail-page .fd-sandbox-product-image img,
body.product-detail-page[data-product="front-desk"] .fd-sandbox-product-image img {
  border: 0;
  border-radius: 17px;
}

@media (max-width: 640px) {
  body.product-detail-page .fd-sandbox-product-image,
  body.product-detail-page[data-product="front-desk"] .fd-sandbox-product-image {
    padding: 0;
    border-radius: 13px;
  }

  body.product-detail-page .fd-sandbox-product-image img,
  body.product-detail-page[data-product="front-desk"] .fd-sandbox-product-image img {
    border-radius: 12px;
  }
}

/* Final Housekeeping-only tablet fit: keep the complete device inside a taller canvas. */
body.product-detail-page[data-page-product="housekeeping"] .fd-analytics-visual {
  display: grid;
  place-items: center;
  box-sizing: border-box;
  width: min(100%, 1420px);
  min-height: 1050px;
  height: auto;
  aspect-ratio: auto;
  margin: 54px auto 0;
  padding: 96px 110px;
  overflow: visible;
}

body.product-detail-page[data-page-product="housekeeping"] .fd-analytics-visual img {
  position: static;
  inset: auto;
  display: block;
  width: min(100%, 1120px);
  max-width: 1120px;
  height: auto;
  margin: auto;
  object-fit: contain;
  object-position: center;
  transform: none;
}

@media (max-width: 820px) {
  body.product-detail-page[data-page-product="housekeeping"] .fd-analytics-visual {
    min-height: 0;
    padding: 42px 24px;
  }

  body.product-detail-page[data-page-product="housekeeping"] .fd-analytics-visual img {
    width: 100%;
    max-width: 100%;
  }
}

/* Final Restaurant-only portrait fit: mirror the clean Front Desk presentation. */
body.product-detail-page[data-page-product="restaurant"] .fd-showcase-image {
  overflow: hidden;
  background: transparent;
  border: 1px solid rgba(255,255,255,.88);
  border-radius: 26px;
}

body.product-detail-page[data-page-product="restaurant"] .fd-showcase-image img {
  width: 100%;
  height: 570px;
  border: 0;
  border-radius: 25px;
  object-fit: cover;
  object-position: center;
  transform: scale(1.085);
  transform-origin: center;
}

@media (max-width: 820px) {
  body.product-detail-page[data-page-product="restaurant"] .fd-showcase-image img {
    height: 440px;
  }
}

/* Final overlay correction: keep pills outside the frame and remove duplicate outline. */
body.product-detail-page[data-page-product="restaurant"] .fd-showcase-image {
  overflow: visible;
  background: transparent;
  border: 0;
  box-shadow: none;
}

body.product-detail-page[data-page-product="restaurant"] .fd-showcase-image img {
  border: 0;
  clip-path: inset(4.35% 3.15% 4.45% 3.15% round 5.5% / 4.5%);
}

body.product-detail-page[data-page-product="restaurant"] .fd-showcase-image > .fd-float-status {
  z-index: 5;
  overflow: visible;
}

/* Restore only the thin upper edge requested for the Restaurant portrait. */
body.product-detail-page[data-page-product="restaurant"] .fd-showcase-image {
  border-top: 1px solid rgba(255,255,255,.88);
}

/* Café artwork already contains its white outline; remove duplicate CSS borders. */
body.product-detail-page[data-page-product="cafe"] .fd-showcase-image,
body.product-detail-page[data-page-product="cafe"] .fd-showcase-image img {
  border: 0;
}

/* Restaurant module artwork already has an outline; prevent a duplicate frame. */
body.product-detail-page[data-page-product="restaurant"] .fd-sandbox-product-image,
body.product-detail-page[data-page-product="restaurant"] .fd-sandbox-product-image img {
  border: 0;
}


/* Remove the inherited side inset around the Restaurant module artwork. */
body.product-detail-page[data-page-product="restaurant"] .fd-sandbox-product-image {
  padding: 0;
  background: transparent;
}

body.product-detail-page[data-page-product="restaurant"] .fd-sandbox-product-image img {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0;
}

/* Widen the Restaurant module frame to remove the remaining outer side gutters. */
body.product-detail-page[data-page-product="restaurant"] .fd-sandbox-product-image {
  width: calc(100% + 96px);
  max-width: none;
  margin-inline: -48px;
}

body.product-detail-page[data-page-product="restaurant"] .fd-sandbox-product-image img {
  max-height: none;
}

@media (max-width: 820px) {
  body.product-detail-page[data-page-product="restaurant"] .fd-sandbox-product-image {
    width: calc(100% + 28px);
    margin-inline: -14px;
  }
}

/* Café portrait: remove the wrapper visible outside its built-in white outline. */
body.product-detail-page[data-page-product="cafe"] .fd-showcase-image {
  width: calc(100% + 24px);
  min-height: 590px;
  margin-left: -12px;
  overflow: visible;
  background: transparent;
  border: 0;
  box-shadow: none;
}

body.product-detail-page[data-page-product="cafe"] .fd-showcase-image img {
  display: block;
  width: 100%;
  height: 590px;
  min-height: 0;
  border: 0;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 820px) {
  body.product-detail-page[data-page-product="cafe"] .fd-showcase-image {
    width: 100%;
    min-height: 450px;
    margin-left: 0;
  }

  body.product-detail-page[data-page-product="cafe"] .fd-showcase-image img {
    height: 450px;
  }
}

/* Final Café fit: preserve the source ratio and its white border on all four sides. */
body.product-detail-page[data-page-product="cafe"] .fd-showcase-image {
  width: calc(100% + 20px);
  min-height: 0;
  height: auto;
  aspect-ratio: 1086 / 1448;
  margin-left: -10px;
  overflow: visible;
  background: transparent;
  border: 0;
  box-shadow: none;
}

body.product-detail-page[data-page-product="cafe"] .fd-showcase-image img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 0;
  border: 0;
  border-radius: 0;
  object-fit: contain;
  transform: none;
}

@media (max-width: 820px) {
  body.product-detail-page[data-page-product="cafe"] .fd-showcase-image {
    width: 100%;
    margin-left: 0;
  }

  body.product-detail-page[data-page-product="cafe"] .fd-showcase-image img {
    height: auto;
  }
}

/* Crop the Café source exactly at its built-in white outline. */
body.product-detail-page[data-page-product="cafe"] .fd-showcase-image img {
  clip-path: inset(.8% 2.15% 1% 2.15% round 7.7% / 5.8%);
}


/* Housekeeping portrait: keep the first white outline and remove everything outside it. */
body.product-detail-page[data-page-product="housekeeping"] .fd-showcase-image {
  overflow: visible;
  background: transparent;
  border: 0;
  box-shadow: none;
}

body.product-detail-page[data-page-product="housekeeping"] .fd-showcase-image img {
  border: 0;
  clip-path: inset(.9% 2.55% 1% 2.55% round 7.8% / 5.8%);
}


/* Laundry portrait: keep the first white outline and remove everything outside it. */
body.product-detail-page[data-page-product="laundry"] .fd-showcase-image {
  overflow: visible;
  background: transparent;
  border: 0;
  box-shadow: none;
}

body.product-detail-page[data-page-product="laundry"] .fd-showcase-image img {
  border: 0;
  clip-path: inset(.35% .65% .55% .65% round 7.5% / 5.8%);
}

/* Homepage mobile polish: calm, centered first screen with a compact client strip. */
@media (max-width: 640px) {
  body.home-page .site-header {
    top: 16px;
  }

  body.home-page .glass-nav {
    width: calc(100% - 32px);
    height: 80px;
    padding: 0 12px 0 18px;
    gap: 10px;
    border-radius: 22px;
    background: rgba(247, 246, 241, 0.94);
    border: 1px solid rgba(255, 255, 255, 0.62);
    box-shadow: 0 14px 42px rgba(0, 0, 0, 0.18);
    backdrop-filter: blur(20px) saturate(125%);
  }

  body.home-page .brand {
    min-width: 0;
    gap: 10px;
  }

  body.home-page .brand-mark {
    width: 40px;
    height: 32px;
    flex: 0 0 40px;
    font-size: 13px;
  }

  body.home-page .brand-name {
    max-width: none;
    font-size: 20px;
    line-height: 22px;
    letter-spacing: -0.35px;
    white-space: nowrap;
  }

  body.home-page .mobile-toggle {
    width: 54px;
    height: 54px;
    flex: 0 0 54px;
    border-radius: 16px;
  }

  body.home-page .mobile-toggle span {
    width: 20px;
    margin: 4px auto;
  }

  body.home-page .hero {
    min-height: max(780px, 100svh);
    border-bottom-left-radius: 42px;
    border-bottom-right-radius: 42px;
  }

  body.home-page .hero-bg {
    object-position: 62% center;
    filter: saturate(0.72) contrast(0.94) brightness(0.72);
    transform: scale(1.025);
  }

  body.home-page .hero-overlay {
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.72) 25%, rgba(0, 0, 0, 0.78) 61%, rgba(0, 0, 0, 0.54) 100%),
      linear-gradient(90deg, rgba(0, 0, 0, 0.68), rgba(0, 0, 0, 0.32));
  }

  body.home-page .hero-content {
    width: calc(100% - 32px);
    margin: 0 auto;
    padding-top: 176px;
    text-align: center;
  }

  body.home-page .eyebrow {
    min-height: 42px;
    gap: 8px;
    padding: 0 14px;
    font-size: 12px;
    line-height: 16px;
    white-space: nowrap;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.2);
  }

  body.home-page .hero h1 {
    max-width: 358px;
    margin: 24px auto 16px;
    font-size: 34px;
    line-height: 42px;
    letter-spacing: -1px;
  }

  body.home-page .hero p {
    width: min(330px, 100%);
    margin: 0 auto;
    font-size: 16px;
    line-height: 24px;
  }

  body.home-page .hero-actions {
    width: min(358px, 100%);
    margin: 38px auto 0;
    gap: 10px;
  }

  body.home-page .hero-actions .primary-button,
  body.home-page .hero-actions .secondary-button {
    min-width: 0;
    min-height: 50px;
    flex: 1 1 0;
    padding: 0 12px;
    font-size: 14px;
    line-height: 20px;
    white-space: nowrap;
    border-radius: 13px;
  }

  body.home-page .hero-rule {
    left: 16px;
    right: 16px;
    bottom: 168px;
    height: 1px;
    background: rgba(255, 255, 255, 0.72);
  }

  body.home-page .logo-marquee {
    left: 0;
    right: 0;
    bottom: 54px;
    padding: 0 16px;
    border-radius: 0;
    -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 7%, #000 93%, transparent 100%);
    mask-image: linear-gradient(90deg, transparent 0, #000 7%, #000 93%, transparent 100%);
  }

  body.home-page .marquee-track {
    gap: 12px;
    animation-duration: 24s;
    will-change: transform;
  }

  body.home-page .client-card {
    width: 104px;
    height: 64px;
    padding: 0 10px;
    border-radius: 16px;
    font-size: 12px;
    line-height: 15px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.16);
  }

  body.home-page .client-card.is-edge-hidden {
    opacity: 1;
  }
}

/* Arabic homepage typography: preserve natural RTL rhythm and avoid Latin tracking. */
html[dir="rtl"] body.home-page .hero h1,
html[dir="rtl"] body.home-page .toolkit-intro h2,
html[dir="rtl"] body.home-page .product-copy-card h3,
html[dir="rtl"] body.home-page .product-copy-card h4,
html[dir="rtl"] body.home-page .product-copy-card p,
html[dir="rtl"] body.home-page .product-copy-card li,
html[dir="rtl"] body.home-page .product-copy-card .method-row,
html[dir="rtl"] body.home-page .product-copy-card .explore-link,
html[dir="rtl"] body.home-page .section-heading h2,
html[dir="rtl"] body.home-page .dashboard-copy h2,
html[dir="rtl"] body.home-page .cta-copy h2 {
  letter-spacing: 0;
}

html[dir="rtl"] body.home-page .product-copy-card .method-row,
html[dir="rtl"] body.home-page .product-copy-card .explore-link {
  direction: rtl;
}

/* Mobile product story: one calm, sticky feature at a time, driven by page scroll. */
@media (max-width: 640px) {
  body.home-page .products {
    min-height: 0;
    padding: 24px 0 0;
    overflow: clip;
    background-position: center top;
    background-size: auto 920px;
  }

  body.home-page .product-story-shell {
    position: relative;
    display: grid;
    width: 100%;
    margin: 0;
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas: "mobile-product-stage";
    gap: 0;
    align-items: start;
  }

  body.home-page .product-story-copy,
  body.home-page .product-visual-track {
    grid-area: mobile-product-stage;
  }

  body.home-page .product-story-copy {
    position: sticky;
    top: 112px;
    z-index: 6;
    display: flex;
    width: calc(100% - 32px);
    height: calc(100svh - 128px);
    min-height: 0;
    margin: 0 16px;
    padding: 18px 0 24px;
    justify-content: flex-start;
    align-self: start;
  }

  body.home-page .product-progress {
    flex: 0 0 auto;
    width: 100%;
    max-width: none;
    gap: 9px;
    margin: 0 0 20px;
  }

  body.home-page .product-dot {
    height: 4px;
    background: rgba(255, 255, 255, 0.26);
  }

  body.home-page .product-dot:hover,
  body.home-page .product-dot.is-active {
    background: #55f3a0;
  }

  body.home-page .product-copy-stack {
    position: relative;
    flex: 1 1 auto;
    width: 100%;
    max-width: none;
    min-height: 0;
  }

  body.home-page .product-copy-stack > .product-copy-card {
    position: absolute;
    inset: 0;
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    grid-auto-rows: max-content;
    column-gap: 14px;
    align-content: start;
    padding: 4px 0 0;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    filter: none;
    transform: translateY(18px);
    transition:
      opacity 300ms ease,
      transform 380ms cubic-bezier(0.22, 1, 0.36, 1);
  }

  body.home-page .product-copy-stack > .product-copy-card.is-active {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    transition-delay: 70ms, 70ms;
  }

  body.home-page .product-copy-card .product-icon {
    grid-column: 1;
    grid-row: 1;
    width: 58px;
    height: 58px;
    min-width: 58px;
    margin: 0;
    border-radius: 16px;
    font-size: 27px;
  }

  body.home-page .product-copy-card h3 {
    grid-column: 2;
    grid-row: 1;
    align-self: center;
    margin: 0;
    color: #7587ff;
    font-size: 24px;
    line-height: 30px;
  }

  body.home-page .product-copy-card h4,
  body.home-page .product-copy-card .feature-pills,
  body.home-page .product-copy-card > p,
  body.home-page .product-copy-card .method-row,
  body.home-page .product-copy-card .explore-link {
    grid-column: 1 / -1;
  }

  body.home-page .product-copy-card h4 {
    margin: 24px 0 0;
    font-size: 30px;
    line-height: 38px;
    letter-spacing: -0.45px;
  }

  body.home-page .product-copy-card .feature-pills {
    width: 100%;
    height: 30px;
    margin: 24px 0;
  }

  body.home-page .product-copy-card .feature-pills li {
    height: 30px;
    padding: 0;
    font-size: 16px;
    line-height: 30px;
  }

  body.home-page .product-copy-card > p {
    margin: 0;
    color: rgba(255, 255, 255, 0.76);
    font-size: 16px;
    line-height: 25px;
  }

  body.home-page .product-copy-card .method-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin: 24px 0 0;
  }

  body.home-page .product-copy-card .method-row span {
    width: 100%;
    min-width: 0;
    height: 54px;
    padding: 0 8px;
    border-radius: 14px;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
  }

  body.home-page .product-copy-card .method-row em {
    display: flex;
    min-height: 54px;
    align-items: center;
    padding-inline-start: 4px;
    font-size: 15px;
  }

  body.home-page .product-copy-card .explore-link {
    width: max-content;
    margin: 24px 0 0;
    color: #fff;
    font-size: 20px;
    line-height: 28px;
  }

  body.home-page .product-visual-track {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    min-width: 0;
    gap: 0;
    pointer-events: none;
  }

  body.home-page .product-visual-step,
  body.home-page #category-hotel {
    display: block;
    width: 100%;
    height: 92svh !important;
    min-height: 92svh !important;
    margin: 0 !important;
    scroll-margin-top: 112px;
  }

  body.home-page .product-mobile-copy,
  body.home-page .product-art,
  body.home-page #category-hotel .product-art {
    display: none !important;
  }

  html[dir="rtl"] body.home-page .product-copy-card h3 {
    font-size: 22px;
    line-height: 32px;
  }

  html[dir="rtl"] body.home-page .product-copy-card h4 {
    font-size: 28px;
    line-height: 40px;
  }

  html[dir="rtl"] body.home-page .product-copy-card > p {
    line-height: 27px;
  }

  html[dir="rtl"] body.home-page .product-copy-card .method-row span,
  html[dir="rtl"] body.home-page .product-copy-card .method-row em {
    font-size: 13px;
    line-height: 19px;
  }
}

@media (max-width: 640px) and (max-height: 740px) {
  body.home-page .product-story-copy {
    top: 104px;
    height: calc(100svh - 112px);
    padding-top: 12px;
  }

  body.home-page .product-progress {
    margin-bottom: 14px;
  }

  body.home-page .product-copy-card .product-icon {
    width: 50px;
    height: 50px;
    min-width: 50px;
  }

  body.home-page .product-copy-stack > .product-copy-card {
    grid-template-columns: 50px minmax(0, 1fr);
    column-gap: 12px;
  }

  body.home-page .product-copy-card h3 {
    font-size: 21px;
    line-height: 26px;
  }

  body.home-page .product-copy-card h4 {
    margin-top: 16px;
    font-size: 26px;
    line-height: 32px;
  }

  body.home-page .product-copy-card .feature-pills {
    margin: 15px 0;
  }

  body.home-page .product-copy-card > p {
    font-size: 14px;
    line-height: 21px;
  }

  body.home-page .product-copy-card .method-row {
    margin-top: 16px;
  }

  body.home-page .product-copy-card .method-row span,
  body.home-page .product-copy-card .method-row em {
    height: 44px;
    min-height: 44px;
  }

  body.home-page .product-copy-card .explore-link {
    margin-top: 14px;
    font-size: 17px;
    line-height: 22px;
  }
}
