:root {
  --ink: #0f172a;
  --muted: #526071;
  --blue: #2563eb;
  --line: #dfe4eb;
  --surface: #f5f7fa;
  --font: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif
}

* {
  box-sizing: border-box
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 85px
}

body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.6
}

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

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

button {
  font: inherit;
  cursor: pointer
}

button:focus-visible,
a:focus-visible,
summary:focus-visible {
  outline: 3px solid #2563eb;
  outline-offset: 5px
}

button:disabled {
  cursor: wait
}

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

h1,
h2,
h3 {
  line-height: 1.16;
  letter-spacing: -.035em
}

h2 {
  font-size: clamp(1.9rem, 3vw, 2.6rem);
  font-weight: 600
}

h3 {
  font-size: 1.45rem;
  font-weight: 600
}

.wrap {
  width: min(1240px, calc(100% - 96px));
  margin-inline: auto
}

.draft {
  text-align: center;
  background: #f1f5f9;
  color: #475569;
  font-size: 12px;
  letter-spacing: .07em;
  padding: 7px 20px
}

.draft span {
  letter-spacing: 0;
  margin-left: 15px
}

/* --- Top Announcement Bar (Branding Biru) --- */
.top-announcement-bar {
  background: linear-gradient(180deg, #0a1329 0%, #0f1c3a 100%);
  color: #fff;
  padding: 10px 16px;
  text-align: center;
  border-bottom: 1px solid rgba(59, 130, 246, 0.25)
}

.announcement-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  max-width: 600px;
  margin-inline: auto
}

.announcement-heading {
  font-size: 14px;
  font-weight: 600;
  color: #cbd5e1;
  display: flex;
  align-items: center;
  gap: 6px;
  letter-spacing: -.01em
}

.announcement-heading strong {
  color: #ffffff;
  font-weight: 800
}

.eyes-icon {
  font-size: 15px
}

.announcement-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, #1d4ed8 0%, #2563eb 100%);
  color: #fff;
  padding: 4px 14px;
  border-radius: 9999px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .02em;
  border: 1px solid rgba(147, 197, 253, 0.35);
  box-shadow: 0 3px 14px rgba(37, 99, 235, 0.45)
}

.pill-badge-text {
  color: #ffffff;
  font-weight: 900
}

.pill-countdown {
  color: #dc2626;
  background: #dbeafe;
  padding: 1px 8px;
  border-radius: 9999px;
  font-weight: 850;
  letter-spacing: .02em;
  border: 1px solid rgba(191, 219, 254, 0.8);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12)
}

.product {
  display: grid;
  grid-template-columns: 1.08fr 1fr;
  gap: 50px;
  padding-top: 36px;
  padding-bottom: 60px;
  align-items: start
}

/* Pricing with Strikethrough */
.price-group {
  display: flex;
  align-items: baseline;
  gap: 10px
}

.strikethrough-price {
  font-size: 20px;
  color: #94a3b8;
  text-decoration: line-through;
  font-weight: 500
}

.nav-del,
.bottom-del {
  font-size: 12px;
  color: #94a3b8;
  text-decoration: line-through;
  margin-right: 4px
}

/* Countdown Timer Card Below Price (Gambar 2) */
.offer-timer-card {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 8px 14px;
  margin-bottom: 18px;
  box-shadow: 0 2px 6px rgba(15, 23, 42, 0.03);
  width: fit-content
}

.alarm-icon {
  font-size: 16px;
  display: inline-flex;
  align-items: center
}

.offer-timer-text {
  font-size: 13px;
  font-weight: 600;
  color: #334155
}

.timer-red {
  color: #dc2626;
  font-weight: 750;
  letter-spacing: .02em;
  margin-left: 4px
}

/* --- 1:1 Image Slider & Lightbox Styling --- */
.product-gallery {
  width: 100%
}

.slider-container {
  display: flex;
  flex-direction: column;
  gap: 12px
}

.slider-stage {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 8px;
  overflow: hidden;
  background: #f1f5f9;
  border: 1px solid var(--line);
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
  cursor: zoom-in;
  user-select: none
}

.slides-track {
  display: flex;
  width: 100%;
  height: 100%;
  transition: transform .35s cubic-bezier(0.25, 1, 0.5, 1)
}

.slide-item {
  min-width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff
}

.slide-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #fff;
  display: block
}

.zoom-badge {
  position: absolute;
  bottom: 12px;
  right: 12px;
  display: flex;
  align-items: center;
  gap: 6px;
  background: rgba(15, 23, 42, 0.75);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  color: #fff;
  font-size: 11.5px;
  font-weight: 600;
  padding: 5px 10px;
  border-radius: 20px;
  pointer-events: none;
  transition: background .2s ease
}

.slider-stage:hover .zoom-badge {
  background: rgba(37, 99, 235, 0.92)
}

.slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border: 1px solid rgba(226, 232, 240, 0.8);
  color: var(--ink);
  font-size: 24px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.12);
  transition: all .15s ease;
  z-index: 2;
  cursor: pointer
}

.slider-btn:hover {
  background: #fff;
  color: var(--blue);
  transform: translateY(-50%) scale(1.08)
}

.slider-btn.prev {
  left: 10px
}

.slider-btn.next {
  right: 10px
}

.slide-counter {
  position: absolute;
  bottom: 12px;
  left: 12px;
  background: rgba(15, 23, 42, 0.75);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  color: #fff;
  font-size: 11.5px;
  font-weight: 650;
  padding: 4px 10px;
  border-radius: 20px;
  pointer-events: none
}

.slider-thumbnails {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 6px
}

@media (max-width: 600px) {
  .slider-thumbnails {
    display: flex;
    overflow-x: auto;
    padding-bottom: 6px;
    gap: 8px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
  }
  .thumb-btn {
    flex: 0 0 52px;
    width: 52px;
    scroll-snap-align: start;
  }
}

.thumb-btn {
  aspect-ratio: 1 / 1;
  border-radius: 6px;
  overflow: hidden;
  border: 2px solid transparent;
  background: #f8fafc;
  padding: 0;
  cursor: pointer;
  transition: all .15s ease;
  position: relative
}

.thumb-btn img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0.65;
  transition: opacity .15s ease
}

.thumb-btn:hover img {
  opacity: 1
}

.thumb-btn.active {
  border-color: var(--blue);
  box-shadow: 0 0 0 2px rgba(37, 99, 235, 0.25)
}

.thumb-btn.active img {
  opacity: 1
}

/* --- Fullscreen Lightbox Modal --- */
.lightbox-dialog {
  border: 0;
  background: transparent;
  padding: 0;
  max-width: 100vw;
  max-height: 100vh;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  color: #fff
}

.lightbox-dialog::backdrop {
  background: rgba(15, 23, 42, 0.94);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px)
}

.lightbox-content {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 24px
}

.lightbox-img-wrapper {
  max-width: min(90vw, 800px);
  max-height: 85vh;
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.5)
}

.lightbox-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 8px;
  background: #000
}

.close-lightbox-btn {
  position: absolute;
  top: 20px;
  right: 24px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: 24px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background .15s ease;
  z-index: 10
}

.close-lightbox-btn:hover {
  background: rgba(255, 255, 255, 0.25)
}

.lightbox-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #fff;
  font-size: 32px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all .15s ease;
  z-index: 10
}

.lightbox-nav-btn:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: translateY(-50%) scale(1.08)
}

.lightbox-nav-btn.prev {
  left: 24px
}

.lightbox-nav-btn.next {
  right: 24px
}

.lightbox-counter {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  padding: 6px 16px;
  border-radius: 20px
}

.product-info {
  padding-top: 9px
}

.eyebrow {
  font-size: 11px;
  font-weight: 650;
  letter-spacing: .13em;
  color: #365780;
  margin-bottom: 18px
}

h1 {
  font-size: clamp(2rem, 3.2vw, 2.85rem);
  font-weight: 600;
  margin-bottom: 23px;
  line-height: 1.14
}

h1 span {
  color: #384963;
  font-weight: 450
}

.intro {
  font-size: 16px;
  color: var(--muted);
  line-height: 1.75;
  max-width: 470px;
  margin-bottom: 21px
}

.benefits {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
  font-size: 14px
}

.benefits li {
  position: relative;
  padding-left: 24px;
  margin: 9px 0
}

.benefits li:before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #2563eb;
  font-size: 14px
}

.purchase-box {
  border-top: 1px solid var(--line);
  padding-top: 22px
}

.price-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 17px;
  gap: 12px
}

.price {
  font-size: 33px;
  font-weight: 650;
  letter-spacing: -1px
}

.price small {
  font-size: 12px;
  font-weight: 500;
  color: var(--muted);
  letter-spacing: 0;
  margin-left: 4px
}

.payment-label {
  font-size: 12px;
  color: var(--muted)
}

.buy-button {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  gap: 32px;
  background: var(--blue);
  border: 1px solid var(--blue);
  color: white;
  border-radius: 4px;
  min-height: 51px;
  padding: 12px 22px;
  font-size: 15px;
  font-weight: 600
}

.buy-button:hover {
  background: #1d4ed8
}

.payment-methods-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 14px;
}

.payment-methods-img {
  height: 24px;
  width: auto;
  max-width: 219px;
  display: block;
}

.purchase-note {
  text-align: center;
  font-size: 12px;
  color: var(--muted);
  margin: 12px 0 0
}

.purchase-note span {
  padding: 0 9px
}

.availability {
  text-align: center;
  color: #64748b;
  font-size: 11px;
  margin: 7px 0 22px
}

/* Product Highlights Checklist */
.product-highlights-list {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  margin-top: 16px;
  padding: 12px 14px;
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.highlight-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 12.5px;
  line-height: 1.45;
  color: #334155;
}

.highlight-item strong {
  color: #0f172a;
  font-weight: 600;
}

.highlight-check-icon {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin-top: 1.5px;
}

.product-meta {
  border-top: 1px solid var(--line);
  padding-top: 17px;
  font-size: 12px
}

.product-meta div {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 10px;
  margin-bottom: 9px
}

.product-meta span {
  color: #64748b
}

.product-meta strong {
  font-weight: 450
}

.section-nav {
  position: sticky;
  top: 0;
  z-index: 5;
  background: #fff;
  border-block: 1px solid var(--line)
}

.section-nav nav {
  display: flex;
  gap: 36px;
  align-items: center;
  min-height: 61px;
  font-size: 13px
}

.section-nav .nav-price {
  margin-left: auto;
  font-weight: 600
}

.nav-price span {
  margin-left: 12px
}

.section {
  padding-block: 76px
}

.section-heading {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 70px;
  margin-bottom: 44px
}

.section-heading h2 {
  margin-bottom: 0
}

.section-heading>p {
  color: var(--muted);
  align-self: end;
  margin-bottom: 3px;
  font-size: 15px;
  max-width: 365px
}

.contents-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px
}

.contents-grid article {
  border-top: 2px solid #cbd5e1;
  padding-top: 22px
}

.category-no {
  font-size: 11px;
  color: #42618d;
  letter-spacing: .1em
}

.contents-grid h3 {
  margin: 22px 0 14px
}

.contents-grid p {
  color: var(--muted);
  font-size: 14px;
  min-height: 68px;
  max-width: 295px
}

.contents-grid ul {
  padding: 0;
  list-style: none;
  margin: 21px 0 0
}

.contents-grid li {
  border-top: 1px solid var(--line);
  padding: 12px 0;
  font-size: 13px
}

.content-note {
  font-size: 12px;
  color: #64748b;
  margin: 25px 0 0
}

.how-section {
  background: #f5f7fa;
  padding-block: 65px;
  border-block: 1px solid #edf0f4
}

.how-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px
}

.how-grid>div>p:last-child {
  max-width: 350px;
  font-size: 15px;
  color: var(--muted)
}

.steps {
  list-style: none;
  margin: 0;
  padding: 0
}

.steps li {
  display: flex;
  gap: 23px;
  padding: 20px 0;
  border-bottom: 1px solid #dce3ec
}

.steps li:first-child {
  padding-top: 0
}

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

.steps li>span {
  color: #64748b;
  font-size: 12px;
  padding-top: 3px
}

.steps h3 {
  font-size: 16px;
  letter-spacing: -.01em;
  margin-bottom: 9px
}

.steps p {
  font-size: 14px;
  margin: 0;
  color: var(--muted)
}

.faq-grid {
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  gap: 90px
}

.faq-grid>div>p:last-child {
  font-size: 15px;
  color: var(--muted)
}

details {
  border-bottom: 1px solid var(--line)
}

details:first-child {
  border-top: 1px solid var(--line)
}

summary {
  cursor: pointer;
  font-size: 15px;
  font-weight: 550;
  list-style: none;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 21px 0
}

summary::-webkit-details-marker {
  display: none
}

summary:after {
  content: '+';
  font-weight: 400;
  color: #64748b
}

details[open] summary:after {
  content: '−'
}

details p {
  font-size: 14px;
  color: var(--muted);
  padding-right: 28px;
  margin-bottom: 22px
}

.footer {
  border-top: 1px solid var(--line);
  padding-block: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px
}

.footer .wordmark {
  font-size: 27px
}

.footer p {
  font-size: 12px;
  color: var(--muted);
  margin: 0
}

.footer>span {
  font-size: 12px;
  color: var(--muted)
}

dialog {
  border: 1px solid var(--line);
  border-radius: 7px;
  max-width: 460px;
  width: calc(100% - 32px);
  padding: 40px;
  box-shadow: 0 20px 80px #0f172a33;
  color: var(--ink)
}

dialog::backdrop {
  background: #0f172a80
}

dialog h2 {
  font-size: 27px
}

dialog p:not(.eyebrow) {
  color: var(--muted);
  font-size: 15px
}

dialog .buy-button {
  margin-top: 24px
}

.close-button {
  position: absolute;
  right: 12px;
  top: 7px;
  font-size: 28px;
  line-height: 1;
  border: 0;
  background: transparent;
  color: #526071;
  padding: 6px
}

.preview-dialog {
  width: min(650px, calc(100% - 24px));
  max-width: 650px;
  background: #f1f5f9;
  padding: 45px 30px 30px
}

.preview-dialog .document {
  min-height: 620px;
  padding: 38px
}

.preview-dialog .document h2 {
  font-size: 36px
}

.preview-dialog .doc-top span,
.preview-dialog .doc-number,
.preview-dialog .doc-subtitle,
.preview-dialog .doc-section,
.preview-dialog .fields,
.preview-dialog .sample-row {
  font-size: 12px
}

.preview-dialog .doc-bottom {
  font-size: 9px
}

.preview-dialog .fields span {
  height: 24px
}

.mobile-purchase {
  display: none
}

.skip {
  position: fixed;
  left: 12px;
  top: -100px;
  z-index: 20;
  background: white;
  padding: 10px
}

.skip:focus {
  top: 10px
}

@media(min-width:1450px) {
  .product {
    gap: 82px
  }

  .document {
    min-height: 510px;
    padding: 34px 35px
  }

  .doc-section {
    margin-top: 19px
  }
}

@media(max-width:1000px) {
  .wrap {
    width: calc(100% - 48px)
  }

  .product {
    gap: 32px
  }

  .document-stage {
    padding-inline: 24px
  }

  .document {
    padding: 24px;
    min-height: 474px
  }

  .product-info h1 {
    font-size: 33px
  }

  .gallery-bar {
    padding-inline: 16px;
    font-size: 9px
  }

  .gallery-footer {
    font-size: 10px;
    padding-inline: 14px
  }

  .section-heading,
  .how-grid,
  .faq-grid {
    gap: 40px
  }

  .contents-grid {
    gap: 24px
  }

  .header nav {
    gap: 23px
  }
}

@media(max-width:720px) {
  .wrap {
    width: calc(100% - 36px)
  }

  .draft {
    font-size: 10px;
    padding: 6px 10px
  }

  .draft span {
    margin-left: 7px;
    font-size: 10px
  }

  .header {
    height: 74px
  }

  .wordmark {
    font-size: 30px
  }

  .header nav {
    gap: 20px;
    font-size: 12px
  }

  .header nav a:first-child {
    display: none
  }

  .header-cta {
    display: none
  }

  .breadcrumb {
    padding-block: 19px;
    font-size: 12px
  }

  .product {
    display: flex;
    flex-direction: column;
    gap: 28px;
    padding-bottom: 35px
  }

  .gallery {
    width: 100%
  }

  .gallery-bar {
    padding: 15px 18px
  }

  .document-stage {
    padding: 0 32px 20px
  }

  .document {
    min-height: 440px;
    max-width: 400px;
    padding: 25px
  }

  .document h2 {
    font-size: 28px
  }

  .doc-top {
    margin-bottom: 22px
  }

  .gallery-footer {
    padding: 0 16px 13px
  }

  .preview-tab {
    min-height: 70px;
    font-size: 11px
  }

  .product-info {
    padding: 0;
    width: 100%
  }

  .eyebrow {
    font-size: 10px;
    margin-bottom: 15px
  }

  .product-info h1 {
    font-size: 35px
  }

  .intro {
    font-size: 16px;
    max-width: none
  }

  .benefits {
    font-size: 14px
  }

  .product-meta {
    font-size: 12px
  }

  .section-nav nav {
    gap: 22px;
    font-size: 12px;
    min-height: 54px
  }

  .section-nav .nav-price {
    display: none
  }

  .section {
    padding-block: 48px
  }

  .section-heading,
  .how-grid,
  .faq-grid {
    grid-template-columns: 1fr;
    gap: 24px
  }

  .section-heading {
    margin-bottom: 28px
  }

  .section-heading>p {
    max-width: none
  }

  .contents-grid {
    grid-template-columns: 1fr;
    gap: 30px
  }

  .contents-grid h3 br {
    display: none
  }

  .contents-grid h3 {
    margin-top: 15px;
    font-size: 24px
  }

  .contents-grid p {
    min-height: 0;
    max-width: none
  }

  .contents-grid ul {
    margin-top: 17px
  }

  .contents-grid article {
    padding-top: 18px
  }

  .contents-grid li {
    font-size: 14px;
    padding: 11px 0
  }

  .content-note {
    line-height: 1.7
  }

  .how-section {
    padding-block: 44px
  }

  .how-grid>div>p:last-child {
    max-width: none
  }

  .how-grid {
    gap: 22px
  }

  .faq-grid {
    gap: 14px
  }

  .faq-grid h2 {
    font-size: 30px
  }

  .footer {
    align-items: flex-start;
    flex-wrap: wrap;
    padding-block: 26px;
    margin-bottom: 85px
  }

  .footer p {
    width: 100%;
    order: 3
  }

  .footer>span {
    padding-top: 3px
  }

  .mobile-purchase {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(255, 255, 255, 0.97);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-top: 1px solid var(--line);
    box-shadow: 0 -6px 25px rgba(15, 23, 42, 0.1);
    padding: 10px 18px max(10px, env(safe-area-inset-bottom));
    gap: 14px;
    transform: translateY(120%);
    opacity: 0;
    pointer-events: none;
    transition: transform .35s cubic-bezier(0.16, 1, 0.3, 1), opacity .25s ease
  }

  .mobile-purchase.visible {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto
  }

  .bottom-bar-info {
    display: flex;
    flex-direction: column;
    min-width: 0
  }

  .product-tag {
    font-size: 10.5px;
    font-weight: 650;
    color: #2563eb;
    letter-spacing: .02em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.2;
    margin-bottom: 2px
  }

  .bottom-bar-price {
    display: flex;
    align-items: baseline;
    gap: 5px
  }

  .bottom-bar-price strong {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
    color: var(--ink)
  }

  .bottom-bar-price small {
    font-size: 10.5px;
    color: #64748b
  }

  .mobile-purchase .buy-button {
    width: auto;
    min-height: 42px;
    font-size: 13px;
    gap: 12px;
    padding: 9px 16px;
    white-space: nowrap;
    flex-shrink: 0
  }

  dialog {
    padding: 36px 24px 25px
  }

  .preview-dialog {
    padding: 42px 12px 14px
  }

  .preview-dialog .document {
    padding: 23px
  }

  .preview-dialog .document h2 {
    font-size: 31px
  }
}

@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior: auto
  }
}

@media(max-width:720px) {
  .product {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding-top: 16px;
    padding-bottom: 35px
  }

  .product-gallery {
    order: 1;
    width: 100%
  }

  .product-info {
    order: 2;
    width: 100%;
    padding: 0
  }
}

/* --- Interactive File & Folder Tree Explorer --- */
.explorer-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px
}

.stat-pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: #f8fafc;
  border: 1px solid var(--line);
  padding: 6px 13px;
  border-radius: 20px;
  font-size: 12.5px;
  color: #334155
}

.stat-pill strong {
  color: var(--ink);
  font-weight: 650
}

.stat-icon {
  font-size: 13px
}

.docx-pill {
  background: #eff6ff;
  border-color: #bfdbfe;
  color: #1e40af
}

.xlsx-pill {
  background: #f0fdf4;
  border-color: #bbf7d0;
  color: #166534
}

.pdf-pill {
  background: #fef2f2;
  border-color: #fecaca;
  color: #991b1b
}

.folder-tree {
  display: flex;
  flex-direction: column;
  gap: 9px
}

.folder-accordion {
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
  overflow: hidden;
  transition: border-color .15s ease, box-shadow .15s ease
}

.folder-accordion:hover {
  border-color: #cbd5e1
}

.folder-accordion[open] {
  border-color: #bfdbfe;
  box-shadow: 0 3px 12px rgba(15, 23, 42, .04)
}

.folder-summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 11px 16px;
  background: #f8fafc;
  cursor: pointer;
  list-style: none;
  gap: 12px;
  user-select: none
}

.folder-summary::-webkit-details-marker {
  display: none
}

.folder-summary:after {
  display: none !important
}

.folder-accordion[open] .folder-summary {
  background: #f0f6ff;
  border-bottom: 1px solid #e0eafc
}

.folder-title-wrap {
  display: flex;
  align-items: center;
  gap: 11px;
  flex: 1;
  min-width: 0
}

.folder-icon {
  color: #eab308;
  display: flex;
  align-items: center;
  flex-shrink: 0
}

.folder-text {
  min-width: 0
}

.folder-name {
  font-size: 13.5px;
  font-weight: 650;
  color: #1e293b;
  margin: 0;
  letter-spacing: -.01em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.folder-desc {
  font-size: 11px;
  color: #64748b;
  margin: 2px 0 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.folder-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0
}

.folder-arrow {
  font-size: 13px;
  color: #64748b;
  transition: transform .2s ease;
  display: inline-block;
  line-height: 1
}

.folder-accordion[open] .folder-arrow {
  transform: rotate(180deg);
  color: var(--blue)
}

.folder-file-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px 12px;
  padding: 12px 14px;
  background: #fff
}

.file-item {
  display: flex;
  align-items: center;
  padding: 7px 11px;
  background: #f8fafc;
  border: 1px solid #f1f5f9;
  border-radius: 5px;
  gap: 8px;
  transition: background .15s ease, border-color .15s ease
}

.file-item:hover {
  background: #f1f5f9;
  border-color: #e2e8f0
}

.file-main {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  flex: 1
}

.file-icon-wrap {
  display: flex;
  align-items: center;
  flex-shrink: 0
}

.file-item.docx .file-icon-wrap {
  color: #2563eb
}

.file-item.xlsx .file-icon-wrap {
  color: #16a34a
}

.file-item.pdf .file-icon-wrap {
  color: #dc2626
}

.file-svg {
  width: 14px;
  height: 14px
}

.file-name {
  font-size: 12.5px;
  color: #334155;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

@media(max-width:768px) {
  .folder-file-grid {
    grid-template-columns: 1fr;
    padding: 9px 10px;
    gap: 6px
  }

  .folder-summary {
    padding: 10px 12px
  }

  .folder-name {
    font-size: 12.5px
  }

  .folder-desc {
    display: none
  }

  .file-item {
    padding: 6px 9px
  }

  .file-name {
    font-size: 12px
  }

  .explorer-stats {
    gap: 7px
  }

  .stat-pill {
    font-size: 11.5px;
    padding: 5px 10px
  }
}

/* --- Section: This is for you if you want to... --- */
.for-you-section {
  padding-block: 76px;
  border-top: 1px solid var(--line)
}

.for-you-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-top: 36px
}

.for-you-card {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 20px 22px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.03);
  transition: border-color .2s ease, box-shadow .2s ease
}

.for-you-card:hover {
  border-color: #bfdbfe;
  box-shadow: 0 6px 20px rgba(37, 99, 235, 0.06)
}

.for-you-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #eff6ff;
  color: #2563eb;
  flex-shrink: 0;
  border: 1px solid #dbeafe;
  margin-top: 2px
}

.for-you-content {
  flex: 1;
  min-width: 0
}

.for-you-text {
  font-size: 14.5px;
  color: #334155;
  line-height: 1.55;
  margin: 0
}

.for-you-text strong {
  color: var(--ink);
  font-weight: 700
}

/* --- Section: User Reviews (Facebook Style) --- */
.reviews-section {
  background: #f8fafc;
  padding-block: 76px;
  border-block: 1px solid #edf0f4
}

.fb-feed-card {
  background: #ffffff;
  border: 1px solid #dfe3e8;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(15, 23, 42, 0.05);
  max-width: 840px;
  margin-inline: auto;
  overflow: hidden
}

.fb-post-header {
  padding: 18px 20px;
  border-bottom: 1px solid #edf2f7;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px
}

.fb-group-info {
  display: flex;
  align-items: center;
  gap: 12px
}

.fb-group-icon {
  width: 42px;
  height: 42px;
  background: #1877f2;
  color: #fff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 900;
  flex-shrink: 0
}

.fb-group-title {
  font-size: 14.5px;
  font-weight: 700;
  color: #050505;
  margin: 0 0 2px;
  letter-spacing: -.01em
}

.fb-group-sub {
  font-size: 12px;
  color: #65676b;
  margin: 0
}

.fb-badge-verified {
  display: inline-flex;
  align-items: center;
  color: #1877f2;
  margin-left: 4px;
  vertical-align: middle
}

.fb-post-prompt {
  padding: 16px 20px 14px;
  background: #fff;
  border-bottom: 1px solid #edf2f7
}

.fb-post-prompt p {
  font-size: 14.5px;
  color: #050505;
  margin: 0;
  line-height: 1.55
}

.fb-post-stats {
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12.5px;
  color: #65676b;
  border-bottom: 1px solid #edf2f7;
  background: #fafbfc
}

.fb-stats-reactions {
  display: flex;
  align-items: center;
  gap: 5px
}

.fb-reaction-icons {
  display: inline-flex;
  align-items: center
}

.fb-reaction-icons span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  font-size: 11px;
  margin-right: -4px;
  border: 1.5px solid #fff
}

.fb-icon-like {
  background: #1877f2;
  color: #fff
}

.fb-icon-love {
  background: #fa3e3e;
  color: #fff
}

.fb-icon-care {
  background: #f7b125;
  color: #fff
}

.fb-comments-list {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 18px
}

.fb-comment-row {
  display: flex;
  align-items: flex-start;
  gap: 12px
}

.fb-avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 750;
  font-size: 13.5px;
  color: #ffffff;
  flex-shrink: 0;
  user-select: none;
  text-transform: uppercase
}

.fb-avatar.av-1 {
  background: linear-gradient(135deg, #3b82f6, #1d4ed8)
}

.fb-avatar.av-2 {
  background: linear-gradient(135deg, #0d9488, #047857)
}

.fb-avatar.av-3 {
  background: linear-gradient(135deg, #8b5cf6, #6d28d9)
}

.fb-avatar.av-4 {
  background: linear-gradient(135deg, #f59e0b, #d97706)
}

.fb-avatar.av-opswell {
  background: linear-gradient(135deg, #2563eb, #1e3a8a)
}

.fb-comment-body {
  flex: 1;
  min-width: 0
}

.fb-comment-bubble {
  background: #f0f2f5;
  border-radius: 18px;
  padding: 10px 14px;
  position: relative;
  display: inline-block;
  max-width: 100%
}

.fb-author-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  margin-bottom: 4px
}

.fb-author-name {
  font-size: 13.5px;
  font-weight: 700;
  color: #050505
}

.fb-author-role {
  font-size: 11.5px;
  color: #65676b;
  font-weight: 500
}

.fb-contributor-tag {
  font-size: 10.5px;
  background: #e2e8f0;
  color: #475569;
  padding: 1px 6px;
  border-radius: 10px;
  font-weight: 600
}

.fb-comment-text {
  font-size: 13.5px;
  color: #050505;
  line-height: 1.48;
  margin: 0
}

.fb-bubble-reaction {
  position: absolute;
  bottom: -9px;
  right: 10px;
  background: #fff;
  border-radius: 12px;
  padding: 2px 7px;
  display: flex;
  align-items: center;
  gap: 3px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.18);
  font-size: 11px;
  font-weight: 600;
  color: #65676b
}

.fb-comment-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 5px;
  margin-left: 12px;
  font-size: 12px;
  color: #65676b;
  font-weight: 600
}

.fb-action-btn {
  color: #65676b;
  cursor: pointer;
  transition: color .15s
}

.fb-action-btn:hover {
  text-decoration: underline;
  color: #050505
}

.fb-comment-time {
  color: #8a8d91;
  font-weight: 400
}

.fb-comment-reply {
  margin-left: 50px;
  margin-top: 10px
}

.fb-input-mock {
  padding: 14px 20px;
  background: #fafbfc;
  border-top: 1px solid #edf2f7;
  display: flex;
  align-items: center;
  gap: 12px
}

.fb-input-box {
  flex: 1;
  background: #f0f2f5;
  border-radius: 20px;
  padding: 8px 16px;
  font-size: 13px;
  color: #8a8d91;
  border: 1px solid transparent;
  cursor: text
}

/* --- Section: Final CTA Section --- */
.final-cta-section {
  background: linear-gradient(150deg, #091224 0%, #0f1d38 55%, #162a56 100%);
  color: #ffffff;
  padding-block: 84px;
  position: relative;
  overflow: hidden
}

.final-cta-section::before {
  content: '';
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  width: 600px;
  height: 300px;
  background: radial-gradient(circle, rgba(37, 99, 235, 0.25) 0%, transparent 70%);
  pointer-events: none
}

.final-cta-wrap {
  max-width: 820px;
  margin-inline: auto;
  text-align: center;
  position: relative;
  z-index: 2
}

.final-cta-heading {
  font-size: clamp(2rem, 3.4vw, 2.8rem);
  font-weight: 750;
  color: #ffffff;
  line-height: 1.18;
  margin-bottom: 18px;
  letter-spacing: -.03em
}

.final-cta-sub {
  font-size: 16px;
  color: #cbd5e1;
  line-height: 1.65;
  max-width: 620px;
  margin-inline: auto;
  margin-bottom: 36px
}

.final-cta-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 14px;
  padding: 34px 28px;
  max-width: 640px;
  margin-inline: auto;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35)
}

.final-pricing {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 12px;
  margin-bottom: 12px
}

.final-strikethrough {
  font-size: 24px;
  color: #94a3b8;
  text-decoration: line-through;
  font-weight: 500
}

.final-price {
  font-size: 42px;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: -.02em
}

.final-price small {
  font-size: 14px;
  color: #93c5fd;
  font-weight: 600;
  margin-left: 4px
}

.final-timer-badge strong {
  color: #fef08a;
  font-weight: 800;
  letter-spacing: .02em
}

.final-cta-btn {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  gap: 12px;
  background: #2563eb;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 6px;
  min-height: 54px;
  padding: 14px 26px;
  font-size: 16px;
  font-weight: 700;
  box-shadow: 0 6px 20px rgba(37, 99, 235, 0.4);
  transition: all .15s ease
}

.final-cta-btn:hover {
  background: #1d4ed8;
  transform: translateY(-1px);
  box-shadow: 0 8px 24px rgba(37, 99, 235, 0.5)
}

.final-guarantees {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 26px;
  text-align: left;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 22px
}

.final-guarantee-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12.5px;
  color: #cbd5e1
}

.final-check-icon {
  color: #60a5fa;
  font-weight: 800;
  font-size: 14px
}

@media(max-width:768px) {
  .for-you-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 24px
  }

  .for-you-card {
    padding: 18px
  }

  .fb-comment-reply {
    margin-left: 26px
  }

  .final-guarantees {
    grid-template-columns: 1fr;
    gap: 10px
  }

  .final-cta-card {
    padding: 26px 18px
  }

  .final-price {
    font-size: 35px
  }

  .final-cta-heading {
    font-size: 26px
  }
}

/* --- Homepage Specific Styles --- */
.home-nav-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 22px;
  border-bottom: 1px solid var(--line);
}
.home-brand-wrap {
  display: flex;
  align-items: center;
  gap: 16px;
}
.home-logo-link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  line-height: 0;
}
.home-logo-img {
  display: block;
  height: 36px;
  width: auto;
  object-fit: contain;
}
.home-brand-wrap .wordmark {
  font-size: 28px;
  font-weight: 700;
  color: var(--ink);
  letter-spacing: -0.03em;
}
.home-region-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  padding: 4px 10px;
  border-radius: 9999px;
  font-size: 11.5px;
  font-weight: 600;
  color: #475569;
}
.home-nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 14px;
  font-weight: 550;
  color: #475569;
}
.home-nav-links a:hover {
  color: var(--blue);
}
.home-nav-cta {
  background: var(--blue);
  color: #fff !important;
  padding: 8px 16px;
  border-radius: 6px;
  font-size: 13.5px;
  font-weight: 600;
  transition: background .15s ease;
}
.home-nav-cta:hover {
  background: #1d4ed8;
}

/* Home Hero */
.home-hero-section {
  padding-top: 70px;
  padding-bottom: 60px;
  text-align: center;
  border-bottom: 1px solid var(--line);
  background: radial-gradient(circle at 50% 0%, rgba(37, 99, 235, 0.05) 0%, transparent 60%);
}
.home-hero-wrap {
  max-width: 860px;
  margin-inline: auto;
}
.home-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #eff6ff;
  border: 1px solid #bfdbfe;
  color: #1e40af;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .06em;
  padding: 6px 14px;
  border-radius: 9999px;
  margin-bottom: 24px;
  text-transform: uppercase;
}
.home-hero-title {
  font-size: clamp(2.4rem, 4.4vw, 3.6rem);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.035em;
  color: var(--ink);
  margin-bottom: 22px;
}
.home-hero-sub {
  font-size: 17.5px;
  line-height: 1.65;
  color: #475569;
  max-width: 700px;
  margin-inline: auto;
  margin-bottom: 34px;
}
.home-trust-strip {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 22px;
  font-size: 13.5px;
  color: #334155;
  font-weight: 550;
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px dashed #e2e8f0;
}
.home-trust-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.trust-svg-icon {
  width: 17px;
  height: 17px;
  color: var(--blue);
  flex-shrink: 0;
}

/* Toolkits Catalog Grid */
.catalog-section {
  padding-block: 80px;
  background: #f8fafc;
  border-bottom: 1px solid #edf2f7;
}
.catalog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 30px;
  margin-top: 40px;
}
.catalog-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 30px 28px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 18px rgba(15, 23, 42, 0.04);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
  position: relative;
}
.catalog-card.active-card {
  border-color: #bfdbfe;
  box-shadow: 0 8px 30px rgba(37, 99, 235, 0.08);
}
.catalog-card.active-card:hover {
  transform: translateY(-3px);
  border-color: var(--blue);
  box-shadow: 0 14px 40px rgba(37, 99, 235, 0.12);
}
.card-status-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  border-radius: 6px;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: .05em;
  text-transform: uppercase;
  width: fit-content;
  margin-bottom: 16px;
}
.badge-available {
  background: #eff6ff;
  color: #1d4ed8;
  border: 1px solid #bfdbfe;
}
.badge-coming {
  background: #f1f5f9;
  color: #64748b;
  border: 1px solid #e2e8f0;
}
.card-icon-wrap {
  width: 44px;
  height: 44px;
  border-radius: 8px;
  background: #f1f5f9;
  color: #475569;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  border: 1px solid #e2e8f0;
}
.active-card .card-icon-wrap {
  background: #eff6ff;
  color: var(--blue);
  border-color: #bfdbfe;
}
.card-icon-svg {
  width: 22px;
  height: 22px;
}
.card-title {
  font-size: 19px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--ink);
  margin-bottom: 10px;
}
.card-desc {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.6;
  margin-bottom: 22px;
  flex: 1;
}
.card-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
  padding-block: 14px;
  border-block: 1px solid #f1f5f9;
}
.highlight-pill {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  padding: 4px 8px;
  font-size: 11.5px;
  font-weight: 600;
  color: #475569;
}
.card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  gap: 14px;
}
.card-price-wrap {
  display: flex;
  align-items: baseline;
  gap: 8px;
}
.card-price {
  font-size: 22px;
  font-weight: 750;
  color: var(--ink);
}
.card-del {
  font-size: 14px;
  color: #94a3b8;
  text-decoration: line-through;
}
.card-cta-btn {
  background: var(--blue);
  color: #fff;
  padding: 10px 18px;
  border-radius: 6px;
  font-size: 13.5px;
  font-weight: 650;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: background .15s ease;
}
.card-cta-btn:hover {
  background: #1d4ed8;
}
.card-waitlist-btn {
  background: #f8fafc;
  color: #334155;
  border: 1px solid #cbd5e1;
  padding: 9px 15px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: all .15s ease;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.card-waitlist-btn:hover {
  background: #e2e8f0;
  color: var(--ink);
  border-color: #94a3b8;
}

/* The Opswell Standard */
.standards-section {
  padding-block: 84px;
  border-bottom: 1px solid var(--line);
}
.standards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-top: 40px;
}
.standard-card {
  padding: 30px 26px;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
}
.standard-icon-wrap {
  width: 42px;
  height: 42px;
  border-radius: 8px;
  background: #eff6ff;
  color: var(--blue);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  border: 1px solid #dbeafe;
}
.standard-icon-svg {
  width: 20px;
  height: 20px;
}
.standard-sub {
  font-size: 12px;
  font-weight: 650;
  color: var(--blue);
  text-transform: uppercase;
  letter-spacing: .05em;
  margin-bottom: 6px;
}
.standard-title {
  font-size: 18px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 10px;
}
.standard-desc {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.65;
  margin: 0;
}

/* About Opswell Section */
.about-section {
  padding-block: 84px;
  background: #f8fafc;
  border-bottom: 1px solid var(--line);
}
.about-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 48px;
  align-items: center;
  margin-top: 36px;
}
.about-text p {
  font-size: 15.5px;
  line-height: 1.7;
  color: #475569;
  margin-bottom: 16px;
}
.about-text p:last-child {
  margin-bottom: 0;
}
.about-card-box {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 32px 28px;
  box-shadow: 0 4px 20px rgba(15, 23, 42, 0.04);
}
.about-card-title {
  font-size: 17px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 16px;
}
.about-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.about-list-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13.5px;
  color: #334155;
  line-height: 1.45;
}
.about-list-item strong {
  color: var(--ink);
}
.about-check-svg {
  width: 17px;
  height: 17px;
  color: var(--blue);
  flex-shrink: 0;
  margin-top: 2px;
}

@media(max-width:820px) {
  .home-nav-links {
    display: none;
  }
}

@media(max-width:720px) {
  /* Homepage Nav Bar */
  .home-nav-bar {
    padding-block: 16px;
    flex-wrap: wrap;
    gap: 12px;
  }
  .home-brand-wrap {
    gap: 10px;
    align-items: center;
  }
  .home-logo-img {
    height: 32px;
  }
  .home-brand-wrap .wordmark {
    font-size: 26px;
  }
  .home-region-badge {
    font-size: 10.5px;
    padding: 3px 8px;
  }

  /* Homepage Hero */
  .home-hero-section {
    padding-top: 36px;
    padding-bottom: 36px;
  }
  .home-hero-badge {
    font-size: 10.5px;
    padding: 4px 10px;
    margin-bottom: 14px;
    letter-spacing: .04em;
    max-width: 100%;
    white-space: normal;
  }
  .home-hero-title {
    font-size: clamp(23px, 6.8vw, 30px);
    line-height: 1.18;
    margin-bottom: 14px;
    letter-spacing: -0.025em;
  }
  .home-hero-sub {
    font-size: 14.5px;
    line-height: 1.55;
    margin-bottom: 22px;
  }
  .home-hero-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    max-width: 340px;
    margin-inline: auto;
  }
  .home-hero-btn,
  .home-hero-secondary {
    width: 100% !important;
    justify-content: center;
    text-align: center;
    min-height: 46px;
    padding: 12px 18px;
    box-sizing: border-box;
    font-size: 14px;
  }
  .home-trust-strip {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin-top: 22px;
    padding: 16px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    max-width: 100%;
    text-align: left;
    font-size: 12px;
  }

  /* Toolkits Catalog Grid */
  .catalog-section {
    padding-block: 44px;
  }
  .catalog-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 24px;
  }
  .catalog-card {
    padding: 22px 18px;
    border-radius: 10px;
  }
  .card-icon {
    font-size: 26px;
    margin-bottom: 10px;
  }
  .card-title {
    font-size: 17.5px;
    line-height: 1.3;
  }
  .card-desc {
    font-size: 13.5px;
    line-height: 1.55;
    margin-bottom: 16px;
  }
  .card-highlights {
    gap: 6px;
    margin-bottom: 18px;
    padding-block: 10px;
  }
  .highlight-pill {
    font-size: 11px;
    padding: 3px 7px;
  }
  .card-footer {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }
  .card-price-wrap {
    justify-content: space-between;
    width: 100%;
  }
  .card-cta-btn,
  .card-waitlist-btn {
    width: 100%;
    justify-content: center;
    text-align: center;
    padding: 11px 16px;
    font-size: 14px;
    box-sizing: border-box;
  }

  /* The Opswell Standard */
  .standards-section {
    padding-block: 44px;
  }
  .standards-grid {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 22px;
  }
  .standard-card {
    padding: 20px 18px;
  }
  .standard-icon-wrap {
    margin-bottom: 12px;
  }
  .standard-title {
    font-size: 16.5px;
  }
  .standard-desc {
    font-size: 13.5px;
    line-height: 1.55;
  }

  /* About Opswell Section */
  .about-section {
    padding-block: 44px;
  }
  .about-grid {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 22px;
  }
  .about-text p {
    font-size: 14.5px;
    line-height: 1.6;
    margin-bottom: 14px;
  }
  .about-card-box {
    padding: 22px 18px;
  }

  /* Homepage Footer */
  .home-footer-wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding-block: 28px;
  }
  .home-footer-meta {
    text-align: left !important;
  }
}

/* --- Unified Global Site Footer --- */
.site-footer {
  border-top: 1px solid var(--line);
  padding-block: 48px 40px;
  background: #ffffff;
  color: var(--ink);
}

.site-footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}

.footer-brand-col {
  max-width: 400px;
}

.footer-logo {
  display: inline-block;
  margin-bottom: 12px;
  text-decoration: none;
  line-height: 0;
}

.footer-logo-img {
  display: block;
  height: 36px;
  width: auto;
  object-fit: contain;
}

.footer-desc {
  font-size: 13.5px;
  color: var(--muted);
  line-height: 1.6;
  margin: 0;
}

.footer-contact-col {
  max-width: 320px;
}

.footer-col-title {
  font-size: 12.5px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: var(--ink);
  margin: 0 0 8px;
}

.footer-contact-text {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.55;
  margin: 0 0 8px;
}

.footer-contact-email {
  font-size: 13.5px;
  font-weight: 600;
  color: var(--blue);
  text-decoration: none;
  display: inline-block;
  transition: color .15s ease;
}

.footer-contact-email:hover {
  text-decoration: underline;
  color: #1d4ed8;
}

.footer-links-col {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
  flex-shrink: 0;
}

.footer-legal-links {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 13px;
  font-weight: 550;
  color: #475569;
}

.footer-link {
  color: #475569;
  transition: color .15s ease;
}

.footer-link:hover {
  color: var(--blue);
  text-decoration: underline;
}

.footer-dot {
  color: #cbd5e1;
}

.footer-copy {
  font-size: 12px;
  color: #94a3b8;
  margin: 0;
}

@media(max-width: 768px) {
  .site-footer {
    padding-block: 30px 26px;
  }
  .site-footer-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }
  .footer-brand-col,
  .footer-contact-col,
  .footer-links-col {
    max-width: 100%;
    width: 100%;
    flex: none;
  }
  .footer-logo {
    margin-bottom: 8px;
  }
  .footer-logo-img {
    height: 30px;
  }
  .footer-desc {
    font-size: 13px;
    line-height: 1.5;
  }
  .footer-col-title {
    margin: 0 0 4px;
    font-size: 12px;
  }
  .footer-contact-text {
    font-size: 13px;
    line-height: 1.45;
    margin: 0 0 6px;
  }
  .footer-links-col {
    align-items: flex-start;
    gap: 8px;
    margin-top: 2px;
  }
}

@media(max-width: 720px) {
  body:has(.mobile-purchase) .site-footer {
    padding-bottom: 95px;
  }
}

/* ======================================================== */
/* BRANDING: HOME CARE PRODUCT PAGE ONLY                    */
/* Primary Deep Teal: #1F4F5F                               */
/* Accent Soft Teal: #4FA3A5                                */
/* Background Warm Off White: #F7FAF9                       */
/* Surface White: #FFFFFF                                   */
/* Main Text Charcoal: #1F2937                              */
/* ======================================================== */

body.page-homecare {
  --hc-primary: #1F4F5F;
  --hc-primary-dark: #163a46;
  --hc-primary-light: #2c6e84;
  --hc-accent: #4FA3A5;
  --hc-accent-soft: #eaf4f5;
  --hc-accent-border: rgba(79, 163, 165, 0.35);
  --hc-bg: #F7FAF9;
  --hc-surface: #FFFFFF;
  --hc-text: #1F2937;
  --hc-muted: #4b5563;
  --hc-line: #e2e8f0;

  background-color: var(--hc-bg);
  color: var(--hc-text);
}

/* Headings & Text */
body.page-homecare h1,
body.page-homecare h2,
body.page-homecare h3 {
  color: var(--hc-primary);
}

body.page-homecare h1 span {
  color: #2e444e;
}

body.page-homecare p.intro,
body.page-homecare .section-heading > p,
body.page-homecare .how-grid > div > p:last-child,
body.page-homecare .steps p,
body.page-homecare details p,
body.page-homecare .footer-desc {
  color: var(--hc-muted);
}

body.page-homecare .eyebrow {
  color: var(--hc-primary);
}

/* Top Announcement Bar */
body.page-homecare .top-announcement-bar {
  background: linear-gradient(180deg, #10262e 0%, #1F4F5F 100%);
  border-bottom: 1px solid rgba(79, 163, 165, 0.35);
}

body.page-homecare .announcement-heading {
  color: #d1e3e6;
}

body.page-homecare .announcement-pill {
  background: linear-gradient(135deg, #183e4a 0%, #286477 100%);
  border: 1px solid rgba(79, 163, 165, 0.5);
  box-shadow: 0 3px 14px rgba(31, 79, 95, 0.35);
}

body.page-homecare .pill-countdown {
  background: var(--hc-accent-soft);
  border-color: rgba(79, 163, 165, 0.6);
  color: #dc2626;
}

/* Gallery & Slider */
body.page-homecare .slider-stage {
  background: var(--hc-bg);
  border-color: var(--hc-accent-border);
  box-shadow: 0 8px 24px rgba(31, 79, 95, 0.08);
}

body.page-homecare .slide-item {
  background: var(--hc-surface);
}

body.page-homecare .slider-btn:hover {
  color: var(--hc-primary);
  border-color: var(--hc-accent);
}

body.page-homecare .slider-stage:hover .zoom-badge {
  background: rgba(31, 79, 95, 0.92);
}

body.page-homecare .thumb-btn {
  background: var(--hc-surface);
  border-color: transparent;
}

body.page-homecare .thumb-btn.active {
  border-color: var(--hc-primary);
  box-shadow: 0 0 0 2px rgba(79, 163, 165, 0.45);
}

/* Benefits Checkmark */
body.page-homecare .benefits li:before {
  color: var(--hc-accent);
  font-weight: 700;
}

/* Price & Offer Card */
body.page-homecare .price {
  color: var(--hc-primary);
}

body.page-homecare .offer-timer-card {
  background: var(--hc-surface);
  border-color: var(--hc-accent-border);
}

/* Primary Buy Button */
body.page-homecare .buy-button {
  background: var(--hc-primary);
  border-color: var(--hc-primary);
  color: #ffffff;
  transition: all .2s ease;
}

body.page-homecare .buy-button:hover {
  background: var(--hc-primary-dark);
  border-color: var(--hc-primary-dark);
  box-shadow: 0 4px 16px rgba(31, 79, 95, 0.3);
}

body.page-homecare button:focus-visible,
body.page-homecare a:focus-visible,
body.page-homecare summary:focus-visible {
  outline: 3px solid var(--hc-accent);
  outline-offset: 4px;
}

/* Product Highlights Checklist */
body.page-homecare .product-highlights-list {
  background: var(--hc-surface);
  border-color: var(--hc-accent-border);
}

body.page-homecare .highlight-item {
  color: var(--hc-text);
}

body.page-homecare .highlight-item strong {
  color: var(--hc-primary);
}

body.page-homecare .highlight-check-icon circle {
  fill: var(--hc-accent-soft);
}

body.page-homecare .highlight-check-icon path {
  stroke: var(--hc-primary);
}

/* Sticky Section Navigation */
body.page-homecare .section-nav {
  background: rgba(247, 250, 249, 0.95);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-block-color: rgba(79, 163, 165, 0.25);
}

body.page-homecare .section-nav a {
  color: var(--hc-text);
  transition: color .15s ease;
}

body.page-homecare .section-nav a:hover {
  color: var(--hc-primary);
}

/* Explorer Stats Bar */
body.page-homecare .stat-pill {
  background: var(--hc-surface);
  border-color: var(--hc-accent-border);
  color: var(--hc-text);
}

body.page-homecare .stat-pill strong {
  color: var(--hc-primary);
}

body.page-homecare .docx-pill {
  background: var(--hc-accent-soft);
  border-color: rgba(79, 163, 165, 0.45);
  color: var(--hc-primary);
}

/* Folder Tree Explorer */
body.page-homecare .folder-accordion {
  border-color: rgba(79, 163, 165, 0.25);
  background: var(--hc-surface);
}

body.page-homecare .folder-accordion:hover {
  border-color: var(--hc-accent);
}

body.page-homecare .folder-accordion[open] {
  border-color: var(--hc-accent);
  box-shadow: 0 4px 16px rgba(31, 79, 95, 0.08);
}

body.page-homecare .folder-summary {
  background: #fbfdfc;
}

body.page-homecare .folder-accordion[open] .folder-summary {
  background: var(--hc-accent-soft);
  border-bottom-color: rgba(79, 163, 165, 0.3);
}

body.page-homecare .folder-name {
  color: var(--hc-text);
}

body.page-homecare .folder-desc {
  color: var(--hc-muted);
}

body.page-homecare .folder-accordion[open] .folder-arrow {
  color: var(--hc-primary);
}

body.page-homecare .folder-file-grid {
  background: var(--hc-surface);
}

body.page-homecare .file-item {
  background: var(--hc-bg);
  border-color: rgba(79, 163, 165, 0.15);
}

body.page-homecare .file-item:hover {
  background: var(--hc-accent-soft);
  border-color: var(--hc-accent);
}

body.page-homecare .file-item.docx .file-icon-wrap {
  color: var(--hc-primary);
}

body.page-homecare .file-name {
  color: var(--hc-text);
}

/* "This toolkit is built for you" Cards */
body.page-homecare .for-you-section {
  border-top-color: var(--hc-line);
}

body.page-homecare .for-you-card {
  background: var(--hc-surface);
  border-color: rgba(79, 163, 165, 0.25);
}

body.page-homecare .for-you-card:hover {
  border-color: var(--hc-accent);
  box-shadow: 0 6px 20px rgba(31, 79, 95, 0.08);
}

body.page-homecare .for-you-icon {
  background: var(--hc-accent-soft);
  color: var(--hc-primary);
  border-color: rgba(79, 163, 165, 0.4);
}

body.page-homecare .for-you-text {
  color: var(--hc-text);
}

body.page-homecare .for-you-text strong {
  color: var(--hc-primary);
}

/* How Section */
body.page-homecare .how-section {
  background: #eff5f4;
  border-block-color: rgba(79, 163, 165, 0.2);
}

body.page-homecare .steps li {
  border-bottom-color: rgba(79, 163, 165, 0.2);
}

body.page-homecare .steps li > span {
  color: var(--hc-accent);
  font-weight: 700;
}

body.page-homecare .steps h3 {
  color: var(--hc-primary);
}

/* Reviews Section */
body.page-homecare .reviews-section {
  background: var(--hc-bg);
  border-block-color: rgba(79, 163, 165, 0.2);
}

body.page-homecare .fb-feed-card {
  background: var(--hc-surface);
  border-color: rgba(79, 163, 165, 0.25);
  box-shadow: 0 4px 20px rgba(31, 79, 95, 0.06);
}

/* FAQ Details */
body.page-homecare details {
  border-bottom-color: rgba(79, 163, 165, 0.25);
}

body.page-homecare details:first-child {
  border-top-color: rgba(79, 163, 165, 0.25);
}

body.page-homecare summary {
  color: var(--hc-text);
}

body.page-homecare summary:hover {
  color: var(--hc-primary);
}

body.page-homecare summary:after {
  color: var(--hc-accent);
  font-weight: 600;
}

/* Final CTA Section */
body.page-homecare .final-cta-section {
  background: linear-gradient(150deg, #10262e 0%, #1F4F5F 55%, #2a6578 100%);
}

body.page-homecare .final-cta-section::before {
  background: radial-gradient(circle, rgba(79, 163, 165, 0.35) 0%, transparent 70%);
}

body.page-homecare .final-cta-heading {
  color: #ffffff;
}

body.page-homecare .final-cta-card {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(79, 163, 165, 0.4);
  box-shadow: 0 24px 60px rgba(16, 38, 46, 0.45);
}

body.page-homecare .final-price small {
  color: #bce4e5;
}

body.page-homecare .final-cta-btn {
  background: var(--hc-accent);
  border-color: var(--hc-accent);
  color: #ffffff;
  box-shadow: 0 6px 20px rgba(79, 163, 165, 0.45);
}

body.page-homecare .final-cta-btn:hover {
  background: #3f8f91;
  border-color: #3f8f91;
  transform: translateY(-1px);
}

body.page-homecare .final-check-icon {
  color: var(--hc-accent);
}

/* Mobile Sticky Purchase Bar */
body.page-homecare .mobile-purchase {
  background: rgba(255, 255, 255, 0.98);
  border-top-color: rgba(79, 163, 165, 0.25);
}

body.page-homecare .product-tag {
  color: var(--hc-primary);
}

body.page-homecare .bottom-bar-price strong {
  color: var(--hc-primary);
}

body.page-homecare .mobile-purchase .buy-button {
  background: var(--hc-primary);
  border-color: var(--hc-primary);
}

body.page-homecare .mobile-purchase .buy-button:hover {
  background: var(--hc-primary-dark);
}

/* Site Footer on Home Care Page */
body.page-homecare .site-footer {
  background: var(--hc-surface);
  border-top: 1px solid rgba(79, 163, 165, 0.2);
}

body.page-homecare .footer-link:hover {
  color: var(--hc-primary);
}

body.page-homecare .footer-col-title {
  color: var(--hc-primary);
}

body.page-homecare .footer-contact-text {
  color: var(--hc-muted);
}

body.page-homecare .footer-contact-email {
  color: var(--hc-primary);
}

body.page-homecare .footer-contact-email:hover {
  color: var(--hc-accent);
}