:root {
  --paper: #f4f2ed;
  --paper-deep: #e9e6df;
  --white: #fffefa;
  --ink: #181b1f;
  --ink-soft: #59616a;
  --muted: #8d9398;
  --line: #d6d5d0;
  --red: #e64239;
  --red-deep: #bd2d2c;
  --navy: #101b27;
  --navy-soft: #192b3d;
  --blue-grey: #9fb3c4;
  --shadow: 0 24px 60px rgba(16, 27, 39, 0.14);
  --page: min(1180px, calc(100% - 48px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Arial, "Helvetica Neue", "Noto Sans", sans-serif;
  line-height: 1.55;
}

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

button,
input,
select {
  font: inherit;
}

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

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

.page-width {
  width: var(--page);
  margin-inline: auto;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: sticky;
  z-index: 30;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 79px;
  padding: 0 max(24px, calc((100% - 1180px) / 2));
  background: rgba(244, 242, 237, 0.94);
  border-bottom: 1px solid rgba(214, 213, 208, 0.86);
  backdrop-filter: blur(15px);
}

.brand-lockup,
.footer-brand {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.brand-umart,
.brand-toshiba {
  color: var(--red);
}

.brand-umart {
  font-size: 23px;
  letter-spacing: -0.09em;
}

.brand-toshiba {
  font-size: 16px;
  letter-spacing: 0.09em;
}

.brand-cross {
  color: #a8adb0;
  font-size: 19px;
  font-weight: 300;
}

.brand-subtitle {
  position: absolute;
  left: 143px;
  bottom: -13px;
  color: var(--muted);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  white-space: nowrap;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 30px;
  color: var(--ink-soft);
  font-size: 12px;
  font-weight: 700;
}

.main-nav > a:not(.nav-button),
.quiet-link,
.source-link,
.text-arrow,
.row-link,
.footer-bottom a {
  transition: color 160ms ease;
}

.main-nav > a:not(.nav-button):hover,
.quiet-link:hover,
.source-link:hover,
.text-arrow:hover,
.row-link:hover,
.footer-bottom a:hover {
  color: var(--red);
}

.nav-button,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 17px;
  min-height: 47px;
  padding: 0 19px;
  border: 0;
  border-radius: 4px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 800;
  transition: transform 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.nav-button {
  min-height: 39px;
  color: var(--white);
  background: var(--red);
}

.nav-button:hover,
.button:hover {
  transform: translateY(-2px);
}

.nav-button:hover,
.button-red:hover {
  background: var(--red-deep);
  box-shadow: 0 11px 21px rgba(189, 45, 44, 0.2);
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 40px;
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: transparent;
  cursor: pointer;
}

.menu-toggle > span:not(.sr-only) {
  display: block;
  width: 100%;
  height: 2px;
  margin: 4px 0;
  background: var(--ink);
}

.hero {
  overflow: hidden;
  color: var(--white);
  background: var(--navy);
}

.hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(450px, 1.08fr);
  gap: 55px;
  align-items: stretch;
  min-height: 626px;
}

.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 70px 0 74px;
}

.eyebrow,
.section-label,
.fact-label,
.form-topline,
.register-aside-note > span {
  margin: 0;
  color: var(--red);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
  color: #f07a71;
}

.eyebrow > span {
  width: 25px;
  height: 2px;
  background: var(--red);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  line-height: 1.1;
}

h1 {
  max-width: 630px;
  margin-bottom: 25px;
  font-size: clamp(46px, 6vw, 76px);
  font-weight: 800;
  letter-spacing: -0.08em;
}

h1 span {
  color: #f16b61;
}

.hero-intro {
  max-width: 500px;
  margin-bottom: 34px;
  color: #c2ced9;
  font-size: 16px;
}

.hero-intro strong {
  color: var(--white);
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-bottom: 61px;
}

.button-red {
  color: var(--white);
  background: var(--red);
  box-shadow: 0 11px 21px rgba(189, 45, 44, 0.18);
}

.quiet-link {
  color: #c5d2dc;
  font-size: 12px;
  font-weight: 700;
}

.quiet-link span,
.source-link span,
.text-arrow span,
.row-link span {
  display: inline-block;
  margin-left: 5px;
  color: var(--red);
}

.hero-notes {
  display: flex;
  flex-wrap: wrap;
  gap: 17px 23px;
  padding-top: 19px;
  color: #8398a9;
  border-top: 1px solid rgba(173, 195, 212, 0.22);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.hero-product {
  position: relative;
  min-height: 626px;
  overflow: hidden;
  background: #14283b;
}

.product-red-plane {
  position: absolute;
  z-index: 1;
  top: -14%;
  right: 7%;
  width: 56%;
  height: 125%;
  background: var(--red);
  transform: skewX(-18deg);
  opacity: 0.95;
}

.product-grid-lines {
  position: absolute;
  inset: 0;
  z-index: 2;
  opacity: 0.22;
  background-image: linear-gradient(rgba(183, 213, 231, 0.18) 1px, transparent 1px), linear-gradient(90deg, rgba(183, 213, 231, 0.18) 1px, transparent 1px);
  background-size: 47px 47px;
  mask-image: linear-gradient(135deg, black 15%, transparent 80%);
}

.product-image-frame {
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 47%;
  width: 72%;
  max-width: 485px;
  transform: translate(-50%, -50%) rotate(-7deg);
  filter: drop-shadow(31px 31px 24px rgba(3, 11, 18, 0.38));
}

.product-image-frame img {
  width: 100%;
  mix-blend-mode: multiply;
}

.product-caption {
  position: absolute;
  z-index: 5;
  right: 34px;
  bottom: 32px;
  display: grid;
  gap: 3px;
  color: #ffe9e6;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-align: right;
}

.hero-index {
  position: absolute;
  z-index: 5;
  top: 32px;
  right: 35px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.offer-facts {
  background: var(--red);
}

.offer-facts-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr auto;
  min-height: 111px;
  color: var(--white);
}

.fact-block {
  display: grid;
  align-content: center;
  gap: 4px;
  padding: 19px 27px;
  border-right: 1px solid rgba(255, 255, 255, 0.26);
}

.fact-block:first-child {
  padding-left: 0;
}

.fact-label {
  color: rgba(255, 255, 255, 0.67);
  font-size: 9px;
}

.fact-block strong {
  font-size: 15px;
  letter-spacing: -0.025em;
}

.fact-block > span:last-child {
  color: rgba(255, 255, 255, 0.74);
  font-size: 10px;
}

.fact-reward strong {
  font-size: 19px;
}

.facts-cta {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding-left: 30px;
  color: var(--white);
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}

.facts-cta span {
  font-size: 17px;
}

.story-section {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 110px;
  padding-top: 111px;
  padding-bottom: 106px;
}

.story-section h2,
.section-heading h2,
.register-intro h2,
.faq-heading h2 {
  margin-bottom: 0;
  font-size: clamp(32px, 4.25vw, 52px);
  font-weight: 800;
  letter-spacing: -0.07em;
}

.story-lead .section-label,
.section-heading .section-label,
.register-intro .section-label {
  margin-bottom: 20px;
}

.story-body {
  padding-top: 32px;
}

.story-body p {
  margin-bottom: 21px;
  color: var(--ink-soft);
  font-size: 15px;
}

.source-link,
.text-arrow {
  display: inline-block;
  margin-top: 8px;
  color: var(--ink);
  font-size: 12px;
  font-weight: 800;
}

.spec-strip {
  color: var(--white);
  background: var(--navy);
}

.spec-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  min-height: 171px;
}

.spec-item {
  display: grid;
  grid-template-columns: auto auto;
  align-content: center;
  column-gap: 9px;
  padding: 26px 30px;
  border-right: 1px solid rgba(190, 212, 228, 0.17);
}

.spec-item:first-child {
  padding-left: 0;
}

.spec-item:last-child {
  border-right: 0;
}

.spec-item strong {
  grid-row: span 2;
  align-self: center;
  color: #f27168;
  font-size: 35px;
  font-weight: 300;
  letter-spacing: -0.07em;
  line-height: 1;
}

.spec-item > span {
  align-self: end;
  color: #d9e4ed;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.spec-item small {
  align-self: start;
  color: #8ca1b2;
  font-size: 10px;
}

.eligible-section {
  padding-top: 111px;
  padding-bottom: 116px;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 50px;
  margin-bottom: 45px;
}

.heading-side {
  max-width: 300px;
  margin: 0 0 4px;
  color: var(--ink-soft);
  font-size: 13px;
}

.heading-side p {
  margin: 0 0 14px;
}

.product-table-wrap {
  overflow: hidden;
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
}

.product-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.product-table th {
  padding: 15px 17px;
  color: var(--muted);
  border-bottom: 1px solid var(--line);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-align: left;
  text-transform: uppercase;
}

.product-table th:first-child,
.product-table td:first-child {
  width: 14%;
  padding-left: 0;
}

.product-table th:nth-child(2),
.product-table td:nth-child(2) {
  width: 26%;
}

.product-table th:nth-child(3),
.product-table td:nth-child(3) {
  width: 24%;
}

.product-table th:nth-child(4),
.product-table td:nth-child(4) {
  width: 21%;
}

.product-table th:last-child,
.product-table td:last-child {
  width: 15%;
  padding-right: 0;
  text-align: right;
}

.product-table td {
  padding: 24px 17px;
  border-bottom: 1px solid var(--line);
  vertical-align: middle;
}

.product-table tbody tr:last-child td {
  border-bottom: 0;
}

.product-table tbody tr {
  transition: background 160ms ease;
}

.product-table tbody tr:hover,
.product-table .row-highlight {
  background: #ebe8e1;
}

.capacity-number {
  display: inline-block;
  font-size: 38px;
  font-weight: 300;
  letter-spacing: -0.08em;
  line-height: 1;
}

.capacity-unit {
  margin-left: 5px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.product-table td strong:not(.capacity-number):not(.reward-value) {
  display: block;
  margin-bottom: 4px;
  font-size: 14px;
  letter-spacing: 0.02em;
}

.product-table td small {
  display: block;
  color: var(--muted);
  font-size: 10px;
}

.table-chip {
  display: inline-block;
  margin: 0 5px 8px 0;
  padding: 4px 6px;
  color: var(--ink-soft);
  border: 1px solid #c8c9c5;
  border-radius: 3px;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.reward-value {
  display: block;
  color: var(--red);
  font-size: 18px;
  letter-spacing: -0.04em;
}

.row-link {
  color: var(--ink-soft);
  font-size: 11px;
  font-weight: 800;
  white-space: nowrap;
}

.table-note {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 10px;
}

.how-section {
  color: var(--white);
  background: #e5e2db;
}

.how-section > .page-width {
  padding-top: 103px;
  padding-bottom: 105px;
}

.how-section .section-heading h2 {
  color: var(--ink);
}

.how-section .section-label {
  color: var(--red);
}

.how-side {
  color: var(--ink-soft);
}

.steps-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #bfc0bb;
  border-bottom: 1px solid #bfc0bb;
}

.steps-list li {
  display: grid;
  grid-template-columns: 37px 1fr;
  gap: 18px;
  min-height: 245px;
  padding: 29px 29px 34px;
  border-right: 1px solid #bfc0bb;
}

.steps-list li:first-child {
  padding-left: 0;
}

.steps-list li:last-child {
  border-right: 0;
}

.step-count {
  color: var(--red);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.steps-list h3 {
  margin-bottom: 12px;
  color: var(--ink);
  font-size: 20px;
  letter-spacing: -0.04em;
}

.steps-list p {
  max-width: 275px;
  margin: 0;
  color: var(--ink-soft);
  font-size: 13px;
}

.register-section {
  display: grid;
  grid-template-columns: minmax(250px, 0.72fr) minmax(0, 1.28fr);
  gap: 73px;
  align-items: start;
  padding-top: 112px;
  padding-bottom: 119px;
}

.register-intro {
  position: sticky;
  top: 110px;
}

.register-intro > p:not(.section-label) {
  max-width: 310px;
  margin: 25px 0 35px;
  color: var(--ink-soft);
  font-size: 14px;
}

.register-aside-note {
  display: grid;
  gap: 6px;
  max-width: 285px;
  padding: 18px 18px 16px;
  background: #ebe8e1;
  border-left: 3px solid var(--red);
}

.register-aside-note > span {
  font-size: 9px;
}

.register-aside-note strong {
  font-size: 14px;
  line-height: 1.35;
}

.register-aside-note small {
  color: var(--muted);
  font-size: 10px;
}

.form-panel {
  padding: 45px 48px 49px;
  background: var(--white);
  border: 1px solid #deddd8;
  box-shadow: var(--shadow);
}

.form-topline {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 17px;
  color: var(--muted);
  border-bottom: 1px solid var(--line);
  font-size: 9px;
}

.form-section-heading {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 14px;
  align-items: start;
  margin: 31px 0 23px;
}

.form-section-heading > span {
  color: var(--red);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.form-section-heading h3 {
  margin: 0 0 4px;
  font-size: 21px;
  letter-spacing: -0.04em;
}

.form-section-heading p {
  margin: 0;
  color: var(--muted);
  font-size: 11px;
}

.form-section-spaced {
  margin-top: 49px;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px 17px;
}

.honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.field {
  display: grid;
  gap: 7px;
  min-width: 0;
}

.field-wide {
  grid-column: 1 / -1;
}

.field > span {
  color: var(--ink-soft);
  font-size: 11px;
  font-weight: 800;
}

.field b,
.checkbox-label b {
  color: var(--red);
}

.field input,
.field select {
  width: 100%;
  height: 46px;
  padding: 0 13px;
  color: var(--ink);
  background: #fcfbf8;
  border: 1px solid #cbcfcf;
  border-radius: 3px;
  outline: 0;
  transition: background 160ms ease, border 160ms ease, box-shadow 160ms ease;
}

.field input::placeholder {
  color: #a8adb0;
}

.field input:focus,
.field select:focus {
  background: var(--white);
  border-color: var(--red);
  box-shadow: 0 0 0 3px rgba(230, 66, 57, 0.1);
}

.field.invalid input,
.field.invalid select {
  border-color: #d04c4a;
  box-shadow: 0 0 0 3px rgba(208, 76, 74, 0.08);
}

.field-error {
  display: none;
  color: #c63638;
  font-size: 10px;
}

.field.invalid .field-error,
.consent-block.invalid .consent-error,
.upload-error.visible {
  display: block;
}

.upload-box {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 6px;
  padding: 31px 18px 27px;
  color: var(--ink-soft);
  background: #fcfbf8;
  border: 1px dashed #a9b0b3;
  border-radius: 3px;
  cursor: pointer;
  text-align: center;
  transition: background 160ms ease, border-color 160ms ease;
}

.upload-box:hover,
.upload-box.dragging {
  background: #f9eeeb;
  border-color: var(--red);
}

.upload-box input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.upload-symbol {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  margin-bottom: 6px;
  color: var(--red);
  background: #f5d9d5;
  border-radius: 50%;
  font-size: 20px;
}

.upload-box strong {
  color: var(--ink);
  font-size: 12px;
}

.upload-box small {
  color: var(--muted);
  font-size: 10px;
}

.file-name {
  max-width: 100%;
  margin-top: 6px;
  overflow: hidden;
  color: var(--red);
  font-size: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.upload-error {
  margin: 7px 0 0;
}

.consent-block {
  margin-top: 27px;
}

.checkbox-label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--ink-soft);
  cursor: pointer;
  font-size: 11px;
  line-height: 1.55;
}

.checkbox-label input {
  position: absolute;
  opacity: 0;
}

.fake-checkbox {
  position: relative;
  flex: 0 0 auto;
  width: 17px;
  height: 17px;
  margin-top: 1px;
  border: 1px solid #afb5b6;
  border-radius: 3px;
}

.checkbox-label input:checked + .fake-checkbox {
  background: var(--red);
  border-color: var(--red);
}

.checkbox-label input:checked + .fake-checkbox::after {
  position: absolute;
  top: 2px;
  left: 5px;
  width: 4px;
  height: 8px;
  border-right: 2px solid var(--white);
  border-bottom: 2px solid var(--white);
  transform: rotate(45deg);
  content: "";
}

.consent-error {
  margin: 7px 0 0 27px;
}

.submit-button {
  width: 100%;
  margin-top: 27px;
}

.form-status {
  display: none;
  margin-top: 18px;
  padding: 12px 14px;
  color: #23624b;
  background: #e6f5eb;
  border: 1px solid #b9e3c8;
  border-radius: 3px;
  font-size: 11px;
  text-align: center;
}

.form-status.visible {
  display: block;
}

.form-status.error {
  color: #873b3b;
  background: #f8e6e3;
  border-color: #e9b5ae;
}

.submit-button:disabled {
  cursor: wait;
  opacity: 0.65;
  transform: none;
}

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

.faq-heading {
  margin-bottom: 37px;
}

.faq-heading h2 {
  font-size: clamp(32px, 4vw, 48px);
}

.faq-list {
  border-top: 1px solid var(--ink);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 0;
  color: var(--ink);
  cursor: pointer;
  font-size: 15px;
  font-weight: 800;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-plus {
  color: var(--red);
  font-size: 22px;
  font-weight: 300;
  transition: transform 160ms ease;
}

.faq-list details[open] .faq-plus {
  transform: rotate(45deg);
}

.faq-list details p {
  max-width: 780px;
  margin: -2px 0 22px;
  color: var(--ink-soft);
  font-size: 13px;
}

.site-footer {
  color: #a9b8c6;
  background: var(--navy);
}

.footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  min-height: 151px;
  border-bottom: 1px solid rgba(189, 211, 228, 0.17);
}

.footer-brand {
  gap: 10px;
}

.footer-brand .brand-umart,
.footer-brand .brand-toshiba {
  color: #f26a62;
}

.footer-brand small {
  position: absolute;
  left: 139px;
  bottom: -14px;
  color: #728ca1;
  font-size: 8px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  white-space: nowrap;
}

.footer-cta {
  display: flex;
  align-items: center;
  gap: 24px;
}

.footer-cta p {
  margin: 0;
  color: #d7e1e8;
  font-size: 13px;
}

.button-white {
  color: var(--navy);
  background: var(--white);
}

.button-white:hover {
  background: #f8d8d4;
  box-shadow: 0 11px 21px rgba(3, 11, 18, 0.2);
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  min-height: 76px;
  font-size: 10px;
}

.footer-bottom p {
  margin: 0;
  color: #728ca1;
}

.footer-links {
  display: flex;
  gap: 19px;
  margin-left: auto;
}

.legal-hero {
  padding-top: 92px;
  padding-bottom: 67px;
  border-bottom: 1px solid var(--line);
}

.legal-hero h1 {
  max-width: 650px;
  margin: 0 0 20px;
  color: var(--ink);
  font-size: clamp(40px, 5vw, 64px);
  letter-spacing: -0.08em;
  line-height: 1.04;
}

.legal-hero > p:not(.section-label) {
  max-width: 590px;
  margin: 0;
  color: var(--ink-soft);
  font-size: 16px;
}

.legal-meta {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 49px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.legal-meta div {
  display: grid;
  gap: 5px;
  padding: 18px 22px 18px 0;
  border-right: 1px solid var(--line);
}

.legal-meta div:not(:first-child) {
  padding-left: 22px;
}

.legal-meta div:last-child {
  border-right: 0;
}

.legal-meta span {
  color: var(--muted);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.legal-meta strong {
  font-size: 13px;
}

.legal-content {
  max-width: 950px;
  padding-top: 72px;
  padding-bottom: 100px;
}

.legal-content h2 {
  margin: 38px 0 12px;
  color: var(--ink);
  font-size: 22px;
  letter-spacing: -0.04em;
}

.legal-content h2:first-child {
  margin-top: 0;
}

.legal-content p,
.legal-content li {
  max-width: 830px;
  color: var(--ink-soft);
  font-size: 14px;
}

.legal-content ul,
.legal-content ol {
  max-width: 830px;
  padding-left: 24px;
}

.legal-content li {
  margin-bottom: 8px;
}

.legal-content a {
  color: var(--red);
  font-weight: 700;
}

.legal-table {
  width: min(500px, 100%);
  margin-top: 21px;
  border-collapse: collapse;
}

.legal-table th,
.legal-table td {
  padding: 11px 13px;
  border-bottom: 1px solid var(--line);
  font-size: 13px;
  text-align: left;
}

.legal-table th {
  color: var(--muted);
  font-size: 9px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.legal-table td:last-child {
  color: var(--red);
  font-weight: 800;
  text-align: right;
}

.legal-footer {
  justify-content: flex-end;
}

.legal-footer a {
  color: #d7e1e8;
  font-size: 11px;
  font-weight: 800;
}

.legal-footer a span {
  color: #f26a62;
}

@media (max-width: 940px) {
  .site-header {
    padding-inline: 24px;
  }

  .main-nav {
    gap: 16px;
  }

  .hero-inner {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.88fr);
    gap: 22px;
  }

  .product-image-frame {
    width: 91%;
    left: 45%;
  }

  .story-section {
    gap: 55px;
  }

  .register-section {
    gap: 42px;
  }
}

@media (max-width: 760px) {
  :root {
    --page: min(100% - 34px, 560px);
  }

  .site-header {
    min-height: 70px;
    padding-inline: 17px;
  }

  .brand-lockup {
    gap: 7px;
  }

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

  .brand-toshiba {
    font-size: 13px;
  }

  .brand-subtitle {
    left: 119px;
    bottom: -12px;
    font-size: 7px;
  }

  .main-nav {
    position: absolute;
    top: 69px;
    right: 17px;
    left: 17px;
    display: none;
    align-items: stretch;
    flex-direction: column;
    gap: 0;
    padding: 8px;
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: 4px;
    box-shadow: var(--shadow);
  }

  .main-nav.open {
    display: flex;
  }

  .main-nav > a {
    padding: 11px;
  }

  .main-nav .nav-button {
    margin-top: 4px;
  }

  .menu-toggle {
    display: block;
  }

  .hero-inner {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .hero-copy {
    padding-top: 55px;
    padding-bottom: 58px;
  }

  h1 {
    font-size: clamp(43px, 13vw, 63px);
  }

  .hero-intro {
    font-size: 14px;
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
    margin-bottom: 45px;
  }

  .hero-product {
    min-height: 370px;
  }

  .product-image-frame {
    width: 76%;
    left: 47%;
  }

  .offer-facts-grid {
    grid-template-columns: repeat(2, 1fr);
    min-height: 0;
  }

  .fact-block,
  .fact-block:first-child {
    min-height: 98px;
    padding: 17px 13px;
  }

  .fact-block:nth-child(2) {
    border-right: 0;
  }

  .fact-reward {
    border-top: 1px solid rgba(255, 255, 255, 0.26);
  }

  .facts-cta {
    justify-content: center;
    padding: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.26);
    font-size: 11px;
  }

  .story-section,
  .register-section {
    display: block;
  }

  .story-section {
    padding-top: 72px;
    padding-bottom: 70px;
  }

  .story-body {
    padding-top: 27px;
  }

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

  .spec-item,
  .spec-item:first-child {
    min-height: 122px;
    padding: 23px 14px;
  }

  .spec-item:nth-child(2) {
    border-right: 0;
  }

  .spec-item:nth-child(n + 3) {
    border-top: 1px solid rgba(190, 212, 228, 0.17);
  }

  .eligible-section,
  .register-section {
    padding-top: 72px;
    padding-bottom: 78px;
  }

  .section-heading {
    display: block;
    margin-bottom: 31px;
  }

  .heading-side {
    margin-top: 20px;
  }

  .product-table-wrap {
    overflow-x: auto;
  }

  .product-table {
    min-width: 680px;
  }

  .product-table th:first-child,
  .product-table td:first-child {
    padding-left: 14px;
  }

  .product-table th:last-child,
  .product-table td:last-child {
    padding-right: 14px;
  }

  .how-section > .page-width {
    padding-top: 72px;
    padding-bottom: 74px;
  }

  .steps-list {
    grid-template-columns: 1fr;
  }

  .steps-list li,
  .steps-list li:first-child {
    min-height: 0;
    padding: 25px 0 29px;
    border-right: 0;
    border-bottom: 1px solid #bfc0bb;
  }

  .steps-list li:last-child {
    border-bottom: 0;
  }

  .register-section {
    padding-top: 73px;
  }

  .register-intro {
    position: static;
    margin-bottom: 32px;
  }

  .form-panel {
    padding: 28px 18px 31px;
  }

  .form-topline {
    align-items: flex-start;
    flex-direction: column;
    gap: 3px;
  }

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

  .field-wide {
    grid-column: auto;
  }

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

  .footer-top,
  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-top {
    gap: 25px;
    padding-top: 34px;
    padding-bottom: 36px;
  }

  .footer-cta {
    align-items: flex-start;
    flex-direction: column;
    gap: 13px;
  }

  .footer-bottom {
    gap: 15px;
    padding-top: 23px;
    padding-bottom: 27px;
  }

  .footer-links {
    flex-wrap: wrap;
    gap: 11px 17px;
    margin-left: 0;
  }

  .legal-hero {
    padding-top: 70px;
    padding-bottom: 55px;
  }

  .legal-meta {
    grid-template-columns: 1fr;
  }

  .legal-meta div,
  .legal-meta div:not(:first-child) {
    padding: 15px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .legal-meta div:last-child {
    border-bottom: 0;
  }

  .legal-content {
    padding-top: 57px;
    padding-bottom: 70px;
  }
}

/* campaign closed notice */
.has-ended-notice {
  overflow: hidden;
}

.ended-notice {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(16, 27, 39, 0.66);
}

.ended-notice[hidden] {
  display: none;
}

.ended-panel {
  width: min(560px, 100%);
  max-height: calc(100vh - 48px);
  overflow-y: auto;
  padding: 40px 40px 34px;
  background: var(--white);
  border-top: 4px solid var(--red);
  box-shadow: var(--shadow);
}

.ended-label {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0;
  color: var(--red);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.ended-label span {
  width: 7px;
  height: 7px;
  background: var(--red);
}

.ended-panel h2 {
  margin: 17px 0 0;
  font-size: 30px;
  line-height: 1.15;
  letter-spacing: -0.01em;
}

.ended-intro {
  margin: 14px 0 0;
  color: var(--ink-soft);
  font-size: 13px;
}

.ended-meta {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 26px 0 0;
  border: 1px solid var(--line);
}

.ended-meta div {
  padding: 13px 15px;
  border-right: 1px solid var(--line);
}

.ended-meta div:last-child {
  border-right: 0;
}

.ended-meta dt {
  color: var(--muted);
  font-size: 9.5px;
  font-weight: 800;
  letter-spacing: 0.11em;
}

.ended-meta dd {
  margin: 7px 0 0;
  font-size: 12px;
  font-weight: 800;
}

.ended-note {
  margin: 22px 0 0;
  padding: 13px 16px;
  color: var(--ink-soft);
  background: var(--paper);
  border-left: 3px solid var(--red);
  font-size: 11.5px;
}

.ended-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 46px;
  margin-top: 26px;
  border: 1px solid var(--ink);
  border-radius: 4px;
  color: var(--ink);
  background: transparent;
  cursor: pointer;
  font-size: 12px;
  font-weight: 800;
  transition: color 160ms ease, background 160ms ease;
}

.ended-close:hover {
  color: var(--white);
  background: var(--ink);
}

@media (max-width: 760px) {
  .ended-notice {
    padding: 0;
  }

  .ended-panel {
    max-height: 100vh;
    padding: 32px 22px 26px;
    border-top-width: 3px;
  }

  .ended-panel h2 {
    font-size: 24px;
  }

  .ended-meta {
    grid-template-columns: 1fr;
  }

  .ended-meta div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .ended-meta div:last-child {
    border-bottom: 0;
  }
}


@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
