.lp-hero::before,
.lp-last::before {
  background-image: url("assets/restaurant-motifs-bold.png");
  background-size: 1250px auto;
  opacity: .15;
}

.lp-checks {
  gap: 14px 28px;
  font-size: clamp(14px, 1.25vw, 17px);
  line-height: 1.5;
  font-weight: 900;
}

.lp-hero h1 em {
  font-size: .72em;
  letter-spacing: -.065em;
}

.lp-lead small {
  display: block;
  max-width: 620px;
  margin-top: 10px;
  color: #64706b;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8;
}

.lp-checks li {
  display: flex;
  align-items: center;
  gap: 7px;
}

.lp-checks li::before {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  flex: none;
  border-radius: 50%;
  background: #2c6a5d;
  color: #fff;
  content: "✓";
  font-size: 13px;
}

.lp-how-lead {
  max-width: 780px;
  margin: -30px auto 34px;
  color: #6d746f;
  font-size: 16px;
  line-height: 1.8;
}

.lp-conversation-benefit {
  display: grid;
  grid-template-columns: minmax(280px, .9fr) minmax(360px, 1.1fr);
  align-items: center;
  gap: 16px 44px;
  max-width: 1000px;
  margin: 0 auto 42px;
  padding: 28px 34px;
  border: 2px solid rgba(201, 79, 54, .36);
  border-radius: 24px;
  background: linear-gradient(120deg, #fff5ec, #fffaf1);
  text-align: left;
  box-shadow: 0 15px 38px rgba(75, 52, 38, .08);
}

.lp-conversation-benefit small {
  grid-column: 1 / -1;
  color: var(--lp-red);
  font-size: 10px;
  font-weight: 1000;
  letter-spacing: .14em;
}

.lp-conversation-benefit strong {
  color: var(--lp-teal);
  font-size: clamp(23px, 2.5vw, 34px);
  line-height: 1.4;
}

.lp-conversation-benefit p {
  margin: 0;
  color: #5e6965;
  font-size: 14px;
  line-height: 1.9;
}

.lp-how article {
  overflow: hidden;
  padding: 22px 22px 28px;
  border: 1px solid rgba(23, 62, 58, .08);
  background: #fffaf1;
  box-shadow: 0 14px 35px rgba(54, 43, 30, .08);
}

.lp-how article > img {
  display: block;
  width: min(100%, 250px);
  aspect-ratio: 1;
  margin: 12px auto 18px;
  object-fit: contain;
  filter: drop-shadow(0 8px 7px rgba(36, 36, 30, .08));
}

.lp-how article > b {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  padding: 0;
  font-size: 17px;
}

.lp-how article h3 {
  margin-bottom: 8px;
  font-size: 22px;
}

.store-profile-form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 16px;
  align-items: end;
}

.store-profile-form label {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.store-profile-form input {
  width: 100%;
  min-height: 52px;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 0 15px;
  background: #fff;
  color: var(--ink);
  font: 800 17px inherit;
}

.store-profile-form button {
  min-height: 52px;
  border: 0;
  border-radius: 11px;
  padding: 0 18px;
  font-weight: 900;
}

.owner-work-panel {
  border: 1px solid #c9d8ce;
  background: #edf4ef;
  color: var(--ink);
  box-shadow: 0 10px 28px rgba(44, 101, 75, .08);
}

.owner-work-panel small { color: var(--green); }
.owner-work-panel button {
  border-color: #bad0c2;
  background: #fff;
  color: var(--green);
}

.staff-entry-card {
  display: grid;
  grid-template-columns: 1fr 190px;
  gap: 28px;
  align-items: center;
  margin-top: 18px;
  padding: 25px 28px;
  border: 2px solid #c9d8ce;
  border-radius: 20px;
  background: #fffdf8;
  box-shadow: 0 10px 28px rgba(44, 101, 75, .08);
}
.staff-entry-copy > small { color: var(--orange); font-weight: 1000; letter-spacing: .13em; }
.staff-entry-copy h2 { margin: 5px 0 10px; font-size: 25px; }
.staff-entry-copy p { max-width: 480px; color: var(--muted); line-height: 1.75; }
.staff-entry-copy button {
  border: 1px solid #2c654b;
  border-radius: 11px;
  padding: 11px 17px;
  background: #2c654b;
  color: #fff;
  font-weight: 900;
}
.staff-entry-qr { padding: 10px; border-radius: 14px; background: #fff; }
.staff-entry-qr svg { display: block; width: 100%; height: auto; }

/* Management actions: use brand colors instead of black and expose every state. */
.login-card button,
.owner-page .store-profile-form button,
.owner-page .business-status button,
.owner-page .product-add-form > button,
.owner-page .product-edit-actions button[type="submit"],
.owner-page .category-add-form button,
.owner-page .category-edit-form button[type="submit"],
.owner-page .seat-add-form button,
.owner-page .seat-edit-form button[type="submit"],
.owner-page .staff-form button,
.owner-page .staff-edit-actions button[type="submit"],
.owner-page .heat-setting button,
.owner-page .operation-setting button,
.owner-page .order-sound-setting button[type="submit"],
.owner-page [data-show-staff-qr],
.owner-page .print-qr,
.owner-page .move-table-button {
  border-color: #2c654b;
  background: #2c654b;
  color: #fff;
  box-shadow: 0 6px 16px rgba(44, 101, 75, .18);
}

.owner-page button,
.login-card button {
  transition: transform .16s cubic-bezier(.2, .8, .2, 1),
              box-shadow .16s ease,
              background-color .16s ease,
              border-color .16s ease,
              filter .16s ease;
}

@media (hover: hover) {
  .owner-page button:not(:disabled):hover {
    transform: translateY(-1px);
    filter: brightness(1.03);
    box-shadow: 0 3px 8px rgba(44, 55, 48, .12);
  }

  .login-card button:not(:disabled):hover,
  .owner-page .store-profile-form button:not(:disabled):hover,
  .owner-page .business-status button:not(:disabled):hover,
  .owner-page .product-add-form > button:not(:disabled):hover,
  .owner-page .product-edit-actions button[type="submit"]:not(:disabled):hover,
  .owner-page .category-add-form button:not(:disabled):hover,
  .owner-page .category-edit-form button[type="submit"]:not(:disabled):hover,
  .owner-page .seat-add-form button:not(:disabled):hover,
  .owner-page .seat-edit-form button[type="submit"]:not(:disabled):hover,
  .owner-page .staff-form button:not(:disabled):hover,
  .owner-page .staff-edit-actions button[type="submit"]:not(:disabled):hover,
  .owner-page .heat-setting button:not(:disabled):hover,
  .owner-page .operation-setting button:not(:disabled):hover,
  .owner-page .order-sound-setting button[type="submit"]:not(:disabled):hover,
  .owner-page [data-show-staff-qr]:not(:disabled):hover,
  .owner-page .print-qr:not(:disabled):hover {
    transform: translateY(-1px);
    filter: brightness(1.08) saturate(1.08);
    box-shadow: 0 9px 20px rgba(44, 101, 75, .22);
  }
}

.owner-page button:not(:disabled):active {
  transform: translateY(1px) scale(.985);
  filter: brightness(.94);
  box-shadow: inset 0 2px 4px rgba(33, 42, 36, .14);
  transition-duration: .06s;
}

.login-card button:not(:disabled):active,
.owner-page .store-profile-form button:not(:disabled):active,
.owner-page .business-status button:not(:disabled):active,
.owner-page .product-add-form > button:not(:disabled):active,
.owner-page .product-edit-actions button[type="submit"]:not(:disabled):active,
.owner-page .category-add-form button:not(:disabled):active,
.owner-page .category-edit-form button[type="submit"]:not(:disabled):active,
.owner-page .seat-add-form button:not(:disabled):active,
.owner-page .seat-edit-form button[type="submit"]:not(:disabled):active,
.owner-page .staff-form button:not(:disabled):active,
.owner-page .staff-edit-actions button[type="submit"]:not(:disabled):active,
.owner-page .heat-setting button:not(:disabled):active,
.owner-page .operation-setting button:not(:disabled):active,
.owner-page .order-sound-setting button[type="submit"]:not(:disabled):active,
.owner-page [data-show-staff-qr]:not(:disabled):active,
.owner-page .print-qr:not(:disabled):active {
  transform: translateY(1px) scale(.99);
  filter: brightness(.91);
  box-shadow: 0 2px 6px rgba(44, 101, 75, .16);
  transition-duration: .06s;
}

.owner-page .owner-tabs button:hover,
.owner-page .owner-tabs button:active,
.owner-page .owner-session button:hover,
.owner-page .owner-session button:active,
.owner-page .danger-link:hover,
.owner-page .danger-link:active {
  transform: none;
  box-shadow: none;
}

/* Primary business controls are broad, flat actions; a hard 3D ledge looks detached. */
.owner-page .business-status button,
.owner-page .operation-setting button {
  box-shadow: 0 6px 14px rgba(44, 101, 75, .18);
}

@media (hover: hover) {
  .owner-page .business-status button:not(:disabled):hover,
  .owner-page .operation-setting button:not(:disabled):hover {
    transform: translateY(-1px);
    box-shadow: 0 9px 20px rgba(44, 101, 75, .22);
  }
}

.owner-page .business-status button:not(:disabled):active,
.owner-page .operation-setting button:not(:disabled):active {
  transform: translateY(1px) scale(.99);
  box-shadow: 0 2px 6px rgba(44, 101, 75, .16);
}

.owner-page button:focus-visible,
.login-card button:focus-visible {
  outline: 4px solid rgba(240, 107, 50, .3);
  outline-offset: 3px;
}

.owner-page button:disabled {
  cursor: not-allowed;
  filter: grayscale(.2);
  opacity: .45;
  box-shadow: none;
}

.owner-page .danger-solid {
  border-color: #a82d26;
  background: #c93429;
  box-shadow: 0 6px 16px rgba(201, 52, 41, .2);
}

.product {
  gap: 13px;
}

.product > img,
.product-image-placeholder {
  width: 74px;
  height: 64px;
  flex: none;
  border-radius: 12px;
  object-fit: cover;
  background: #eee8dd;
}

.product-image-placeholder {
  display: grid;
  place-items: center;
  font-size: 27px;
}

.product > div { flex: 1; }
.menu-product-row { grid-template-columns: auto 64px minmax(150px, 1fr) auto auto; }
.menu-product-thumb {
  width: 58px;
  height: 58px;
  border-radius: 10px;
  object-fit: cover;
}
.menu-product-thumb.placeholder {
  display: grid;
  place-items: center;
  background: #ebe7df;
  color: var(--muted);
  font-size: 9px;
}
.product-photo-field input[type="file"] {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}
.product-photo-field { position: relative; min-height: 92px; align-content: center; justify-items: center; gap: 4px!important; border: 2px dashed #cfc6b7; border-radius: 12px; padding: 11px!important; background: #fffdf8; cursor: pointer; text-align: center; transition: border-color .15s ease, background .15s ease, transform .15s ease; }
.product-photo-field > span:first-child { position: absolute; left: 9px; top: 7px; color: var(--muted); font-size: 9px; }
.photo-drop-copy { display: grid; gap: 2px; color: var(--green); }.photo-drop-copy b { font-size: 12px; }.photo-drop-copy small { color: var(--muted); font-size: 8px; font-weight: 700; }.photo-drop-file { max-width: 100%; overflow: hidden; color: var(--orange); font-size: 9px; font-style: normal; font-weight: 900; text-overflow: ellipsis; white-space: nowrap; }.product-photo-field.drag-over { border-color: var(--orange); background: #fff1e8; transform: scale(1.02); }.product-photo-field.has-file { border-style: solid; border-color: var(--green); background: #edf6f0; }
.remove-product-photo {
  display: flex!important;
  align-items: center;
  align-self: end;
  min-height: 42px;
  color: #963b32!important;
}
.remove-product-photo input { width: auto!important; }
.product-edit-form { grid-template-columns: 2fr 1fr 1.3fr 1.5fr; }
.product-management .product-add-form { grid-template-columns: minmax(170px, 2fr) minmax(100px, 1fr) minmax(180px, 1.5fr) auto; }

.product-management .product-add-form {
  grid-template-columns: minmax(190px, 1.6fr) minmax(105px, .7fr) minmax(210px, 1.3fr);
  align-items: stretch;
}
.product-management .product-add-form > button {
  grid-column: 1 / -1;
  width: 100%;
}
.product-management .product-edit-form {
  grid-template-columns: minmax(190px, 1.4fr) minmax(110px, .7fr) minmax(150px, 1fr);
}
.product-edit-form .product-photo-field {
  grid-column: 1 / -1;
}
.product-edit-form .remove-product-photo {
  grid-column: 1 / -1;
  justify-self: start;
  min-height: 0;
}

.lp-zero article strong em {
  display: inline-block;
  margin-left: .08em;
  font-size: 1.7em;
  font-weight: 1000;
  line-height: .9;
  letter-spacing: -.08em;
  transform: translateY(.08em);
  text-shadow: 0 3px 0 rgba(0, 0, 0, .12);
  -webkit-text-stroke: 1.4px #efb398;
}

.lp-zero article strong em::first-letter {
  font-size: 1.14em;
}

@media (max-width: 760px) {
  .lp-checks {
    display: grid;
    font-size: 15px;
  }
  .lp-hero h1 em { font-size: .7em; }
  .store-profile-form { grid-template-columns: 1fr; }
  .staff-entry-card { grid-template-columns: 1fr; text-align: center; }
  .staff-entry-copy p { margin-inline: auto; }
  .staff-entry-qr { width: 190px; margin: auto; }
  .menu-product-row { grid-template-columns: auto 54px 1fr; }
  .menu-product-state,.menu-product-actions { grid-column: 2 / -1; }
  .menu-product-thumb { width: 50px; height: 50px; }
  .product-edit-form,.product-management .product-add-form { grid-template-columns: 1fr; }
}
.lp-operation-points {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: -3px 0 10px;
}

.lp-operation-points strong {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border: 2px solid var(--lp-red);
  border-radius: 999px;
  padding: 8px 12px;
  color: var(--lp-red);
  background: rgba(255, 253, 248, .58);
  font-size: 14px;
  font-weight: 900;
}

.lp-operation-points strong::before {
  content: "✓";
  display: grid;
  place-items: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--lp-red);
  color: white;
  font-size: 11px;
}
.lp-team-operation {
  margin-top: 24px;
  padding: 19px 21px;
  border: 1px solid rgba(23, 62, 58, .18);
  border-radius: 17px;
  background: rgba(255, 253, 248, .55);
}
.lp-team-operation small {
  display: block;
  margin-bottom: 6px;
  color: var(--lp-red);
  font-size: 10px;
  font-weight: 1000;
  letter-spacing: .16em;
}
.lp-team-operation strong {
  display: block;
  color: var(--lp-teal);
  font-size: clamp(18px, 2.3vw, 25px);
  line-height: 1.35;
}
.lp-team-operation p {
  margin: 8px 0 0 !important;
  color: #5f6964 !important;
  font-size: 13px !important;
  line-height: 1.75 !important;
}
.lp-hero-copy > .lp-kicker {
  font-size: clamp(16px, 1.35vw, 21px);
  line-height: 1.55;
  letter-spacing: .06em;
  font-weight: 1000;
}
.lp-store-roles {
  max-width: 1040px !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

@media (max-width: 760px) {
  .lp-store-roles { grid-template-columns: 1fr !important; }
}
.owner-account-forms {
  display: grid;
  grid-template-columns: 1fr 1.35fr;
  gap: 18px;
}

.owner-account-forms form {
  display: grid;
  align-content: start;
  gap: 11px;
  padding: 17px;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: #faf7f0;
}

.owner-account-forms label {
  display: grid;
  gap: 6px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
}

.owner-account-forms button {
  min-height: 45px;
  border: 0;
  border-radius: 11px;
  background: var(--green);
  color: white;
  font-weight: 900;
  box-shadow: 0 6px 16px rgba(44, 101, 75, .18);
}

.owner-page .owner-account-forms .password-visibility,
.login-card .password-visibility {
  min-height: 0;
  transform: translateY(-50%) !important;
  filter: none !important;
  box-shadow: none !important;
  transition: background-color .14s ease, border-color .14s ease, color .14s ease !important;
}

.owner-page .owner-account-forms .password-visibility:hover,
.owner-page .owner-account-forms .password-visibility:active,
.login-card .password-visibility:hover,
.login-card .password-visibility:active {
  transform: translateY(-50%) !important;
  filter: none !important;
  box-shadow: none !important;
}

.owner-email-verification > strong { font-size: 17px; overflow-wrap: anywhere; }
.owner-email-verification > p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.65; }
.owner-email-verification > small { padding: 9px 11px; border-radius: 9px; background: #eaf5ff; color: #17669a; font-weight: 800; }
.owner-email-verification > small b { font-size: 16px; letter-spacing: .12em; }
.owner-email-verification > div { display: grid; grid-template-columns: auto 1fr; gap: 8px; }
.owner-email-verification > div button:first-child { background: #e6e1d8; color: var(--muted); box-shadow: none; }

@media (max-width: 760px) {
  .owner-account-forms { grid-template-columns: 1fr; }
}
.owner-tabs { grid-template-columns: repeat(4, minmax(0, 1fr)); }

@media (max-width: 560px) {
  .owner-tabs button { padding-inline: 5px; font-size: 12px; }
}
.lp-split-note {
  display: block;
  margin-top: 12px;
  padding: 10px 11px;
  border-radius: 11px;
  background: #f3e9fa;
  color: #69408f;
  font-size: 12px;
  line-height: 1.55;
  font-weight: 900;
}

.lp-reorder-note {
  display: block;
  margin-top: 12px;
  padding: 10px 11px;
  border-radius: 11px;
  background: #fff0e8;
  color: var(--lp-red);
  font-size: 12px;
  line-height: 1.55;
  font-weight: 900;
}
.cart-toggle { display: none; }

@media (max-width: 720px) {
  .ledger-handle {
    top: auto;
    right: 14px;
    bottom: max(16px, env(safe-area-inset-bottom));
    width: auto;
    min-height: 48px;
    padding: 9px 13px;
    border-radius: 999px;
    transform: none;
    flex-direction: row;
    gap: 7px;
  }

  .ledger-handle.has-cart { bottom: calc(max(16px, env(safe-area-inset-bottom)) + 94px); }
  .ledger-handle span { writing-mode: horizontal-tb; font-size: 14px; letter-spacing: 0; }
  .ledger-handle small { writing-mode: horizontal-tb; font-size: 10px; }

  .cartbar {
    bottom: max(10px, env(safe-area-inset-bottom));
    width: calc(100vw - 20px);
    max-height: min(58vh, 460px);
    padding: 9px 10px;
    border-radius: 16px;
  }

  .cartbar:not(.expanded) .cart-items { display: none; }
  .cartbar.expanded .cart-items { display: block; max-height: 38vh; }
  .cart-footer { display: grid; grid-template-columns: auto 1fr auto; gap: 9px; padding-top: 0; }
  .cart-footer > div { min-width: 0; }
  .cart-footer > div strong { font-size: 18px; }
  .cart-footer > button[data-submit-order] { padding: 12px 15px; white-space: nowrap; }
  .cart-footer > .cart-toggle {
    display: inline-flex;
    align-items: center;
    border: 1px solid rgba(255,255,255,.3);
    border-radius: 10px;
    padding: 9px 10px;
    background: rgba(255,255,255,.1);
    color: white;
    font-size: 11px;
    font-weight: 900;
  }

  .cartbar.expanded .cart-footer { margin-top: 8px; }
}

/* Real product screens: connect the promise to the actual customer and staff UI. */
.lp-checkout-trust { display: grid; grid-template-columns: auto minmax(0, 1fr); align-items: center; gap: 7px 24px; width: min(1120px, 100%); margin: 34px auto 0; padding: 25px 30px; border: 2px solid rgba(239, 179, 152, .65); border-radius: 20px; background: #fffaf1; color: var(--lp-teal); text-align: left; box-shadow: 0 18px 45px rgba(0, 0, 0, .14); }
.lp-checkout-trust small { grid-row: 1 / 3; align-self: stretch; display: grid; place-items: center; padding-right: 24px; border-right: 1px solid #e3d3c5; color: var(--lp-red); font-size: 10px; font-weight: 1000; letter-spacing: .14em; writing-mode: vertical-rl; }
.lp-checkout-trust strong { font-size: clamp(21px, 2.7vw, 34px); line-height: 1.35; }
.lp-checkout-trust strong em { color: var(--lp-red); font-style: normal; }
.lp-checkout-trust p { margin: 0; color: #6d746f; font-size: 13px; line-height: 1.7; }
.lp-service-loop {
  position: relative;
  display: grid;
  grid-template-columns: minmax(560px, .9fr) minmax(720px, 1.1fr);
  grid-template-areas: "kicker cycle" "heading cycle" "copy cycle";
  align-items: center;
  column-gap: 40px;
  overflow: hidden;
  padding: 54px max(calc(50vw - 700px), 48px);
  background: #fffaf1;
  text-align: left;
}
.lp-service-loop::before { content: ""; position: absolute; width: 680px; height: 680px; top: 50%; right: max(calc(50vw - 700px), 20px); border: 1px solid rgba(201, 79, 54, .09); border-radius: 50%; transform: translateY(-50%); }
.lp-service-loop > * { position: relative; z-index: 1; }
.lp-service-loop > .lp-kicker { grid-area: kicker; align-self: end; justify-self: end; width: min(620px, 100%); margin: 0 0 14px; }
.lp-loop-cycle { grid-area: cycle; position: relative; width: min(720px, 100%); aspect-ratio: 720 / 500; margin: 0 auto; }
.lp-loop-cycle > svg { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; }
.lp-loop-cycle svg circle { fill: none; stroke: var(--lp-red); stroke-width: 30; vector-effect: non-scaling-stroke; }
.lp-loop-cycle svg .lp-loop-arrow { fill: var(--lp-red); stroke: #fffaf1; stroke-width: 4; paint-order: stroke fill; vector-effect: non-scaling-stroke; }
.lp-loop-cycle span { position: absolute; display: grid; place-items: center; align-content: center; width: clamp(132px, 19vw, 180px); aspect-ratio: 1; border: 3px solid var(--lp-red); border-radius: 50%; background: #fffdf8; box-shadow: 0 15px 35px rgba(58, 44, 34, .1); }
.lp-loop-cycle span > i { display: grid; place-items: center; width: 52px; height: 52px; margin-bottom: 1px; color: var(--lp-red); }
.lp-loop-cycle span > i svg { position: static; width: 48px; height: 48px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.lp-loop-cook { top: 0; left: 50%; border-color: var(--lp-teal) !important; background: var(--lp-teal) !important; color: #fff; transform: translateX(-50%); }
.lp-loop-order { left: 14%; bottom: 7%; }
.lp-loop-serve { right: 14%; bottom: 7%; border-color: #2c6a5d !important; background: #e7f0eb !important; }
.lp-loop-cycle small { margin-bottom: 5px; color: #847a70; font-size: 12px; font-weight: 900; letter-spacing: .1em; }
.lp-loop-cook small { color: #a9cbc0; }
.lp-loop-cook > i { background: rgba(255, 255, 255, .14) !important; color: #fff !important; }
.lp-loop-serve > i { background: rgba(44, 106, 93, .12) !important; color: var(--lp-teal) !important; }
.lp-loop-cycle strong { color: var(--lp-red); font-size: clamp(19px, 2.3vw, 28px); }
.lp-loop-cook strong { color: #fff; }
.lp-loop-serve strong { color: var(--lp-teal); }
.lp-loop-core { position: absolute; top: 55%; left: 50%; display: grid; place-items: center; align-content: center; width: 122px; aspect-ratio: 1; border: 1px solid rgba(23, 62, 58, .18); border-radius: 50%; background: rgba(255, 250, 241, .94); color: var(--lp-teal); text-align: center; box-shadow: 0 9px 24px rgba(23, 62, 58, .1); transform: translate(-50%, -50%); }
.lp-loop-core small { margin: 0 0 5px; color: var(--lp-red); font-size: 10px; letter-spacing: .12em; }
.lp-loop-core strong { font-size: 17px; line-height: 1.4; }
.lp-loop-core > i { display: flex; align-items: center; gap: 13px; margin-top: 8px; }
.lp-loop-core > i::before,.lp-loop-core > i::after { width: 14px; height: 1px; background: rgba(44, 106, 93, .42); content: ""; }
.lp-loop-core > i b { width: 5px; height: 5px; border-radius: 50%; background: var(--lp-red); }
.lp-loop-core > i b:nth-child(2) { background: var(--lp-teal); }
.lp-loop-core > i b:nth-child(3) { background: #2c6a5d; }
.lp-loop-state { position: absolute; z-index: 2; padding: 9px 17px; border: 2px solid #fffaf1; border-radius: 999px; background: var(--lp-red); color: #fff; font-size: 18px; font-style: normal; font-weight: 1000; line-height: 1; letter-spacing: .04em; box-shadow: 0 5px 13px rgba(88, 46, 34, .16); }
.lp-loop-state.state-order { top: 29%; left: 11%; transform: none; }
.lp-loop-state.state-ready { top: 29%; right: 11%; transform: none; }
.lp-loop-state.state-served { bottom: 10%; left: 50%; transform: translateX(-50%); }
.lp-loop-cycle > b { position: absolute; left: 50%; bottom: 1%; padding: 5px 10px; border-radius: 99px; background: #fffaf1; color: #a55c45; font-size: 10px; letter-spacing: .08em; transform: translateX(-50%); }
.lp-flow-panel { aspect-ratio: auto; align-self: center; padding: 28px; border: 1px solid rgba(23, 62, 58, .15); border-radius: 26px; background: #fffdf8; box-shadow: 0 20px 55px rgba(23, 62, 58, .11); }
.lp-flow-head { display: flex; align-items: end; justify-content: space-between; gap: 20px; padding-bottom: 18px; border-bottom: 2px solid var(--lp-teal); }
.lp-flow-panel .lp-flow-head small { margin: 0; color: var(--lp-red); font-size: 10px; font-weight: 1000; letter-spacing: .14em; }
.lp-flow-panel .lp-flow-head strong { color: var(--lp-teal); font-size: 24px; }
.lp-flow-panel ol { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }
.lp-flow-panel li { position: relative; display: grid; grid-template-columns: 48px 1fr auto; align-items: center; gap: 16px; min-height: 102px; border-bottom: 1px solid rgba(23, 62, 58, .12); }
.lp-flow-panel li:not(:last-child)::after { position: absolute; bottom: -10px; left: 18px; z-index: 2; width: 18px; height: 18px; border-right: 2px solid var(--lp-red); border-bottom: 2px solid var(--lp-red); background: #fffdf8; content: ""; transform: rotate(45deg); }
.lp-flow-panel li > b { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 12px; background: var(--lp-teal); color: #fff; font-size: 14px; }
.lp-flow-panel li > span { position: static; display: grid; place-items: start; align-content: center; width: auto; aspect-ratio: auto; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
.lp-flow-panel li > span small { margin: 0 0 4px; color: #8a8178; font-size: 10px; letter-spacing: .12em; }
.lp-flow-panel li > span strong { color: var(--lp-teal); font-size: 24px; line-height: 1.25; }
.lp-flow-panel li > em { min-width: 112px; padding: 11px 16px; border-radius: 999px; background: #f2e3da; color: #a84b32; font-size: 18px; font-style: normal; font-weight: 1000; line-height: 1; text-align: center; }
.lp-flow-panel li:nth-child(2) > em { background: var(--lp-teal); color: #fff; }
.lp-flow-panel li:nth-child(3) > em { background: #e1eee7; color: #2c6a5d; }
.lp-flow-return { display: flex; align-items: center; gap: 14px; margin-top: 17px; padding: 13px 16px; border: 1px solid rgba(201, 79, 54, .22); border-radius: 15px; background: #faf0e8; }
.lp-flow-return > b { display: grid; place-items: center; flex: 0 0 39px; width: 39px; height: 39px; border-radius: 50%; background: var(--lp-red); color: #fff; font-size: 25px; line-height: 1; }
.lp-flow-return > span { position: static; display: grid; place-items: start; width: auto; aspect-ratio: auto; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
.lp-flow-return > span small { margin: 0 0 2px; color: #a55c45; font-size: 9px; letter-spacing: .12em; }
.lp-flow-return > span strong { color: var(--lp-teal); font-size: 17px; }
.lp-flow-panel > p { display: flex; align-items: center; justify-content: center; gap: 9px; margin: 20px 0 0; color: #596861; font-size: 13px; font-weight: 900; }
.lp-flow-panel > p i { width: 9px; height: 9px; border-radius: 50%; background: #2c9b68; box-shadow: 0 0 0 5px rgba(44, 155, 104, .12); }
.lp-service-loop h2 { grid-area: heading; justify-self: end; width: min(620px, 100%); margin: 0; color: var(--lp-teal); font-size: clamp(37px, 3.6vw, 54px); line-height: 1.25; letter-spacing: -.04em; transform: translateX(80px); }
.lp-service-loop > p:last-child { grid-area: copy; align-self: start; justify-self: end; width: min(620px, 100%); margin: 20px 0 0; color: #5e6965; font-size: 15px; line-height: 1.95; transform: translateX(80px); }
.lp-service-loop > .lp-kicker { transform: translateX(80px); }
.lp-entry > p:nth-of-type(2) { max-width: 820px; margin-right: auto; margin-left: auto; font-size: 15px; line-height: 1.95; }
.lp-operation {
  grid-template-columns: 110px minmax(300px, .9fr) minmax(390px, 1.1fr);
  gap: clamp(28px, 4vw, 58px);
  padding-right: max(5vw, 24px);
  padding-left: max(5vw, 24px);
}
.lp-operation > span { width: 110px; height: 110px; font-size: 48px; }
.lp-live-proof,.lp-order-proof { margin: 0; overflow: hidden; border-radius: 28px; box-shadow: 0 22px 55px rgba(23, 62, 58, .18); }
.lp-live-proof { align-self: center; border: 8px solid #fffaf1; background: #fffaf1; transform: none; }
.lp-live-proof img { display: block; width: 100%; height: auto; border-radius: 20px 20px 8px 8px; object-fit: cover; }
.lp-live-video { position: relative; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); place-items: center; gap: 16px; min-height: 500px; padding: 22px 18px 38px; overflow: hidden; border-radius: 20px 20px 8px 8px; background: radial-gradient(circle at 50% 35%, #285e54 0, #153f3a 58%, #102f2b 100%); }
.lp-demo-device { position: relative; display: grid; justify-items: center; gap: 8px; min-width: 0; }
.lp-demo-device > b { color: #bcd4cd; font-size: 10px; letter-spacing: .15em; }
.lp-demo-device video { display: block; width: min(100%, 220px); height: auto; max-height: 470px; border: 6px solid #1c2522; border-radius: 27px; background: var(--lp-cream); box-shadow: 0 18px 42px rgba(0, 0, 0, .32); }
.lp-video-play { display: none; position: absolute; left: 50%; top: 50%; z-index: 2; transform: translate(-50%, -50%); border: 2px solid rgba(255,255,255,.9); border-radius: 999px; padding: 10px 16px; background: rgba(11,38,34,.88); color: #fff; font: 900 13px inherit; box-shadow: 0 8px 24px rgba(0,0,0,.3); }
.lp-demo-device.needs-play .lp-video-play { display: block; }
.lp-live-video > span { position: absolute; right: 16px; bottom: 14px; border: 1px solid rgba(255,255,255,.42); border-radius: 999px; padding: 7px 10px; background: rgba(11,38,34,.72); color: white; font-size: 9px; font-weight: 1000; letter-spacing: .13em; backdrop-filter: blur(8px); }
.lp-live-proof figcaption { display: grid; gap: 5px; padding: 18px 20px 20px; text-align: left; }
.lp-live-proof figcaption small,.lp-order-proof figcaption small { color: var(--lp-red); font-size: 10px; font-weight: 1000; letter-spacing: .14em; }
.lp-live-proof figcaption strong,.lp-order-proof figcaption strong { color: var(--lp-teal); font-size: 20px; line-height: 1.45; }
.lp-live-proof figcaption span,.lp-order-proof figcaption span { color: #6d746f; font-size: 12px; line-height: 1.7; }
.lp-order-proof { display: grid; grid-template-columns: minmax(220px, 340px) 1fr; align-items: center; gap: clamp(30px, 6vw, 75px); width: min(920px, 100%); margin: 56px auto 0; padding: 34px clamp(34px, 6vw, 70px); background: var(--lp-teal); text-align: left; }
.lp-order-proof img { display: block; width: min(100%, 280px); height: auto; max-height: 520px; margin: 0 auto; border: 7px solid #1c2522; border-radius: 31px; object-fit: contain; box-shadow: 0 18px 40px rgba(0, 0, 0, .28); }
.lp-order-proof figcaption { display: grid; gap: 10px; }
.lp-order-proof figcaption small { color: #efb398; }
.lp-order-proof figcaption strong { color: #fff; font-size: clamp(25px, 2.7vw, 38px); line-height: 1.45; }
.lp-order-proof figcaption span { color: #cddbd7; font-size: 14px; }
.lp-order-proof figcaption > p { max-width: 620px; margin: 8px 0 10px; color: #cddbd7; font-size: 15px; line-height: 1.9; }
.lp-order-proof figcaption ul { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.lp-order-proof figcaption li { display: grid; grid-template-columns: minmax(150px, auto) 1fr; gap: 8px 18px; align-items: baseline; padding-top: 10px; border-top: 1px solid rgba(255, 255, 255, .14); text-align: left; }
.lp-order-proof figcaption li b { color: #fff; font-size: 14px; }
.lp-order-proof figcaption li span { line-height: 1.7; }
@media (max-width: 1450px) {
  .lp-service-loop { grid-template-columns: minmax(400px, .8fr) minmax(540px, 1.2fr); column-gap: 30px; padding-right: 32px; padding-left: 32px; }
  .lp-service-loop h2,.lp-service-loop > p:last-child,.lp-service-loop > .lp-kicker { transform: none; }
}
@media (max-width: 1050px) {
  .lp-service-loop { grid-template-columns: minmax(280px, .75fr) minmax(430px, 1.25fr); column-gap: 30px; padding-right: 32px; padding-left: 32px; }
  .lp-service-loop h2 { font-size: 38px; }
  .lp-operation { grid-template-columns: 90px 1fr; }
  .lp-operation > span { width: 90px; height: 90px; font-size: 40px; }
  .lp-live-proof { grid-column: 1 / -1; width: min(760px, 100%); margin: 8px auto 0; transform: none; }
}
@media (max-width: 760px) {
  .lp-conversation-benefit { grid-template-columns: 1fr; gap: 12px; margin-bottom: 30px; padding: 23px 20px; text-align: center; }
  .lp-conversation-benefit strong { font-size: 23px; }
  .lp-checkout-trust { grid-template-columns: 1fr; padding: 23px 20px; text-align: center; }
  .lp-checkout-trust small { grid-row: auto; display: block; padding: 0 0 10px; border-right: 0; border-bottom: 1px solid #e3d3c5; writing-mode: horizontal-tb; }
  .lp-checkout-trust strong { font-size: 23px; }
  .lp-service-loop { display: block; padding: 62px 16px; text-align: center; }
  .lp-service-loop::before { width: 410px; height: 410px; top: 48%; right: auto; left: 50%; transform: translate(-50%, -50%); }
  .lp-service-loop > .lp-kicker { margin-bottom: 0; }
  .lp-loop-cycle { width: min(390px, 100%); margin-top: 25px; }
  .lp-loop-cycle span { width: min(29vw, 112px); border-width: 2px; }
  .lp-loop-cycle span > i { width: 31px; height: 31px; margin-bottom: 0; }
  .lp-loop-cycle span > i svg { width: 29px; height: 29px; }
  .lp-loop-order { left: 15%; bottom: 9%; }
  .lp-loop-serve { right: 15%; bottom: 9%; }
  .lp-loop-cycle small { margin-bottom: 4px; font-size: 8px; }
  .lp-loop-cycle strong { font-size: clamp(14px, 4.3vw, 18px); }
  .lp-loop-cycle svg circle { stroke-width: 16; }
  .lp-loop-core { width: 78px; }
  .lp-loop-core small { margin-bottom: 2px; font-size: 6px; }
  .lp-loop-core strong { font-size: 9px; }
  .lp-loop-core > i { gap: 7px; margin-top: 4px; }
  .lp-loop-core > i::before,.lp-loop-core > i::after { width: 7px; }
  .lp-loop-core > i b { width: 3px; height: 3px; }
  .lp-loop-state { display: none; }
  .lp-loop-cycle > b { bottom: -3%; font-size: 8px; }
  .lp-flow-panel { width: 100%; padding: 20px 16px; text-align: left; }
  .lp-flow-head { align-items: flex-start; flex-direction: column; gap: 5px; }
  .lp-flow-panel .lp-flow-head strong { font-size: 22px; }
  .lp-flow-panel li { grid-template-columns: 38px 1fr auto; gap: 10px; min-height: 91px; }
  .lp-flow-panel li > b { width: 34px; height: 34px; font-size: 12px; }
  .lp-flow-panel li:not(:last-child)::after { left: 13px; }
  .lp-flow-panel li > span strong { font-size: 19px; }
  .lp-flow-panel li > em { min-width: 90px; padding: 10px 11px; font-size: 15px; }
  .lp-flow-panel > p { font-size: 12px; }
  .lp-service-loop h2 { margin-top: 8px; font-size: 34px; }
  .lp-service-loop > p:last-child { margin-top: 17px; text-align: center; }
  .lp-service-loop > .lp-kicker,.lp-service-loop h2,.lp-service-loop > p:last-child { transform: none; }
  .lp-operation { grid-template-columns: 1fr; padding-right: 18px; padding-left: 18px; }
  .lp-operation > span { margin: auto; }
  .lp-live-proof { grid-column: auto; border-width: 5px; border-radius: 22px; }
  .lp-live-video { grid-template-columns: repeat(2, 205px); justify-content: start; min-height: 460px; padding: 14px 14px 38px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .lp-live-video::-webkit-scrollbar { display: none; }
  .lp-demo-device { scroll-snap-align: center; }
  .lp-demo-device video { width: 205px; max-height: 440px; border-width: 5px; border-radius: 24px; }
  .lp-live-proof figcaption { padding: 15px; }
  .lp-live-proof figcaption strong { font-size: 17px; }
  .lp-order-proof { grid-template-columns: 1fr; gap: 26px; margin-top: 38px; padding: 26px 20px; text-align: center; }
  .lp-order-proof img { width: min(76vw, 270px); max-height: none; }
  .lp-order-proof figcaption > p { margin-right: auto; margin-left: auto; font-size: 14px; }
  .lp-order-proof figcaption li { grid-template-columns: 1fr; gap: 4px; text-align: center; }
}
