/* SKYLOTUS fixed white navigation — 2026-08-14 */
:root {
  --skylotus-nav-height: 72px;
  --skylotus-nav-ink: #1f1b16;
  --skylotus-nav-gold: #c89c2f;
}

html {
  scroll-padding-top: calc(var(--skylotus-nav-height) + 16px);
}

body > header {
  position: fixed !important;
  inset: 0 0 auto 0 !important;
  z-index: 1000 !important;
  min-height: var(--skylotus-nav-height) !important;
  background: #ffffff !important;
  color: var(--skylotus-nav-ink) !important;
  border-bottom: 1px solid rgba(200, 156, 47, 0.22) !important;
  box-shadow: 0 8px 28px rgba(31, 27, 22, 0.08) !important;
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
}

body > header > div:first-child {
  height: var(--skylotus-nav-height) !important;
}

body > header nav a,
body > header button,
body > header a {
  color: var(--skylotus-nav-ink) !important;
}

body > header nav a:hover {
  color: #9f771c !important;
}

body > header a[class*="bg-[#7f9376]"],
body > header a[href*="office"],
body > header a[href*="dashboard"] {
  color: #ffffff !important;
}

body > header img[src="/logo/logo1.png"] {
  object-fit: contain !important;
}

body > header button[aria-label] {
  border: 1px solid rgba(200, 156, 47, 0.25);
  background: #faf8f3;
}

.skylotus-mobile-menu {
  position: absolute;
  top: 72px;
  left: 14px;
  right: 14px;
  max-height: calc(100vh - 92px);
  overflow-y: auto;
  padding: 12px;
  border: 1px solid rgba(127, 147, 118, 0.24);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 22px 55px rgba(31, 42, 30, 0.18);
}

.skylotus-mobile-menu[hidden] {
  display: none !important;
}

.skylotus-mobile-menu > a,
.skylotus-mobile-languages > a {
  display: block;
  padding: 11px 13px;
  border-radius: 11px;
  color: #354033 !important;
  font-size: 14px;
  font-weight: 650;
  text-decoration: none;
}

.skylotus-mobile-menu > a:hover,
.skylotus-mobile-languages > a:hover {
  color: #5f7859 !important;
  background: #f0f4ee;
}

.skylotus-mobile-languages {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 7px;
  margin-top: 9px;
  padding-top: 10px;
  border-top: 1px solid #d4e0d0;
}

.skylotus-language-switcher {
  flex-wrap: wrap;
}

body > header .skylotus-language-switcher > a {
  min-width: 30px;
  padding-right: 7px !important;
  padding-left: 7px !important;
  text-align: center;
}

body > footer .skylotus-language-switcher {
  row-gap: 7px;
}

@media (min-width: 1024px) and (max-width: 1180px) {
  body > header nav {
    gap: 12px !important;
    font-size: 13px !important;
  }

  body > header > div:first-child {
    padding-right: 14px !important;
    padding-left: 14px !important;
  }

  body > header .skylotus-language-switcher > a {
    min-width: 26px;
    padding-right: 5px !important;
    padding-left: 5px !important;
  }
}

.skylotus-mobile-languages > a {
  padding: 9px 6px;
  text-align: center;
  font-size: 12px;
}

.skylotus-mobile-menu > .skylotus-mobile-account {
  margin-top: 8px;
  text-align: center;
  background: #7f9376;
  color: #fff !important;
}

.skylotus-mobile-menu > .skylotus-mobile-account:hover {
  background: #5f7859;
  color: #fff !important;
}

/* Compact contact section */
.skylotus-contact-compact {
  padding: 30px 0 !important;
  background: #f7f9f5 !important;
}

.skylotus-contact-container {
  width: min(1240px, calc(100% - 40px));
  margin: 0 auto;
}

.skylotus-contact-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 14px;
}

.skylotus-contact-eyebrow,
.skylotus-contact-label {
  display: block;
  color: #7f9376;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1.25;
  text-transform: uppercase;
}

.skylotus-contact-title {
  margin: 3px 0 0;
  color: #354033;
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 900;
  letter-spacing: -0.025em;
  line-height: 1.06;
}

.skylotus-contact-intro {
  max-width: 490px;
  margin: 0;
  color: #657063;
  font-size: 14px;
  line-height: 1.6;
  text-align: right;
}

.skylotus-contact-grid {
  display: grid;
  grid-template-columns: 1.12fr 1.12fr 0.9fr;
  gap: 16px;
  align-items: stretch;
}

.skylotus-contact-card {
  min-width: 0;
  border: 1px solid #d9e2d5;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(53, 64, 51, 0.06);
}

.skylotus-contact-info {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px;
}

.skylotus-contact-detail {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  min-width: 0;
}

.skylotus-contact-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  border: 1px solid #d4e0d0;
  border-radius: 10px;
  background: #f0f4ee;
  color: #5f7859;
  font-size: 13px;
  font-weight: 900;
}

.skylotus-contact-detail-body {
  min-width: 0;
}

.skylotus-contact-value {
  display: block;
  margin-top: 3px;
  overflow-wrap: anywhere;
  color: #354033;
  font-size: 13px;
  font-weight: 720;
  line-height: 1.38;
  text-decoration: none;
}

a.skylotus-contact-value:hover {
  color: #5f7859;
}

.skylotus-contact-lower {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 90px;
  gap: 14px;
  align-items: end;
  padding-top: 11px;
  border-top: 1px solid #e3e9df;
}

.skylotus-contact-list {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.skylotus-contact-website-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 7px 0 0 42px;
  border-top: 1px dashed #e3e9df;
}

.skylotus-contact-qr-hint {
  display: block;
  margin-top: 6px;
  color: #8a9387;
  font-size: 11px;
}

.skylotus-contact-qr {
  width: 90px;
  height: 90px;
  padding: 4px;
  border: 1px solid #d4e0d0;
  border-radius: 12px;
  background: #fff;
}

.skylotus-contact-qr img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.skylotus-contact-map-card {
  display: flex;
  flex-direction: column;
  min-height: 252px;
  overflow: hidden;
}

.skylotus-contact-card-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 13px 16px;
  color: #354033;
  font-size: 13px;
}

.skylotus-contact-map-link {
  color: #7f9376;
  font-size: 11px;
  font-weight: 750;
  text-decoration: none;
}

.skylotus-contact-map {
  display: block;
  flex: 1;
  width: 100%;
  min-height: 202px;
  border: 0;
}

.skylotus-contact-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  align-content: start;
  padding: 16px;
}

.skylotus-contact-form-title,
.skylotus-contact-form textarea,
.skylotus-contact-submit {
  grid-column: 1 / -1;
}

.skylotus-contact-form-title {
  margin: 0 0 2px;
  color: #354033;
  font-size: 17px;
  font-weight: 850;
}

.skylotus-contact-form input,
.skylotus-contact-form textarea {
  min-width: 0;
  width: 100%;
  border: 1px solid #d4e0d0;
  border-radius: 10px;
  background: #f9faf8;
  color: #354033;
  font: inherit;
  font-size: 12px;
  outline: none;
}

.skylotus-contact-form input {
  padding: 10px 11px;
}

.skylotus-contact-form textarea {
  min-height: 66px;
  padding: 10px 11px;
  resize: vertical;
}

.skylotus-contact-form input:focus,
.skylotus-contact-form textarea:focus {
  border-color: #7f9376;
  box-shadow: 0 0 0 3px rgba(127, 147, 118, 0.14);
}

.skylotus-contact-submit {
  border: 0;
  border-radius: 10px;
  padding: 11px 15px;
  background: #7f9376;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
}

.skylotus-contact-submit:hover {
  background: #5f7859;
}

@media (max-width: 1023px) {
  .skylotus-contact-grid {
    grid-template-columns: 1fr 1fr;
  }

  .skylotus-contact-info {
    grid-column: 1 / -1;
  }
}

@media (max-width: 700px) {
  .skylotus-contact-compact {
    padding: 28px 0 !important;
  }

  .skylotus-contact-container {
    width: min(100% - 28px, 560px);
  }

  .skylotus-contact-heading,
  .skylotus-contact-grid {
    display: block;
  }

  .skylotus-contact-intro {
    margin-top: 8px;
    text-align: left;
  }

  .skylotus-contact-card + .skylotus-contact-card {
    margin-top: 12px;
  }

  .skylotus-contact-info {
    padding: 16px;
  }

  .skylotus-contact-map-card {
    min-height: 246px;
  }

  .skylotus-contact-map {
    min-height: 194px;
  }

  .skylotus-contact-form {
    padding: 16px;
  }
}

/* Compact, structured corporate footer */
body > footer {
  padding-block: 28px !important;
}

body > footer > div {
  max-width: 1280px !important;
}

body > footer > div > div:first-child {
  grid-template-columns: minmax(250px, 1.15fr) minmax(310px, 1.35fr) minmax(245px, 0.9fr) !important;
  gap: 28px !important;
  padding-bottom: 22px !important;
  align-items: start;
}

body > footer > div > div:first-child > div:first-child > div:first-child {
  margin-bottom: 6px !important;
}

body > footer img[src="/logo/logo1.png"] {
  object-fit: contain !important;
  object-position: left center !important;
}

body > footer > div > div:first-child > div:nth-child(2) > div {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 24px !important;
  row-gap: 6px !important;
}

body > footer h4 {
  margin-bottom: 10px !important;
}

body > footer a {
  line-height: 1.35;
}

body > footer > div > div:last-child {
  padding-top: 18px !important;
  gap: 18px !important;
}

body > footer .skylotus-footer-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 8px 18px;
}

body > footer .skylotus-footer-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: rgba(255, 255, 255, 0.82) !important;
  font-weight: 600;
  white-space: nowrap;
  transition: color 160ms ease;
}

body > footer .skylotus-footer-link:hover {
  color: #ffffff !important;
}

body > footer .skylotus-footer-icon {
  color: #a9bca2;
  font-size: 0.9rem;
  line-height: 1;
}

/* New portrait product posters: show the complete artwork without cropping. */
img[src$="-poster.jpg"] {
  object-fit: contain !important;
  object-position: center top !important;
}

img[src$="-poster.jpg"].object-contain.p-4,
img[src$="-poster.jpg"].object-contain.p-3 {
  padding: 0 !important;
}

div.relative.h-40:has(> img[src$="-poster.jpg"]) {
  height: 21rem !important;
  background: #ffffff !important;
}

div.relative.h-36:has(> img[src$="-poster.jpg"]) {
  height: 16rem !important;
  background: #ffffff !important;
}

img[src$="-poster.jpg"].h-auto.w-full {
  display: block;
  width: auto !important;
  max-width: 100%;
  max-height: min(74vh, 920px);
  margin-inline: auto;
  background: #ffffff;
}

/* Homepage product packshots supplied by SKYLOTUS: keep the full square image
   visible on a clean white stage and separate them from the portrait posters. */
img[src$="-home.png"] {
  object-fit: contain !important;
  object-position: center !important;
}

img[src$="-home.png"].object-contain.p-4,
img[src$="-home.png"].object-contain.p-3 {
  padding: 0.45rem !important;
}

div.relative.h-40:has(> img[src$="-home.png"]) {
  height: 18rem !important;
  background: #ffffff !important;
}

/* Reward-plan submenu */
.skylotus-reward-panel {
  margin-top: 42px;
  padding: 28px;
  color: #354033;
  background: rgba(255, 255, 255, 0.97);
  border: 1px solid rgba(212, 224, 208, 0.95);
  border-radius: 24px;
  box-shadow: 0 24px 70px rgba(24, 39, 23, 0.22);
}

.skylotus-reward-panel-header {
  max-width: 780px;
}

.skylotus-reward-eyebrow {
  color: #7f9376;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.15em;
}

.skylotus-reward-title {
  margin-top: 8px;
  color: #354033;
  font-size: clamp(1.45rem, 3vw, 2.15rem);
  font-weight: 900;
  line-height: 1.18;
}

.skylotus-reward-intro {
  margin-top: 10px;
  color: #647062;
  line-height: 1.65;
}

.skylotus-reward-tabs {
  display: inline-flex;
  gap: 6px;
  margin: 24px 0 20px;
  padding: 5px;
  background: #eef3ec;
  border: 1px solid #d4e0d0;
  border-radius: 14px;
}

.skylotus-reward-tab {
  padding: 10px 15px;
  color: #5f6d5d;
  background: transparent;
  border: 0;
  border-radius: 10px;
  cursor: pointer;
  font-size: 0.84rem;
  font-weight: 800;
  transition: 160ms ease;
}

.skylotus-reward-tab:hover,
.skylotus-reward-tab.is-active {
  color: #ffffff;
  background: #5f7859;
}

.skylotus-reward-view {
  display: none;
}

.skylotus-reward-view.is-active {
  display: block;
}

.skylotus-reward-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.skylotus-reward-card {
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #d4e0d0;
  border-radius: 16px;
  transition: 160ms ease;
}

.skylotus-reward-card[open] {
  border-color: #9eb195;
  box-shadow: 0 10px 28px rgba(53, 64, 51, 0.11);
}

.skylotus-reward-summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto 30px;
  align-items: center;
  gap: 12px;
  min-height: 66px;
  padding: 14px 16px;
  cursor: pointer;
  list-style: none;
}

.skylotus-reward-summary::-webkit-details-marker {
  display: none;
}

.skylotus-reward-name {
  color: #354033;
  font-weight: 900;
}

.skylotus-reward-metric {
  color: #7f9376;
  font-size: 0.82rem;
  white-space: nowrap;
}

.skylotus-reward-toggle {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  color: #5f7859;
  background: #eef3ec;
  border-radius: 50%;
  font-size: 1.15rem;
  font-weight: 500;
  transition: transform 160ms ease;
}

.skylotus-reward-card[open] .skylotus-reward-toggle {
  transform: rotate(45deg);
}

.skylotus-reward-card-details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding: 0 16px 16px;
}

.skylotus-reward-detail {
  min-width: 0;
  padding: 12px;
  background: #f4f7f2;
  border-radius: 12px;
}

.skylotus-reward-detail-wide {
  grid-column: 1 / -1;
}

.skylotus-reward-label {
  display: block;
  margin-bottom: 5px;
  color: #7a8578;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.skylotus-reward-value {
  display: block;
  color: #354033;
  font-size: 0.86rem;
  line-height: 1.55;
  overflow-wrap: anywhere;
}

.skylotus-reward-rate,
.skylotus-reward-footer,
.skylotus-reward-notice {
  margin-top: 16px;
  padding: 13px 15px;
  border-radius: 12px;
  font-size: 0.79rem;
  line-height: 1.6;
}

.skylotus-reward-rate {
  color: #5f7859;
  background: #eef3ec;
}

.skylotus-reward-footer {
  color: #455443;
  background: #e4ecdf;
  border-left: 3px solid #7f9376;
}

.skylotus-reward-notice {
  color: #756945;
  background: #fbf7e9;
  border: 1px solid #e7d9a9;
}

/* Product legal and registration information */
.skylotus-legal-panel {
  position: relative;
  padding: 34px 24px;
  background: linear-gradient(135deg, #eef3ec 0%, #ffffff 58%, #f7f4ec 100%);
  border-top: 1px solid #d4e0d0;
  border-bottom: 1px solid #d4e0d0;
}

.skylotus-legal-inner {
  width: min(100%, 980px);
  margin-inline: auto;
  padding: 26px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid #c9d7c5;
  border-left: 5px solid #7f9376;
  border-radius: 18px;
  box-shadow: 0 14px 35px rgba(53, 64, 51, 0.08);
}

.skylotus-legal-eyebrow {
  display: block;
  margin-bottom: 7px;
  color: #7f9376;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.skylotus-legal-heading {
  color: #354033;
  font-size: clamp(1.25rem, 2.4vw, 1.75rem);
  font-weight: 850;
  line-height: 1.22;
}

.skylotus-legal-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 20px;
}

.skylotus-legal-item {
  min-width: 0;
  padding: 14px 16px;
  background: #f0f4ee;
  border: 1px solid #d4e0d0;
  border-radius: 12px;
}

.skylotus-legal-item-wide {
  grid-column: 1 / -1;
}

.skylotus-legal-label {
  display: block;
  margin-bottom: 5px;
  color: #6b7868;
  font-size: 0.72rem;
  font-weight: 750;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.skylotus-legal-value {
  display: block;
  overflow-wrap: anywhere;
  color: #2f382d;
  font-size: 0.94rem;
  line-height: 1.5;
}

.skylotus-legal-note {
  margin-top: 16px;
  color: #5e695b;
  font-size: 0.79rem;
  line-height: 1.6;
}

/* Home-page legal proof summary: information only, no document controls. */
.skylotus-proof-section {
  padding: 72px 24px;
  background: #ffffff;
}

.skylotus-proof-inner {
  width: min(100%, 1152px);
  margin-inline: auto;
}

.skylotus-proof-head {
  max-width: 760px;
  margin-inline: auto;
  text-align: center;
}

.skylotus-proof-head h2 {
  margin-top: 6px;
  color: #354033;
  font-size: clamp(1.85rem, 3.5vw, 2.5rem);
  font-weight: 900;
  line-height: 1.15;
}

.skylotus-proof-head p {
  margin-top: 12px;
  color: #6a7282;
  font-size: 1rem;
  line-height: 1.65;
}

.skylotus-proof-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}

.skylotus-proof-grid article {
  padding: 22px;
  background: #f0f4ee;
  border: 1px solid #d4e0d0;
  border-radius: 16px;
}

.skylotus-proof-grid article > span {
  display: block;
  margin-bottom: 8px;
  color: #7f9376;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.skylotus-proof-grid article > strong {
  color: #354033;
  font-size: 1rem;
  line-height: 1.55;
}

.skylotus-proof-products {
  grid-column: 1 / -1;
}

.skylotus-proof-products > p {
  color: #5f695c;
  font-size: 0.85rem;
  line-height: 1.55;
}

.skylotus-proof-products ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 16px;
}

.skylotus-proof-products li {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 14px;
  padding: 12px 14px;
  background: #ffffff;
  border: 1px solid #d4e0d0;
  border-radius: 10px;
}

.skylotus-proof-products li strong {
  color: #354033;
  font-size: 0.9rem;
}

.skylotus-proof-products li span {
  overflow-wrap: anywhere;
  color: #5f7859;
  font-size: 0.78rem;
  font-weight: 700;
  text-align: right;
}

@media (max-width: 767px) {
  :root {
    --skylotus-nav-height: 66px;
  }

  body > header {
    box-shadow: 0 5px 20px rgba(31, 27, 22, 0.08) !important;
  }

  body > footer {
    padding-block: 24px !important;
  }

  body > footer > div > div:first-child {
    grid-template-columns: 1fr !important;
    gap: 22px !important;
    padding-bottom: 20px !important;
  }

  body > footer > div > div:last-child {
    align-items: flex-start !important;
    padding-top: 16px !important;
  }

  body > footer .skylotus-footer-links {
    justify-content: flex-start;
  }

  div.relative.h-40:has(> img[src$="-poster.jpg"]) {
    height: 25rem !important;
  }

  div.relative.h-36:has(> img[src$="-poster.jpg"]) {
    height: 22rem !important;
  }

  div.relative.h-40:has(> img[src$="-home.png"]) {
    height: min(88vw, 26rem) !important;
  }

  .skylotus-reward-panel {
    margin-top: 30px;
    padding: 18px 14px;
    border-radius: 18px;
  }

  .skylotus-reward-tabs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .skylotus-reward-grid,
  .skylotus-reward-card-details {
    grid-template-columns: 1fr;
  }

  .skylotus-reward-detail-wide {
    grid-column: auto;
  }

  .skylotus-reward-summary {
    grid-template-columns: minmax(0, 1fr) auto 28px;
    gap: 8px;
    padding-inline: 13px;
  }

  .skylotus-reward-metric {
    font-size: 0.74rem;
  }

  .skylotus-legal-panel {
    padding: 24px 16px;
  }

  .skylotus-legal-inner {
    padding: 20px;
  }

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

  .skylotus-legal-item-wide {
    grid-column: auto;
  }

  .skylotus-proof-section {
    padding: 48px 16px;
  }

  .skylotus-proof-grid,
  .skylotus-proof-products ul {
    grid-template-columns: 1fr;
  }

  .skylotus-proof-products {
    grid-column: auto;
  }

  .skylotus-proof-products li {
    display: block;
  }

  .skylotus-proof-products li span {
    display: block;
    margin-top: 5px;
    text-align: left;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  body > footer > div > div:first-child {
    grid-template-columns: 1fr 1fr !important;
  }

  body > footer > div > div:first-child > div:last-child {
    grid-column: 1 / -1;
  }
}

/* Homepage featured PHP recommendation. */
.skylotus-featured-product {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.82fr) minmax(275px, 0.78fr);
  margin: -14px 0 38px;
  overflow: hidden;
  border: 1px solid #d9e3d5;
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 24px 56px rgba(31, 42, 30, 0.13);
}

.skylotus-featured-poster {
  display: block;
  min-width: 0;
  overflow: hidden;
  background: #faf6ef;
}

.skylotus-featured-poster img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 1672 / 941;
  object-fit: contain;
  transition: transform 420ms ease;
}

.skylotus-featured-poster:hover img,
.skylotus-featured-poster:focus-visible img {
  transform: scale(1.012);
}

.skylotus-featured-poster:focus-visible,
.skylotus-featured-cta:focus-visible {
  outline: 3px solid rgba(127, 147, 118, 0.5);
  outline-offset: -3px;
}

.skylotus-featured-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 36px 34px;
  background:
    radial-gradient(circle at 100% 0, rgba(207, 164, 55, 0.16), transparent 44%),
    linear-gradient(145deg, #f6f8f4 0%, #edf3ea 100%);
}

.skylotus-featured-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  border: 1px solid rgba(174, 130, 24, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  color: #8b6819;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1;
  padding: 10px 13px;
}

.skylotus-featured-badge::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #cfa437;
  box-shadow: 0 0 0 4px rgba(207, 164, 55, 0.13);
}

.skylotus-featured-title {
  margin: 0;
  color: #263324;
  font-size: clamp(1.55rem, 2.25vw, 2.25rem);
  font-weight: 900;
  letter-spacing: -0.025em;
  line-height: 1.12;
}

.skylotus-featured-description {
  margin: 17px 0 0;
  color: #596454;
  font-size: 0.94rem;
  line-height: 1.7;
}

.skylotus-featured-notice {
  margin: 17px 0 0;
  border-left: 3px solid #cfa437;
  padding-left: 11px;
  color: #6d654f;
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.45;
}

.skylotus-featured-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 24px;
  border-radius: 13px;
  background: #5f7859;
  color: #fff;
  font-size: 0.86rem;
  font-weight: 750;
  line-height: 1;
  padding: 14px 17px;
  box-shadow: 0 10px 24px rgba(55, 80, 51, 0.2);
  transition: background 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.skylotus-featured-cta:hover {
  background: #4f6849;
  transform: translateY(-1px);
  box-shadow: 0 13px 28px rgba(55, 80, 51, 0.24);
}

.skylotus-featured-arrow {
  font-size: 1.1rem;
  transition: transform 180ms ease;
}

.skylotus-featured-cta:hover .skylotus-featured-arrow {
  transform: translateX(3px);
}

.skylotus-coming-soon {
  margin-top: -8px;
  border-color: #c9d9c4;
}

.skylotus-coming-soon-copy {
  background:
    radial-gradient(circle at 100% 0, rgba(207, 164, 55, 0.13), transparent 43%),
    linear-gradient(145deg, #f2f6ef 0%, #e5eee1 100%);
}

.skylotus-coming-soon-badge {
  border-color: rgba(74, 109, 66, 0.25);
  color: #365330;
}

.skylotus-coming-soon-badge::before {
  background: #5f7859;
  box-shadow: 0 0 0 4px rgba(95, 120, 89, 0.14);
}

.skylotus-coming-soon-cta {
  border: 1px solid #5f7859;
  background: transparent;
  color: #405b3a;
  box-shadow: none;
}

.skylotus-coming-soon-cta:hover {
  background: #5f7859;
  color: #fff;
}

.skylotus-product-coming-soon {
  position: relative;
}

.skylotus-product-status {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 3;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 999px;
  background: rgba(38, 62, 34, 0.9);
  color: #fff;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1;
  padding: 8px 10px;
  box-shadow: 0 8px 18px rgba(31, 42, 30, 0.18);
  backdrop-filter: blur(7px);
}

@media (max-width: 1023px) {
  .skylotus-featured-product {
    grid-template-columns: 1fr;
  }

  .skylotus-coming-soon {
    margin-top: -10px;
  }

  .skylotus-featured-copy {
    padding: 28px 30px 30px;
  }
}

@media (max-width: 639px) {
  .skylotus-featured-product {
    margin: -6px 0 28px;
    border-radius: 20px;
    box-shadow: 0 16px 38px rgba(31, 42, 30, 0.12);
  }

  .skylotus-featured-copy {
    padding: 24px 20px 25px;
  }

  .skylotus-featured-badge {
    margin-bottom: 14px;
    font-size: 0.64rem;
  }

  .skylotus-featured-description {
    margin-top: 13px;
    font-size: 0.88rem;
  }

  .skylotus-featured-notice {
    margin-top: 13px;
  }

  .skylotus-featured-cta {
    width: 100%;
    justify-content: center;
    margin-top: 20px;
  }
}
