/* BLTP layout: TalentSend's 1200px shell and 32px inner gutters.
   This standalone document never loads the corporate site's global CSS. */
.remitoa-site .container {
  width: min(1200px, 100%);
  margin-inline: auto;
  padding-inline: 32px;
}
.remitoa-site { overflow-wrap: break-word; }
.remitoa-site .hero { padding-top: 64px; }
.remitoa-site .hero-heading {
  grid-template-columns: max-content minmax(0, 1fr);
  align-items: end; gap: 32px; margin-bottom: 28px;
}
.remitoa-site .hero-copy { display: block; padding-bottom: 12px; }
.remitoa-site .hero-kicker { margin-bottom: 6px; line-height: 1.5; }
.remitoa-site .hero-lead { line-height: 1.6; }
.remitoa-site .hero-copy .os-badges { margin-top: 12px; }
.remitoa-site .hero-copy .os-badges > span { padding-block: 5px; }
.remitoa-site .hero-actions {
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap; gap: 16px 28px; margin-top: 24px;
}
.remitoa-site .hero-actions .hero-price {
  grid-area: auto; align-self: auto; flex-wrap: wrap; margin: 0;
}
.remitoa-site .hero-actions .button {
  min-height: 48px; padding: 13px 21px; font-size: 12px; gap: 36px;
}
.remitoa-site h1 { font-size: clamp(56px, 5.4vw, 74px); }
.remitoa-site .section-heading h2 { font-size: clamp(36px, 3.65vw, 48px); }
.remitoa-site .section-heading { gap: 32px; }
.remitoa-site .hero-stage { padding: 24px; overflow: visible; }
.remitoa-site .feature-layout { grid-template-columns: minmax(0, 1fr) 288px; gap: 32px; }
.remitoa-site .feature-layout.reverse { grid-template-columns: 288px minmax(0, 1fr); }
.remitoa-site .feature-visual { padding: 16px; margin-inline: 0; }
.remitoa-site .feature-list h3 { font-size: 16px; }
.remitoa-site .feature-list p { font-size: 13px; line-height: 1.95; }
.remitoa-site .section-intro { font-size: 14px; }
.remitoa-site .screen-button { position: static; border: 0; background: transparent; overflow: visible; box-shadow: none; }
.remitoa-site .screen-button > img { border: 1px solid #dce5e5; border-radius: 7px; object-fit: contain; }
.remitoa-site .screen-expand {
  position: static; display: flex; align-items: center; justify-content: flex-end;
  gap: 8px; width: auto; height: auto; padding: 9px 0 0;
  border: 0; border-radius: 0; background: transparent;
  font-size: 11px; color: #516870;
}
.remitoa-site .screen-button:hover .screen-expand { color: var(--mint-deep); background: transparent; }
.remitoa-site .screen-figure figcaption { flex-wrap: wrap; margin-top: 10px; font-size: 11px; gap: 3px 12px; }
.remitoa-site .screen-figure figcaption > span + span { font-size: 10px; }
.remitoa-site .screen-figure figcaption > span:first-child { flex-shrink: 1; }
.remitoa-site .section-footnote, .remitoa-site .jpop-note { font-size: 11px; line-height: 1.9; }
.remitoa-site .gallery-image { overflow: visible; }
.remitoa-site .gallery-image > img { object-fit: contain; }
.remitoa-site .gallery-item:hover img { transform: none; }
.remitoa-site .jpop-display { font-size: clamp(100px, 17vw, 228px); margin-left: 0; }
.remitoa-site .jpop-story p + p { font-size: 14px; }
.remitoa-site .jpop-features p { font-size: 13px; }
.remitoa-site .jpop-kicker { font-size: 15px; }
.remitoa-setup { border-top: 1px solid #e9d5ca; margin-top: 32px; padding-top: 24px; }
.remitoa-setup > span { color: #9e6253; font-size: 10px; font-weight: 700; letter-spacing: .12em; }
.remitoa-setup p { margin-top: 8px; font-size: 15px; font-weight: 600; }
.remitoa-setup small { display: block; margin-top: 7px; font-size: 11px; color: #716960; }
.remitoa-site .price-disclaimer { font-size: 11px; }
.remitoa-site .specs dl > div, .remitoa-site .faq-answer { font-size: 14px; }
.remitoa-site .faq-item summary { font-size: 15px; }
.remitoa-site .footer-links { font-size: 12px; }
.remitoa-site .closing-inner { width: 100%; padding: 36px; gap: 28px; }
.remitoa-site .closing h2 { font-size: clamp(24px, 2.45vw, 34px); }
.remitoa-site .lightbox-viewport img { object-fit: contain; }
.remitoa-site .legal-page { max-width: 900px; }
@media (max-width: 1100px) and (min-width: 980px) {
  .remitoa-site .brand > img { width: 150px; }
  .remitoa-site .brand { gap: 10px; }
  .remitoa-site .brand-by { padding-left: 10px; }
  .remitoa-site .desktop-nav { gap: 16px; }
  .remitoa-site .header-inner { gap: 18px; }
  .remitoa-site .header-actions { margin-left: 0; }
  .remitoa-site .section-heading h2 { font-size: 37px; }
}
@media (max-width: 979px) {
  .remitoa-site .hero { padding-top: 44px; }
  .remitoa-site .hero-heading { grid-template-columns: 1fr; }
  .remitoa-site .hero-copy { padding-bottom: 0; }
  .remitoa-site h1 { font-size: clamp(52px, 7.4vw, 72px); }
  .remitoa-site .feature-layout, .remitoa-site .feature-layout.reverse { grid-template-columns: 1fr; gap: 28px; }
  .remitoa-site .feature-visual, .remitoa-site .reverse .feature-visual { order: 0; }
  .remitoa-site .feature-side, .remitoa-site .reverse .feature-side { order: 1; }
  .remitoa-site .feature-list h3 { font-size: 15px; }
  .remitoa-site .feature-list p { font-size: 12px; }
  .remitoa-site .section-heading h2 { font-size: clamp(32px, 4.6vw, 44px); }
  .remitoa-site .closing-inner { padding: 32px; }
}
@media (max-width: 639px) {
  .remitoa-site .container { padding-inline: 20px; }
  .remitoa-site .header-inner { gap: 10px; }
  .remitoa-site .brand-by { display: none; }
  .remitoa-site .brand > img { width: 128px; }
  .remitoa-site .header-cta { font-size: 10px; padding: 8px; }
  .remitoa-site .hero { padding-top: 36px; }
  .remitoa-site .hero-heading { gap: 20px; margin-bottom: 24px; }
  .remitoa-site .hero-title-block .eyebrow { margin-bottom: 16px; }
  .remitoa-site .hero-actions { margin-top: 20px; gap: 14px; }
  .remitoa-site .hero-actions .button { width: 100%; justify-content: space-between; }
  .remitoa-site .hero-actions .price-detail { margin-left: 7px; }
  .remitoa-site .big-price > span { font-size: clamp(40px, 12vw, 59px); }
  .remitoa-site h1 { font-size: clamp(30px, 8.8vw, 54px); line-height: 1.5; }
  .remitoa-site .hero-stage { margin-inline: 0; padding: 12px; }
  .remitoa-site .stage-top { flex-wrap: wrap; gap: 8px; padding-inline: 0; }
  .remitoa-site .feature-visual { padding: 10px; margin-inline: 0; }
  .remitoa-site .section-heading h2 { font-size: clamp(25px, 6.4vw, 37px); line-height: 1.65; }
  .remitoa-site .section-intro { font-size: 13px; }
  .remitoa-site .screen-expand { font-size: 10px; padding-top: 8px; }
  .remitoa-site .feature-list h3 { font-size: 16px; }
  .remitoa-site .feature-list p { font-size: 13px; }
  .remitoa-site .screen-figure figcaption { display: block; font-size: 10px; }
  .remitoa-site .screen-figure figcaption > span + span { font-size: 9px; }
  .remitoa-site .tabs button { font-size: 10px; min-height: 44px; }
  .remitoa-site .gallery-grid { grid-template-columns: 1fr; gap: 26px; }
  .remitoa-site .gallery-caption { font-size: 13px; }
  .remitoa-site .gallery-caption > i { font-size: 11px; }
  .remitoa-site .jpop-display { font-size: clamp(90px, 21vw, 136px); }
  .remitoa-site .jpop-kicker { font-size: 12px; }
  .remitoa-site .jpop-story p + p { font-size: 13px; }
  .remitoa-site .jpop-features article { display: block; }
  .remitoa-site .jpop-features h3 { margin: 8px 0; font-size: 18px; }
  .remitoa-site .jpop-features p { font-size: 12px; }
  .remitoa-site .jpop-features article > span { font-size: 9px; }
  .remitoa-setup p { font-size: 13px; line-height: 2; }
  .remitoa-site .specs dl > div { grid-template-columns: 1fr; gap: 6px; }
  .remitoa-site .specs dt { font-size: 12px; }
  .remitoa-site .specs dd { font-size: 13px; }
  .remitoa-site .specs dd small { font-size: 11px; }
  .remitoa-site .faq-answer { font-size: 13px; }
  .remitoa-site .faq-item summary { font-size: 14px; }
  .remitoa-site .closing-inner { padding: 24px 20px; }
  .remitoa-site .closing h2 { font-size: clamp(24px, 6vw, 32px); }
  .remitoa-site .footer-links { font-size: 11px; }
  .remitoa-site .footer-bottom { font-size: 10px; }
  .remitoa-site .lightbox-bar { flex-wrap: wrap; }
  .remitoa-site .lightbox-bar h2 { font-size: 13px; }
  .remitoa-site .lightbox-tools { margin-left: auto; }
}
@media print {
  .remitoa-site .hero-actions .button { display: none; }
}
@media (max-width: 359px) {
  .remitoa-site .container { padding-inline: 16px; }
  .remitoa-site .header-inner { gap: 6px; }
  .remitoa-site .brand > img { width: 110px; }
  .remitoa-site .header-cta { font-size: 9px; padding: 7px; }
  .remitoa-site .header-cta .icon { display: none; }
  .remitoa-site .tabs button { font-size: 9px; }
}

/* Product price: confirmed excluding tax; show the total alongside it. */
.remitoa-site .price-amount > div { display: flex; align-items: baseline; gap: 6px; }
.remitoa-site .price-tax-note { display: block; margin: 4px 0 0; color: var(--muted); font-size: 14px; line-height: 1.6; font-weight: 500; letter-spacing: 0; }
.remitoa-site .big-price { flex-wrap: wrap; row-gap: 0; margin-bottom: 0; }
.remitoa-site .price-card-price > .price-tax-note { margin-bottom: 20px; }
.remitoa-site .sales-amount > div > strong { font-size: clamp(28px, 5vw, 48px); font-weight: 750; letter-spacing: -.04em; }
.remitoa-site .sales-amount > div { text-align: right; }
@media (max-width: 540px) {
 .remitoa-site .hero-price { flex-wrap: wrap; }
 .remitoa-site .sales-amount { flex-wrap: wrap; gap: 12px; }
 .remitoa-site .sales-amount > div { text-align: left; }
}

/* Shared BLTP product naming. */
.remitoa-site .bltp-brand-prefix{font:700 12px/1.2 sans-serif;letter-spacing:.06em;flex-shrink:0}
