.content-page {
  background: #fff;
}

.page-hero {
  max-width: 1040px;
  margin: 0 auto;
  padding: 58px 24px 34px;
}

.page-hero h1 {
  margin: 0;
  font-size: clamp(40px, 6vw, 72px);
  line-height: 0.98;
  font-weight: 950;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
}

.breadcrumbs a {
  color: var(--navy);
}

.page-content {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 24px 86px;
}

.about-article {
  display: grid;
  gap: 28px;
}

.status-notice {
  padding: 16px 18px;
  border: 1px solid #c8d3ea;
  border-left: 4px solid #34559a;
  border-radius: 8px;
  color: #1d2d55;
  background: #f2f6ff;
  font-weight: 800;
}

.status-notice.success {
  border-color: #b9dfc8;
  border-left-color: #1e8d4e;
  color: #135b34;
  background: #effaf3;
}

.status-notice.error {
  border-color: #f0c5c5;
  border-left-color: #bd2f2f;
  color: #7a1f1f;
  background: #fff3f3;
}

.text-panel {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.text-panel h2,
.text-panel h3 {
  margin: 0 0 14px;
  line-height: 1.12;
}

.text-panel h2 {
  font-size: clamp(26px, 4vw, 40px);
}

.text-panel h3 {
  font-size: 22px;
}

.text-panel p {
  margin: 0 0 14px;
  color: #3e4658;
}

.text-panel p:last-child {
  margin-bottom: 0;
}

.tech-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.mission-list {
  margin: 0;
  padding-left: 20px;
  color: #3e4658;
}

.mission-list li + li {
  margin-top: 9px;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 28px;
  align-items: start;
}

.contact-form {
  display: grid;
  gap: 16px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 11px 13px;
  border: 1px solid var(--line);
  border-radius: 6px;
  outline: none;
}

.contact-form textarea {
  min-height: 170px;
  resize: vertical;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--navy);
  box-shadow: 0 0 0 3px rgba(1, 35, 103, 0.12);
}

.contact-card {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--soft);
}

.contact-card h2 {
  margin: 0 0 18px;
  font-size: 26px;
}

.contact-item + .contact-item {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
}

.contact-item h3 {
  margin: 0 0 7px;
  font-size: 17px;
}

.contact-item p {
  margin: 0;
  color: var(--muted);
}

.contact-item a {
  color: var(--navy);
  font-weight: 900;
}

.honeypot {
  position: absolute;
  left: -9999px;
  opacity: 0;
}

@media (max-width: 900px) {
  .contact-layout,
  .tech-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 749px) {
  .page-hero {
    padding: 42px 18px 26px;
  }

  .page-content {
    padding: 0 18px 60px;
  }

  .text-panel,
  .contact-card {
    padding: 22px;
  }
}

.order-status-page {
  background: linear-gradient(180deg, #f4f7fb 0%, #fff 78%);
}

.order-status-shell {
  max-width: 1180px;
  margin: 0 auto;
  padding: 34px 24px 92px;
  display: grid;
  gap: 24px;
}

.order-status-tools {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.order-status-tools .button svg,
.receipt-instructions .button svg {
  width: 18px;
  height: 18px;
  margin-right: 8px;
}

.order-search {
  display: grid;
  grid-template-columns: minmax(240px, 360px) auto;
  gap: 10px;
  align-items: center;
}

.order-search-field {
  position: relative;
}

.order-search-field svg {
  position: absolute;
  left: 14px;
  top: 50%;
  width: 18px;
  height: 18px;
  color: var(--muted);
  transform: translateY(-50%);
}

.order-search-field input {
  width: 100%;
  min-height: 44px;
  padding: 10px 13px 10px 42px;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--ink);
  background: #fff;
  outline: none;
}

.order-search-field input:focus {
  border-color: var(--navy);
  box-shadow: 0 0 0 3px rgba(1, 35, 103, 0.12);
}

.order-empty-panel {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.order-empty-panel > svg {
  width: 44px;
  height: 44px;
  color: var(--navy);
}

.order-empty-panel h2 {
  margin: 0 0 6px;
  font-size: 26px;
}

.order-empty-panel p {
  margin: 0;
  color: var(--muted);
  font-weight: 800;
}

.order-list-card {
  overflow: hidden;
  border: 1px solid #dfe5ee;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 46px rgba(8, 24, 58, 0.08);
}

.order-list-head {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: end;
  padding: 28px 30px;
  border-bottom: 1px solid #e8edf4;
}

.order-list-head h2 {
  margin: 6px 0 0;
  color: #07142e;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.05;
  font-weight: 950;
}

.order-list-head p {
  max-width: 360px;
  margin: 0;
  color: var(--muted);
  font-weight: 850;
  text-align: right;
}

.order-table-wrap {
  overflow-x: auto;
}

.order-list-table {
  width: 100%;
  min-width: 920px;
  border-collapse: collapse;
}

.order-list-table th,
.order-list-table td {
  padding: 18px 20px;
  border-bottom: 1px solid #e8edf4;
  text-align: left;
  vertical-align: middle;
}

.order-list-table th {
  color: #07142e;
  background: #f8fbff;
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
}

.order-list-table td {
  color: #17213b;
  font-weight: 850;
}

.order-list-table tbody tr:hover {
  background: #fbfdff;
}

.order-list-table tr:last-child td {
  border-bottom: 0;
}

.order-list-table td strong,
.order-list-table td small {
  display: block;
}

.order-list-table td small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 850;
}

.order-table-status {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 6px 10px;
  border-radius: 999px;
  color: var(--navy);
  background: #eff6ff;
  font-size: 13px;
  font-weight: 950;
  white-space: nowrap;
}

.order-table-status.is-danger {
  color: #c12a39;
  background: #fff0f2;
}

.order-table-status.is-success {
  color: #147c63;
  background: #eaf8f1;
}

.order-table-status.is-info {
  color: #075bb5;
  background: #edf6ff;
}

.order-table-action {
  min-height: 38px;
  padding: 9px 14px;
}

.receipt-card {
  display: grid;
  gap: 28px;
  padding: 36px;
  border: 1px solid #dfe5ee;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 46px rgba(8, 24, 58, 0.08);
}

.receipt-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: start;
}

.receipt-brand {
  display: inline-flex;
  align-items: center;
  width: fit-content;
}

.receipt-brand img {
  width: 220px;
  max-width: 100%;
  height: auto;
}

.receipt-title {
  text-align: right;
}

.receipt-title span {
  display: block;
  color: #07142e;
  font-size: clamp(26px, 3vw, 34px);
  line-height: 1;
  font-weight: 950;
  text-transform: uppercase;
}

.receipt-title p {
  margin: 16px 0 0;
  color: #5e6878;
  font-size: 17px;
  font-weight: 800;
}

.receipt-order-box,
.receipt-section,
.receipt-thanks {
  border: 1px solid #dfe5ee;
  border-radius: 8px;
  background: #fff;
}

.receipt-order-box {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 32px;
  padding: 34px;
}

.receipt-order-main {
  min-width: 0;
}

.receipt-label {
  display: block;
  color: #17213b;
  font-weight: 850;
}

.receipt-order-number {
  margin: 8px 0 28px;
  color: #061533;
  font-size: clamp(30px, 4.5vw, 48px);
  line-height: 1.05;
  font-weight: 950;
  overflow-wrap: anywhere;
}

.receipt-status-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 300px));
  gap: 18px;
}

.receipt-chip {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  column-gap: 14px;
  align-items: center;
  min-height: 102px;
  padding: 18px;
  border-radius: 8px;
  color: var(--navy);
  background: #eff6ff;
}

.receipt-chip > svg {
  grid-row: 1 / 3;
  width: 34px;
  height: 34px;
}

.receipt-chip span,
.receipt-chip strong {
  display: block;
  min-width: 0;
}

.receipt-chip span {
  color: #27324a;
  font-size: 16px;
  font-weight: 800;
}

.receipt-chip strong {
  font-size: 21px;
  line-height: 1.15;
  font-weight: 950;
}

.receipt-chip.is-danger {
  color: #d22f3f;
  background: #fff3f5;
}

.receipt-chip.is-success {
  color: #147c63;
  background: #effaf5;
}

.receipt-chip.is-info {
  color: #075bb5;
  background: #edf6ff;
}

.receipt-date {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 16px;
  align-content: center;
  padding-left: 30px;
  border-left: 1px solid #dfe5ee;
}

.receipt-date > svg {
  width: 34px;
  height: 34px;
  color: #075dcc;
}

.receipt-date span,
.receipt-date strong {
  display: block;
}

.receipt-date span {
  margin-bottom: 14px;
  color: #17213b;
  font-weight: 850;
}

.receipt-date strong {
  margin-top: 6px;
  color: #07142e;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 950;
}

.receipt-payment-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(300px, 0.95fr);
  gap: 0;
}

.receipt-payment-grid .receipt-section:first-child {
  border-radius: 8px 0 0 8px;
}

.receipt-payment-grid .receipt-section:last-child {
  margin-left: -1px;
  border-radius: 0 8px 8px 0;
}

.receipt-section {
  padding: 30px 34px;
}

.receipt-section h2 {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 24px;
  color: #07142e;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 950;
  text-transform: uppercase;
}

.receipt-section h2 svg {
  width: 28px;
  height: 28px;
  color: #075dcc;
}

.receipt-payment-list {
  display: grid;
  margin: 0;
}

.receipt-payment-list > div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(150px, auto);
  gap: 18px;
  align-items: center;
  padding: 21px 0;
  border-bottom: 1px solid #e8edf4;
}

.receipt-payment-list > div:last-child {
  border-bottom: 0;
}

.receipt-payment-list dt {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  color: #253048;
  font-weight: 850;
}

.receipt-payment-list dt svg {
  width: 28px;
  height: 28px;
  color: #344052;
}

.receipt-payment-list dd {
  margin: 0;
  color: #07142e;
  font-size: 21px;
  line-height: 1.35;
  font-weight: 950;
  text-align: right;
  overflow-wrap: anywhere;
}

.receipt-payment-list dd strong,
.receipt-payment-list dd small {
  display: block;
}

.receipt-payment-list dd small {
  color: #17213b;
  font-size: 17px;
  font-weight: 850;
}

.receipt-instructions {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: #f7fbff;
}

.receipt-instructions h2 {
  align-self: stretch;
  padding-bottom: 22px;
  border-bottom: 1px solid #d8e1ec;
}

.receipt-instruction-icon {
  display: grid;
  place-items: center;
  width: 92px;
  height: 92px;
  margin: 18px 0 16px;
  border-radius: 50%;
  color: #075dcc;
  background: #eaf3ff;
}

.receipt-instruction-icon svg {
  width: 46px;
  height: 46px;
}

.receipt-instructions p {
  max-width: 330px;
  margin: 0 0 20px;
  color: #17213b;
  font-size: 18px;
  line-height: 1.45;
  font-weight: 850;
}

.receipt-products {
  padding: 30px 42px 28px;
}

.receipt-product-table {
  display: grid;
}

.receipt-product-head,
.receipt-product-row {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) 80px minmax(130px, 160px) minmax(130px, 160px);
  gap: 18px;
  align-items: center;
}

.receipt-product-head {
  padding: 8px 0 16px;
  border-bottom: 1px solid #dfe5ee;
  color: #07142e;
  font-weight: 950;
}

.receipt-product-head span:not(:first-child) {
  text-align: center;
}

.receipt-product-row {
  padding: 20px 0 24px;
  border-bottom: 1px dashed #dfe5ee;
  color: #07142e;
  font-size: 18px;
  font-weight: 850;
}

.receipt-product-row > div:not(.receipt-product-info) {
  text-align: center;
}

.receipt-product-info {
  display: grid;
  grid-template-columns: 98px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
}

.receipt-product-info img,
.receipt-product-placeholder {
  width: 98px;
  height: 98px;
  border: 1px solid #e5eaf2;
  border-radius: 8px;
  background: var(--soft);
}

.receipt-product-info img {
  object-fit: cover;
}

.receipt-product-placeholder {
  display: grid;
  place-items: center;
  color: var(--muted);
}

.receipt-product-placeholder svg {
  width: 32px;
  height: 32px;
}

.receipt-product-info strong,
.receipt-product-info span,
.receipt-product-info small {
  display: block;
}

.receipt-product-info strong {
  color: #07142e;
  font-size: 19px;
  line-height: 1.35;
  font-weight: 850;
}

.receipt-product-info span,
.receipt-product-info small {
  margin-top: 3px;
  color: #667085;
  font-size: 17px;
  line-height: 1.35;
  font-weight: 800;
}

.receipt-total {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 28px;
  padding-top: 20px;
}

.receipt-total span {
  color: #07142e;
  font-size: 18px;
  font-weight: 950;
}

.receipt-total strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 12px 22px;
  border-radius: 8px;
  color: #fff;
  background: var(--navy);
  font-size: 23px;
  font-weight: 950;
  white-space: nowrap;
}

.receipt-thanks {
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  gap: 20px;
  align-items: center;
  padding: 22px 28px;
  background: #f8fbff;
}

.receipt-thanks > svg {
  width: 62px;
  height: 62px;
  padding: 13px;
  border-radius: 50%;
  color: var(--navy);
  background: #eaf3ff;
}

.receipt-thanks strong,
.receipt-thanks p {
  display: block;
}

.receipt-thanks strong {
  color: #07142e;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 950;
}

.receipt-thanks p {
  margin: 5px 0 0;
  color: #253048;
  font-size: 16px;
  font-weight: 800;
}

.receipt-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px 30px;
  padding-top: 24px;
  border-top: 1px solid #dfe5ee;
  color: #17213b;
  font-weight: 850;
}

.receipt-meta span,
.receipt-meta a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.receipt-meta svg {
  width: 24px;
  height: 24px;
  color: var(--navy);
}

@media (max-width: 980px) {
  .receipt-order-box,
  .receipt-payment-grid {
    grid-template-columns: 1fr;
  }

  .receipt-payment-grid .receipt-section:first-child,
  .receipt-payment-grid .receipt-section:last-child {
    margin-left: 0;
    border-radius: 8px;
  }

  .receipt-payment-grid {
    gap: 18px;
  }

  .receipt-date {
    padding: 24px 0 0;
    border-left: 0;
    border-top: 1px solid #dfe5ee;
  }
}

@media (max-width: 760px) {
  .order-status-shell {
    padding: 24px 18px 72px;
  }

  .order-status-tools,
  .receipt-head {
    align-items: stretch;
    grid-template-columns: 1fr;
  }

  .order-status-tools {
    display: grid;
  }

  .order-search {
    grid-template-columns: 1fr;
  }

  .order-list-head {
    display: grid;
    gap: 12px;
    padding: 22px;
  }

  .order-list-head p {
    max-width: none;
    text-align: left;
  }

  .order-table-wrap {
    overflow: visible;
  }

  .order-list-table,
  .order-list-table tbody,
  .order-list-table tr,
  .order-list-table td {
    display: block;
    width: 100%;
    min-width: 0;
  }

  .order-list-table thead {
    display: none;
  }

  .order-list-table tr {
    padding: 16px 18px;
    border-bottom: 1px solid #e8edf4;
  }

  .order-list-table tr:last-child {
    border-bottom: 0;
  }

  .order-list-table td {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 10px 0;
    border-bottom: 0;
    text-align: right;
  }

  .order-list-table td::before {
    content: attr(data-label);
    color: var(--muted);
    font-weight: 950;
    text-align: left;
  }

  .order-list-table td > * {
    max-width: 62%;
  }

  .order-list-table td[data-label="Produk"] {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    text-align: left;
  }

  .order-list-table td[data-label="Produk"]::before {
    margin-bottom: 4px;
  }

  .order-list-table td[data-label="Produk"] > * {
    max-width: none;
  }

  .order-list-table td[data-label="Aksi"] {
    display: block;
    padding-top: 14px;
  }

  .order-list-table td[data-label="Aksi"]::before {
    display: none;
  }

  .order-table-action {
    width: 100%;
  }

  .receipt-card {
    gap: 20px;
    padding: 18px;
  }

  .receipt-head {
    display: grid;
    gap: 18px;
  }

  .receipt-brand img {
    width: 170px;
  }

  .receipt-title {
    text-align: left;
  }

  .receipt-title p {
    margin-top: 8px;
  }

  .receipt-order-box,
  .receipt-section,
  .receipt-thanks {
    padding: 20px;
  }

  .receipt-order-number {
    margin-bottom: 20px;
  }

  .receipt-status-grid {
    grid-template-columns: 1fr;
  }

  .receipt-chip {
    min-height: 88px;
    padding: 16px;
  }

  .receipt-payment-list > div {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .receipt-payment-list dd {
    text-align: left;
  }

  .receipt-product-head {
    display: none;
  }

  .receipt-product-row {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 18px 0;
    font-size: 16px;
  }

  .receipt-product-row > div:not(.receipt-product-info) {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    text-align: right;
  }

  .receipt-product-row > div:not(.receipt-product-info)::before {
    content: attr(data-label);
    color: var(--muted);
    font-weight: 900;
    text-align: left;
  }

  .receipt-product-info {
    grid-template-columns: 78px minmax(0, 1fr);
  }

  .receipt-product-info img,
  .receipt-product-placeholder {
    width: 78px;
    height: 78px;
  }

  .receipt-product-info strong {
    font-size: 16px;
  }

  .receipt-product-info span,
  .receipt-product-info small {
    font-size: 14px;
  }

  .receipt-total {
    align-items: stretch;
    flex-direction: column;
    gap: 12px;
  }

  .receipt-total strong {
    width: 100%;
    white-space: normal;
  }

  .receipt-thanks {
    grid-template-columns: 1fr;
  }

  .receipt-meta {
    display: grid;
    gap: 16px;
  }
}
