/* Shopify Clean storefront. Admin keeps its separate Dashboard Layout theme. */
.design-v2.apple-ui.shopify-ui {
  --shop-ink: #1a1a1a;
  --shop-muted: #6b7280;
  --shop-green: #008060;
  --shop-green-hover: #006e52;
  --shop-line: #e3e3e3;
  --shop-canvas: #f7f7f8;
  --apple-ink: var(--shop-ink);
  --apple-muted: var(--shop-muted);
  --apple-blue: var(--shop-green);
  --apple-blue-hover: var(--shop-green-hover);
  --apple-canvas: var(--shop-canvas);
  --apple-line: var(--shop-line);
  --apple-soft-line: var(--shop-line);
  --ref-ink: var(--shop-ink);
  --ref-muted: var(--shop-muted);
  --ref-violet: var(--shop-green);
  --ref-violet-deep: var(--shop-green);
  --ref-violet-soft: #e8f5f0;
  --ref-line: var(--shop-line);
  --ref-canvas: var(--shop-canvas);
  --pro-blue: var(--shop-green);
  color: var(--shop-ink);
  background: #fff;
  font-family: "PingFang SC", "Microsoft YaHei", "Noto Sans SC", "Segoe UI", sans-serif;
}
.shopify-ui h1,.shopify-ui h2,.shopify-ui h3,.shopify-ui strong { color: var(--shop-ink); }
.shopify-ui .page-shell { min-height: 0; }
.shopify-ui a { transition: color .2s ease, border-color .2s ease, background-color .2s ease, box-shadow .2s ease; }
.shopify-ui :is(a,button,input,textarea,summary):focus-visible { outline: 2px solid var(--shop-green); outline-offset: 3px; }

/* A quiet storefront header and a single clear action. */
.design-v2.apple-ui.shopify-ui .site-header {
  min-height: 72px;
  padding-inline: clamp(20px,4vw,72px);
  border-bottom: 1px solid var(--shop-line);
  background: #fff;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
.shopify-ui .header-brand-logo { width: 120px; }
.shopify-ui .page-tabs { height: 72px; gap: clamp(20px,2.7vw,44px); }
.shopify-ui .page-tabs a { min-height: 44px; display: inline-flex; align-items: center; color: #4b5563; font-size: 14px; font-weight: 500; }
.shopify-ui .page-tabs a:hover,.shopify-ui .page-tabs a.is-active,.shopify-ui .page-tabs a[aria-current="page"] { color: var(--shop-ink); }
.shopify-ui .page-tabs a.is-active::after,.shopify-ui .page-tabs a[aria-current="page"]::after { height: 2px; background: var(--shop-green); }
.shopify-ui .text-link { color: #374151; font-size: 14px; }
.shopify-ui .text-link:hover { color: var(--shop-green); }
.shopify-ui .button { min-height: 46px; padding: 11px 24px; border-radius: 8px; font-size: 14px; font-weight: 600; line-height: 1.4; box-shadow: none; transition: color .2s ease, border-color .2s ease, background-color .2s ease, box-shadow .2s ease; }
.shopify-ui .button:active { transform: scale(.985); }
.design-v2.apple-ui.shopify-ui :is(.button.primary,.button.accent),
.design-v2.apple-ui.shopify-ui .site-header .button.primary,
.design-v2.apple-ui.shopify-ui #page-home .hero-actions .button.primary,
.design-v2.apple-ui.shopify-ui #page-buy .button.primary,
.design-v2.apple-ui.shopify-ui.orders-body .button.primary {
  color: #fff; border-color: var(--shop-green); border-radius: 8px; background: var(--shop-green); box-shadow: none;
}
.design-v2.apple-ui.shopify-ui :is(.button.primary,.button.accent):hover,
.design-v2.apple-ui.shopify-ui .site-header .button.primary:hover,
.design-v2.apple-ui.shopify-ui #page-home .hero-actions .button.primary:hover,
.design-v2.apple-ui.shopify-ui #page-buy .button.primary:hover,
.design-v2.apple-ui.shopify-ui.orders-body .button.primary:hover { color: #fff; border-color: var(--shop-green-hover); background: var(--shop-green-hover); }
.shopify-ui .site-header .button.small { min-height: 42px; padding: 10px 18px; border-radius: 8px; font-size: 13px; }
.shopify-ui .button.secondary { color: var(--shop-ink); border-color: #cfd4d9; border-radius: 8px; background: #fff; }
.shopify-ui .button.secondary:hover { color: var(--shop-green); border-color: var(--shop-green); background: #f5fbf8; }

/* Homepage: a digital product preview takes the place of a product photograph. */
.design-v2.apple-ui.shopify-ui #page-home .hero {
  grid-template-columns: minmax(0,1fr) minmax(400px,.9fr);
  gap: clamp(32px,5vw,88px);
  max-width: 1440px;
  min-height: 570px;
  padding: 74px clamp(28px,5vw,76px) 66px;
  background: #fff;
}
.shopify-ui #page-home .hero::before,.shopify-ui #page-home .hero::after { display: none; }
.design-v2.apple-ui.shopify-ui #page-home .hero h1 { max-width: 640px; font-size: clamp(46px,5vw,68px); font-weight: 700; line-height: 1.16; letter-spacing: -.055em; }
.design-v2.apple-ui.shopify-ui #page-home .hero .lead { max-width: 560px; margin-top: 24px; color: var(--shop-muted); font-size: clamp(16px,1.45vw,19px); line-height: 1.75; letter-spacing: 0; }
.shopify-ui #page-home .hero-actions { margin-top: 32px; gap: 12px; }
.shopify-ui #page-home .hero-actions .button { min-width: 156px; }
.shopify-ui #page-home .platform-line { margin-top: 32px; color: #9ca3af; font-size: 13px; }
.shopify-ui #page-home .platform-line a { color: #4b5563; }
.shopify-ui #page-home .platform-line a:hover { color: var(--shop-green); }
.shopify-ui .atlas-visual { width: 100%; min-height: 410px; justify-self: stretch; }
.shopify-ui .atlas-visual::before { display: none; }
.shopify-ui .connection-window { width: min(100%,520px); border: 1px solid var(--shop-line); border-radius: 10px; background: #fff; box-shadow: 0 12px 40px rgba(26,26,26,.08); backdrop-filter: none; transform: none; }
.shopify-ui .connection-window:hover { transform: none; box-shadow: 0 16px 42px rgba(26,26,26,.11); }
.shopify-ui .connection-window-toolbar { min-height: 44px; border-bottom-color: var(--shop-line); background: #fff; }
.shopify-ui .window-dots i { border-color: #e6e6e6; background: #e6e6e6; }
.shopify-ui .window-dots i:first-child { background: #eb7067; border-color: #eb7067; }
.shopify-ui .window-dots i:nth-child(2) { background: #edbf55; border-color: #edbf55; }
.shopify-ui .window-dots i:nth-child(3) { background: #5fc18d; border-color: #5fc18d; }
.shopify-ui .connection-window-body { min-height: 330px; }
.shopify-ui .connection-window-sidebar { border-right-color: var(--shop-line); background: var(--shop-canvas); }
.shopify-ui .connection-window-sidebar span { color: #4b5563; border-radius: 7px; }
.shopify-ui .connection-window-sidebar span.is-current { color: var(--shop-green); background: #e8f5f0; }
.shopify-ui .connection-orb { width: 94px; height: 94px; border: 8px solid #e8f5f0; background: var(--shop-green); box-shadow: none; }
.shopify-ui .connection-orb::after { content: ""; display: block; width: 25px; height: 14px; margin: 25px auto; border-bottom: 4px solid #fff; border-left: 4px solid #fff; transform: rotate(-45deg); }
.shopify-ui .connection-window-main small { color: var(--shop-muted); font-size: 13px; }
.design-v2.apple-ui.shopify-ui .home-steps { max-width: none; margin: 0; padding: 38px clamp(28px,5vw,76px) 44px; background: var(--shop-canvas); }
.shopify-ui .home-steps article { display: flex; gap: 20px; align-items: center; min-height: 75px; padding: 0 clamp(15px,3vw,52px); border-right-color: var(--shop-line); text-align: left; }
.shopify-ui .home-steps article:first-child { padding-left: 0; }
.shopify-ui .home-steps > article > span { display: grid; flex: 0 0 46px; width: 46px; height: 46px; margin: 0; place-items: center; color: var(--shop-green); border: 1px solid var(--shop-line); border-radius: 50%; background: #fff; font-size: 15px; }
.shopify-ui .home-steps h2 { font-size: 18px; font-weight: 650; letter-spacing: -.02em; }
.shopify-ui .home-steps p { margin-top: 5px; color: var(--shop-muted); font-size: 13px; }

/* Single digital plan and checkout. */
.design-v2.apple-ui.shopify-ui #page-buy,.design-v2.apple-ui.shopify-ui #page-guide,.design-v2.apple-ui.shopify-ui #page-support { max-width: 1320px; padding: 54px clamp(20px,5vw,76px) 84px; background: #fff; }
.shopify-ui #page-buy .buy-heading { max-width: 1120px; margin-bottom: 30px; text-align: center; }
.design-v2.apple-ui.shopify-ui #page-buy .buy-heading h2,.design-v2.apple-ui.shopify-ui #page-guide .section-heading h2,.design-v2.apple-ui.shopify-ui #page-support .support-copy h2 { font-size: clamp(34px,3.6vw,48px); font-weight: 700; line-height: 1.2; letter-spacing: -.035em; }
.shopify-ui #page-buy .buy-heading p { margin-top: 12px; color: var(--shop-muted); font-size: 15px; }
.shopify-ui #page-buy .checkout-grid { max-width: 1120px; }
.design-v2.apple-ui.shopify-ui #page-buy .purchase-panel { padding: clamp(24px,3vw,40px); border: 1px solid var(--shop-line); border-radius: 10px; background: #fff; box-shadow: 0 4px 16px rgba(26,26,26,.025); }
.shopify-ui #page-buy .purchase-panel .form { gap: 22px; }
.design-v2.apple-ui.shopify-ui #page-buy .ai-offer { grid-template-columns: minmax(0,1fr) auto; gap: 24px; padding: 0; border: 0; border-radius: 0; background: #fff; }
.shopify-ui #page-buy .ai-offer-kicker { color: var(--shop-green); font-size: 13px; font-weight: 700; }
.design-v2.apple-ui.shopify-ui #page-buy .ai-offer h3 { margin-top: 8px; font-size: clamp(23px,2.35vw,30px); font-weight: 700; line-height: 1.3; letter-spacing: -.025em; }
.shopify-ui #page-buy .ai-offer p { max-width: 690px; margin-top: 10px; color: var(--shop-muted); font-size: 14px; line-height: 1.65; }
.shopify-ui #page-buy .ai-offer-features { display: none; }
.design-v2.apple-ui.shopify-ui #page-buy .ai-offer-price { align-content: center; min-width: 152px; padding-left: 28px; border-left: 1px solid var(--shop-line); }
.shopify-ui #page-buy .ai-offer-price small,.shopify-ui #page-buy .ai-offer-price span { color: var(--shop-muted); }
.design-v2.apple-ui.shopify-ui #page-buy .ai-offer-price strong { color: var(--shop-ink); font-size: 45px; font-weight: 750; }
.design-v2.apple-ui.shopify-ui #page-buy .ai-usage-note { margin: 0; padding: 0 0 22px; color: #4b5563; border: 0; border-bottom: 1px solid var(--shop-line); border-radius: 0; background: none; font-size: 13px; }
.shopify-ui #page-buy .ai-usage-note strong { color: var(--shop-ink); }
.shopify-ui #page-buy .duration-field legend,.shopify-ui #page-buy .checkout-details .field > span,.shopify-ui #page-buy .checkout-details .field legend { color: var(--shop-ink); font-size: 14px; font-weight: 650; }
.shopify-ui #page-buy .duration-select { gap: 12px; }
.design-v2.apple-ui.shopify-ui #page-buy .duration-plan { min-height: 90px; gap: 10px; padding: 16px; border: 1px solid var(--shop-line); border-radius: 8px; background: #fff; box-shadow: none; }
.shopify-ui #page-buy .duration-plan:hover { border-color: var(--shop-green); box-shadow: 0 4px 12px rgba(26,26,26,.05); }
.design-v2.apple-ui.shopify-ui #page-buy .duration-plan.is-selected { padding: 16px; border: 2px solid var(--shop-green); background: #f5fbf8; box-shadow: none; }
.shopify-ui #page-buy .duration-plan strong { font-size: 14px; }
.design-v2.apple-ui.shopify-ui #page-buy .duration-plan span { color: var(--shop-ink); font-family: inherit; font-size: 21px; font-weight: 700; }
.shopify-ui #page-buy .duration-plan.is-selected span { color: var(--shop-green); }
.shopify-ui #page-buy .checkout-details { grid-template-columns: 1fr 1fr; gap: 24px; }
.shopify-ui #page-buy .payment-methods { gap: 9px; }
.shopify-ui #page-buy .payment-method { min-height: 50px; border-color: var(--shop-line); border-radius: 8px; background: #fff; }
.shopify-ui #page-buy .payment-method:hover { border-color: var(--shop-green); }
.design-v2.apple-ui.shopify-ui #page-buy .payment-method:has(input:checked) { border-color: var(--shop-green); background: #f5fbf8; box-shadow: none; }
.shopify-ui #page-buy .payment-method input { accent-color: var(--shop-green); }
.shopify-ui #page-buy .payment-method strong { font-size: 13px; }
.shopify-ui #page-buy .payment-method small { color: var(--shop-muted); font-size: 11px; }
.shopify-ui input,.shopify-ui textarea,.shopify-ui select { min-height: 46px; padding: 11px 14px; color: var(--shop-ink); border: 1px solid var(--shop-line); border-radius: 8px; background: #fff; font: inherit; }
.shopify-ui input:focus,.shopify-ui textarea:focus,.shopify-ui select:focus { border-color: var(--shop-green); box-shadow: 0 0 0 3px rgba(0,128,96,.13); }
.design-v2.apple-ui.shopify-ui #page-buy .checkout-submit { grid-template-columns: 1fr; gap: 12px; padding: 18px 0 0; border: 0; border-top: 1px solid var(--shop-line); border-radius: 0; background: #fff; }
.shopify-ui #page-buy .selected-price { justify-content: space-between; }
.shopify-ui #page-buy .selected-price-label { color: var(--shop-muted); font-size: 14px; }
.shopify-ui #page-buy .selected-price .price-line strong { color: var(--shop-ink); font-size: 28px; font-weight: 750; }
.shopify-ui #page-buy .checkout-submit .button { width: 100%; min-height: 50px; border-radius: 8px; }
.shopify-ui #page-buy .result-panel { border-color: var(--shop-line); border-radius: 10px; background: #fff; }

/* Editorial guidance, support, lookup, and the preserved information footer. */
.shopify-ui #page-guide .section-heading.centered { text-align: left; }
.shopify-ui #page-guide .guide-grid { margin-top: 40px; }
.shopify-ui #page-guide .guide-grid article { min-height: 270px; border-color: var(--shop-line); }
.shopify-ui #page-guide .guide-title-index,.shopify-ui .faq-index { color: var(--shop-green); }
.shopify-ui .client-downloads a { min-height: 38px; color: var(--shop-ink); border-color: var(--shop-line); border-radius: 8px; background: #fff; }
.shopify-ui .client-downloads a:hover { color: var(--shop-green); border-color: var(--shop-green); }
.shopify-ui .faq-section,.shopify-ui .official-faq-section { border: 1px solid var(--shop-line); border-radius: 10px; background: #fff; }
.shopify-ui .faq-item,.shopify-ui .official-faq-list details { border-color: var(--shop-line); }
.shopify-ui .support-card { border: 1px solid var(--shop-line); border-radius: 10px; background: var(--shop-canvas); }
.shopify-ui .support-card p { color: var(--shop-muted); }
.design-v2.apple-ui.shopify-ui .support-card #support-email-link { color: #fff; border-color: var(--shop-green); border-radius: 8px; background: var(--shop-green); }
.design-v2.apple-ui.shopify-ui .support-card #support-email-link:hover { border-color: var(--shop-green-hover); background: var(--shop-green-hover); }
.shopify-ui .official-faq-heading a,.shopify-ui .faq-list a,.shopify-ui .official-faq-help a { color: var(--shop-green); }
.shopify-ui.orders-body,.shopify-ui .orders-shell { background: #fff; }
.shopify-ui .orders-shell { padding-top: 56px; }
.shopify-ui .orders-workspace { max-width: 1120px; grid-template-columns: minmax(270px,.8fr) minmax(0,1.4fr); gap: 24px; }
.shopify-ui .orders-assurance { padding: clamp(26px,3vw,42px); color: var(--shop-ink); border: 1px solid var(--shop-line); border-radius: 10px; background: var(--shop-canvas); }
.design-v2.apple-ui.shopify-ui.orders-body .orders-assurance h2,.design-v2.apple-ui.shopify-ui.orders-body .orders-assurance li { color: var(--shop-ink); }
.design-v2.apple-ui.shopify-ui.orders-body .orders-assurance > p,.shopify-ui .orders-security-note p { color: var(--shop-muted); }
.shopify-ui .orders-assurance h2 { margin-top: 25px; font-size: clamp(34px,3vw,44px); }
.shopify-ui .orders-assurance ul { margin-top: 35px; }
.shopify-ui .orders-assurance li { border-color: var(--shop-line); }
.shopify-ui .orders-assurance li span,.shopify-ui .orders-assurance-icon,.shopify-ui .order-query-heading span { color: var(--shop-green); }
.shopify-ui .orders-security-note { border-color: var(--shop-line); border-radius: 8px; background: #fff; }
.shopify-ui .order-query-panel { padding: clamp(26px,3vw,42px); border: 1px solid var(--shop-line); border-radius: 10px; background: #fff; box-shadow: none; }
.shopify-ui .order-query-heading h2 { font-size: 27px; }
.shopify-ui .order-query-form { gap: 18px; }
.shopify-ui .order-query-form .field small { color: var(--shop-muted); font-size: 12px; }
.shopify-ui .order-query-note { color: #4b5563; border-color: var(--shop-line); border-radius: 8px; background: var(--shop-canvas); }
.design-v2.apple-ui.shopify-ui .footer.footer-compact { max-width: none; margin: 0; padding: 52px clamp(24px,5vw,76px); border-top: 1px solid var(--shop-line); border-radius: 0; background: var(--shop-canvas); }
.design-v2.apple-ui.shopify-ui .footer.footer-compact .footer-brand strong,.design-v2.apple-ui.shopify-ui .footer.footer-compact .footer-links h3 { color: var(--shop-ink); }
.design-v2.apple-ui.shopify-ui .footer.footer-compact .footer-brand p,.design-v2.apple-ui.shopify-ui .footer.footer-compact .footer-links a { color: #4b5563; }
.design-v2.apple-ui.shopify-ui .footer.footer-compact .footer-links a:hover { color: var(--shop-green); }
.shopify-ui.site-body .chat-widget { color: #fff; border-radius: 8px; background: var(--shop-green); box-shadow: 0 5px 18px rgba(0,128,96,.16); }
.shopify-ui.site-body .chat-widget:hover { background: var(--shop-green-hover); }
.shopify-ui .agent-panel,.shopify-ui .payment-dialog { border-color: var(--shop-line); border-radius: 10px; background: #fff; }
.shopify-ui .agent-header,.shopify-ui .agent-form { background: var(--shop-canvas); }
.shopify-ui .agent-send,.shopify-ui .agent-avatar { background: var(--shop-green); }

@media (max-width: 880px) {
  .design-v2.apple-ui.shopify-ui #page-home .hero { grid-template-columns: 1fr; min-height: 0; padding-top: 58px; }
  .shopify-ui .atlas-visual { min-height: 350px; }
  .shopify-ui .orders-workspace { grid-template-columns: 1fr; }
}
@media (max-width: 720px) {
  .design-v2.apple-ui.shopify-ui .site-header { padding: 12px 18px 0; }
  .shopify-ui .page-tabs { height: 44px; gap: 0; }
  .shopify-ui .page-tabs a { justify-content: center; min-height: 44px; font-size: 13px; }
  .shopify-ui .site-header .button.small { min-height: 40px; }
  .design-v2.apple-ui.shopify-ui #page-home .hero { gap: 18px; padding: 48px 22px 36px; }
  .design-v2.apple-ui.shopify-ui #page-home .hero h1 { font-size: clamp(38px,9vw,52px); }
  .shopify-ui #page-home .hero-actions { display: grid; grid-template-columns: 1fr; }
  .shopify-ui #page-home .hero-actions .button { width: 100%; }
  .shopify-ui #page-home .platform-line { gap: 10px; margin-top: 25px; }
  .shopify-ui .atlas-visual { min-height: 270px; }
  .shopify-ui .connection-window { width: min(100%,470px); }
  .shopify-ui .connection-window-body { min-height: 230px; }
  .shopify-ui .connection-orb { width: 72px; height: 72px; border-width: 6px; }
  .shopify-ui .connection-orb::after { width: 19px; height: 10px; margin: 17px auto; border-width: 3px; }
  .shopify-ui .home-steps { padding: 16px 22px; }
  .shopify-ui .home-steps article { min-height: 0; padding: 20px 0; border: 0; border-bottom: 1px solid var(--shop-line); }
  .shopify-ui .home-steps article:last-child { border-bottom: 0; }
  .shopify-ui .home-steps > article > span { flex-basis: 42px; width: 42px; height: 42px; }
  .design-v2.apple-ui.shopify-ui #page-buy,.design-v2.apple-ui.shopify-ui #page-guide,.design-v2.apple-ui.shopify-ui #page-support { padding: 42px 18px 70px; }
  .shopify-ui #page-buy .buy-heading { text-align: left; }
  .design-v2.apple-ui.shopify-ui #page-buy .purchase-panel { padding: 22px 18px; }
  .design-v2.apple-ui.shopify-ui #page-buy .ai-offer { grid-template-columns: 1fr; gap: 10px; }
  .design-v2.apple-ui.shopify-ui #page-buy .ai-offer-price { display: flex; align-items: baseline; gap: 10px; padding: 0; border: 0; }
  .shopify-ui #page-buy .ai-offer-price strong { order: -1; }
  .shopify-ui #page-buy .ai-offer-price span { display: none; }
  .shopify-ui #page-buy .duration-select { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .shopify-ui #page-buy .checkout-details { grid-template-columns: 1fr; }
  .shopify-ui #page-buy .payment-methods { grid-template-columns: 1fr 1fr; }
  .design-v2.apple-ui.shopify-ui #page-buy .checkout-submit { position: sticky; z-index: 8; bottom: 0; margin: 0 -18px -22px; padding: 12px 18px 18px; border-top: 1px solid var(--shop-line); background: #fff; box-shadow: 0 -6px 20px rgba(26,26,26,.05); }
  .shopify-ui #page-buy .checkout-submit .button { min-height: 48px; }
  .shopify-ui.site-body:has(#page-buy.is-active) .chat-widget { bottom: 92px; }
  .shopify-ui #page-guide .guide-grid { grid-template-columns: 1fr; }
  .shopify-ui #page-guide .guide-grid article { min-height: 0; padding: 24px 0; border: 0; border-bottom: 1px solid var(--shop-line); }
  .shopify-ui .orders-shell { padding: 24px 18px 65px; }
  .shopify-ui .orders-assurance,.shopify-ui .order-query-panel { min-height: 0; padding: 26px 22px; }
  .shopify-ui .order-query-form { grid-template-columns: 1fr; }
  .shopify-ui .order-query-form .button { grid-column: auto; }
  .shopify-ui .footer.footer-compact { padding: 40px 24px; }
}
@media (max-width: 420px) {
  .shopify-ui .payment-methods { grid-template-columns: 1fr; }
  .shopify-ui #page-buy .duration-plan { min-height: 82px; }
}
@media (prefers-reduced-motion: reduce) {
  .shopify-ui *, .shopify-ui *::before, .shopify-ui *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
}
