@font-face {
  font-family: 'Inter';
  src: url('../InterVF.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --bg: #07101d;
  --bg-soft: #0e1b2d;
  --panel: rgba(12, 24, 42, 0.82);
  --panel-strong: #11233d;
  --text: #f7f3ea;
  --muted: #b7c0cf;
  --line: rgba(255, 255, 255, 0.1);
  --line-strong: rgba(201, 164, 92, 0.34);
  --accent: #d7b36a;
  --accent-strong: #f2d49a;
  --shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
  --radius-lg: 32px;
  --radius-md: 22px;
  --radius-sm: 16px;
  --webcraftglobal-app-install-offset: 0px;
  --shell: calc(100% - 48px);
  --shell-wide: calc(100% - 24px);
  --copy: 'Inter', system-ui, Arial, sans-serif;
  --display: 'Inter', system-ui, Arial, sans-serif;
}

html.theme-light {
  --bg: #f7f2e8;
  --bg-soft: #efe7d9;
  --panel: rgba(255, 251, 245, 0.9);
  --panel-strong: #fffaf2;
  --text: #172235;
  --muted: #5f6b7c;
  --line: rgba(24, 34, 53, 0.1);
  --line-strong: rgba(184, 136, 39, 0.28);
  --accent: #b88927;
  --accent-strong: #8f6512;
  --shadow: 0 24px 60px rgba(34, 36, 40, 0.12);
}


/* Override WordPress default contain-intrinsic-size for better image display */
img:is([sizes=auto i], [sizes^="auto," i]) {
	contain-intrinsic-size: auto 600px;
}

/* More specific overrides for article content images */
.webcraftglobal-single-article__content img:is([sizes=auto i], [sizes^="auto," i]),
.site-main--video-template img:is([sizes=auto i], [sizes^="auto," i]),
article img:is([sizes=auto i], [sizes^="auto," i]) {
	contain-intrinsic-size: auto 400px;
}

/* For featured images and hero sections */
.webcraftglobal-video-hero img:is([sizes=auto i], [sizes^="auto," i]),
.hero-section img:is([sizes=auto i], [sizes^="auto," i]) {
	contain-intrinsic-size: auto 675px;
}

/* For thumbnails and cards */
.post-card img:is([sizes=auto i], [sizes^="auto," i]),
.product-card img:is([sizes=auto i], [sizes^="auto," i]) {
	contain-intrinsic-size: auto 300px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at top left, rgba(215, 179, 106, 0.18), transparent 30%),
    radial-gradient(circle at top right, rgba(90, 145, 255, 0.12), transparent 35%),
    linear-gradient(180deg, #08111f 0%, #091423 48%, #0b1220 100%);
  color: var(--text);
  font-family: var(--copy);
  line-height: 1.8;
}

html.theme-light body {
  background:
    radial-gradient(circle at top left, rgba(215, 179, 106, 0.12), transparent 30%),
    radial-gradient(circle at top right, rgba(36, 48, 163, 0.12), transparent 35%),
    radial-gradient(circle at 18% 38%, rgba(17, 22, 96, 0.08), transparent 26%),
    radial-gradient(circle at 82% 62%, rgba(36, 48, 163, 0.08), transparent 28%),
    linear-gradient(180deg, #fcf8f2 0%, #f8f2e8 48%, #f3ecdf 100%);
}

body.menu-open {
  overflow: hidden;
}

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

a:hover {
  color: var(--accent-strong);
}

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

.single-post .webcraftglobal-single-article__content .entry-content img,
.single-product .webcraftglobal-product .entry-content img,
.single-product .webcraftglobal-product .woocommerce-tabs .panel img,
.single-product .webcraftglobal-product .woocommerce-product-details__short-description img {
  margin-inline: auto;
}

.single-post .webcraftglobal-single-article__content .entry-content .alignleft,
.single-post .webcraftglobal-single-article__content .entry-content .alignright,
.single-post .webcraftglobal-single-article__content .entry-content .aligncenter,
.single-post .webcraftglobal-single-article__content .entry-content .wp-block-image,
.single-product .webcraftglobal-product .entry-content .alignleft,
.single-product .webcraftglobal-product .entry-content .alignright,
.single-product .webcraftglobal-product .entry-content .aligncenter,
.single-product .webcraftglobal-product .entry-content .wp-block-image,
.single-product .webcraftglobal-product .woocommerce-tabs .panel .alignleft,
.single-product .webcraftglobal-product .woocommerce-tabs .panel .alignright,
.single-product .webcraftglobal-product .woocommerce-tabs .panel .aligncenter,
.single-product .webcraftglobal-product .woocommerce-tabs .panel .wp-block-image {
  float: none;
  margin-inline: auto;
}

.single-post .webcraftglobal-single-article__content .entry-content h2,
.single-post .webcraftglobal-single-article__content .entry-content h3,
.single-post .webcraftglobal-single-article__content .entry-content h4,
.single-post .webcraftglobal-single-article__content .entry-content h5,
.single-post .webcraftglobal-single-article__content .entry-content h6,
.single-product .webcraftglobal-product .entry-content h2,
.single-product .webcraftglobal-product .entry-content h3,
.single-product .webcraftglobal-product .entry-content h4,
.single-product .webcraftglobal-product .entry-content h5,
.single-product .webcraftglobal-product .entry-content h6,
.single-product .webcraftglobal-product .woocommerce-tabs .panel h2,
.single-product .webcraftglobal-product .woocommerce-tabs .panel h3,
.single-product .webcraftglobal-product .woocommerce-tabs .panel h4,
.single-product .webcraftglobal-product .woocommerce-tabs .panel h5,
.single-product .webcraftglobal-product .woocommerce-tabs .panel h6 {
  line-height: 1.25;
}

.single-post .webcraftglobal-single-article__content .entry-content h2,
.single-product .webcraftglobal-product .entry-content h2,
.single-product .webcraftglobal-product .woocommerce-tabs .panel h2 {
  color: var(--accent-strong);
  font-size: clamp(1.9rem, 3vw, 2.4rem);
}

.single-post .webcraftglobal-single-article__content .entry-content h3,
.single-product .webcraftglobal-product .entry-content h3,
.single-product .webcraftglobal-product .woocommerce-tabs .panel h3 {
  font-size: clamp(1.55rem, 2.5vw, 2rem);
}

.single-post .webcraftglobal-single-article__content .entry-content h4,
.single-product .webcraftglobal-product .entry-content h4,
.single-product .webcraftglobal-product .woocommerce-tabs .panel h4 {
  font-size: clamp(1.35rem, 2.1vw, 1.7rem);
}

.single-post .webcraftglobal-single-article__content .entry-content h5,
.single-product .webcraftglobal-product .entry-content h5,
.single-product .webcraftglobal-product .woocommerce-tabs .panel h5 {
  font-size: clamp(1.18rem, 1.8vw, 1.45rem);
}

.single-post .webcraftglobal-single-article__content .entry-content h6,
.single-product .webcraftglobal-product .entry-content h6,
.single-product .webcraftglobal-product .woocommerce-tabs .panel h6 {
  font-size: clamp(1.04rem, 1.45vw, 1.2rem);
}

button,
input,
textarea,
select {
  font: inherit;
}

p {
  margin: 0 0 1rem;
  color: var(--muted);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1rem;
  color: var(--text);
  font-family: var(--display);
  font-weight: 800;
  line-height: 1.15;
}

ul,
ol {
  padding-right: 1.25rem;
}

.site-shell {
  overflow: clip;
}

.section-shell {
  width: var(--shell);
  margin: 0 auto;
}

.section-shell--wide {
  width: var(--shell-wide);
}

.section-shell--narrow {
  width: calc(100% - 72px);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  backdrop-filter: blur(22px);
  background: rgba(7, 16, 29, 0.74);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.site-announcement {
  position: relative;
  width: 100%;
  padding: 14px 0 16px;
  border-bottom: 1px solid rgba(0, 204, 153, 0.42);
  background:
    linear-gradient(110deg, rgba(0, 204, 153, 0.14) 0%, rgba(6, 32, 49, 0.92) 38%, rgba(13, 22, 36, 0.98) 100%);
  overflow: hidden;
}

.site-announcement.is-hidden {
  display: none;
}

.site-announcement::before,
.site-announcement::after {
  content: '';
  position: absolute;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(6px);
  opacity: 0.32;
}

.ofs-account-main__surface--edit-account .ofs-edit-account {
  position: relative;
  overflow: hidden;
  padding: 28px;
  border: 1px solid rgba(215, 179, 106, 0.22);
  border-radius: 28px;
  background:
    radial-gradient(circle at top right, rgba(215, 179, 106, 0.14), transparent 28%),
    linear-gradient(180deg, rgba(255, 252, 247, 0.98) 0%, rgba(249, 243, 232, 0.96) 100%);
  box-shadow:
    0 24px 60px rgba(0, 0, 0, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

.ofs-account-main__surface--edit-account .ofs-edit-account::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(130deg, rgba(255, 255, 255, 0.24), transparent 35%),
    radial-gradient(circle at bottom left, rgba(17, 24, 39, 0.08), transparent 30%);
}

.ofs-account-main__surface--edit-account .ofs-edit-account > * {
  position: relative;
  z-index: 1;
}

.ofs-account-main__surface--edit-account .ofs-edit-account__hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 24px;
  padding: 24px 26px;
  border-radius: 22px;
  border: 1px solid rgba(215, 179, 106, 0.22);
  background:
    radial-gradient(circle at top left, rgba(242, 212, 154, 0.24), transparent 30%),
    linear-gradient(135deg, #111827 0%, #182235 58%, #2f2413 100%);
  box-shadow: 0 18px 36px rgba(17, 24, 39, 0.2);
}

.ofs-account-main__surface--edit-account .ofs-edit-account__title {
  margin: 0 0 8px;
  color: #fff7ed;
  font-size: clamp(1.45rem, 2vw, 1.8rem);
  font-weight: 800;
}

.ofs-account-main__surface--edit-account .ofs-edit-account__subtitle {
  margin: 0;
  max-width: 640px;
  color: rgba(255, 247, 237, 0.78);
  font-size: 0.96rem;
}

.ofs-account-main__surface--edit-account .ofs-edit-account__badge span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, #f2d49a 0%, #c7932d 100%);
  color: #22170a;
  font-weight: 800;
  box-shadow: 0 12px 28px rgba(199, 147, 45, 0.3);
}

.ofs-account-main__surface--edit-account .ofs-edit-account__section {
  margin-bottom: 20px;
  padding: 22px;
  border: 1px solid rgba(148, 116, 44, 0.14);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.ofs-account-main__surface--edit-account .ofs-edit-account__grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ofs-account-main__surface--edit-account .ofs-edit-account__field {
  float: none !important;
  width: 100% !important;
  margin: 0 !important;
}

.ofs-account-main__surface--edit-account .ofs-edit-account .form-row-wide,
.ofs-account-main__surface--edit-account .ofs-edit-account__grid .woocommerce-form-row--wide {
  grid-column: 1 / -1;
}

.ofs-account-main__surface--edit-account .ofs-edit-account label {
  display: block;
  margin-bottom: 9px;
  color: #1e293b;
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: -0.01em;
}

.ofs-account-main__surface--edit-account .ofs-edit-account .required {
  color: #9f1239;
}

.ofs-account-main__surface--edit-account .ofs-edit-account .input-text {
  min-height: 52px;
  padding: 13px 16px;
  border: 1px solid #b99953;
  border-radius: 16px;
  background: #fffdfa;
  color: #000000 !important;
  box-shadow:
    inset 0 1px 2px rgba(15, 23, 42, 0.04),
    0 6px 16px rgba(15, 23, 42, 0.04);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease, background-color 0.2s ease;
}

.ofs-account-main__surface--edit-account .ofs-edit-account input[type='text'],
.ofs-account-main__surface--edit-account .ofs-edit-account input[type='email'],
.ofs-account-main__surface--edit-account .ofs-edit-account input[type='password'],
.ofs-account-main__surface--edit-account .ofs-edit-account input[type='tel'],
.ofs-account-main__surface--edit-account .ofs-edit-account input[type='search'],
.ofs-account-main__surface--edit-account .ofs-edit-account input[type='number'],
.ofs-account-main__surface--edit-account .ofs-edit-account textarea,
.ofs-account-main__surface--edit-account .ofs-edit-account select {
  color: #000000 !important;
  -webkit-text-fill-color: #000000;
}

.ofs-account-main__surface--edit-account .ofs-edit-account .input-text::placeholder {
  color: #64748b;
  opacity: 1;
}

.ofs-account-main__surface--edit-account .ofs-edit-account .input-text:hover {
  border-color: #a67c2e;
  background: #fffefc;
}

.ofs-account-main__surface--edit-account .ofs-edit-account .input-text:focus {
  outline: none;
  border-color: #8b691d;
  background: #ffffff;
  box-shadow:
    0 0 0 4px rgba(215, 179, 106, 0.22),
    0 14px 28px rgba(148, 116, 44, 0.12);
  transform: translateY(-1px);
}

.ofs-account-main__surface--edit-account .ofs-edit-account__hint {
  display: block;
  margin-top: 8px;
  color: #475569;
  font-size: 0.84rem;
}

.ofs-account-main__surface--edit-account .ofs-edit-account__password legend {
  padding: 0 8px;
  color: #1f2937;
  font-size: 1.08rem;
  font-weight: 800;
}

.ofs-account-main__surface--edit-account .ofs-edit-account__actions {
  margin: 4px 0 0;
}

.ofs-account-main__surface--edit-account .ofs-edit-account__actions .button {
  min-height: 50px;
  padding: 12px 24px;
  border: 0;
  border-radius: 16px;
  background: linear-gradient(135deg, #f2d49a 0%, #c7932d 100%);
  color: #22170a;
  font-weight: 800;
  box-shadow: 0 16px 30px rgba(199, 147, 45, 0.24);
  transition: transform 0.2s ease, filter 0.2s ease, box-shadow 0.2s ease;
}

.ofs-account-main__surface--edit-account .ofs-edit-account__actions .button:hover,
.ofs-account-main__surface--edit-account .ofs-edit-account__actions .button:focus {
  transform: translateY(-2px);
  filter: brightness(1.02);
  box-shadow: 0 18px 34px rgba(199, 147, 45, 0.28);
}

@media (max-width: 1080px) {
  .ofs-account-main__surface--edit-account .ofs-edit-account {
    padding: 18px;
    border-radius: 22px;
  }

  .ofs-account-main__surface--edit-account .ofs-edit-account__hero {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
  }

  .ofs-account-main__surface--edit-account .ofs-edit-account__grid {
    grid-template-columns: 1fr;
  }

  /* Keep mobile compositing light by disabling blur-based effects. */
  .site-header,
  .site-announcement__panel,
  .site-announcement__button,
  .site-search-overlay__backdrop,
  .woocommerce .woocommerce-notices-wrapper + *,
  .js .archive-hero__copy.webcraftglobal-expandable-text.has-toggle.is-enhanced .webcraftglobal-expandable-text__toggle,
  .webcraftglobal-single-article__comments,
  .webcraftglobal-single-article__comments .comment-form textarea,
  .woocommerce div.product .woocommerce-tabs ul.tabs li,
  .webcraftglobal-single-article__toc-toggle {
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }

  .site-announcement::before,
  .site-announcement::after,
  .site-header__glow,
  .site-app-install-banner__glow,
  .hero-section::after,
  .webcraftglobal-single-article__toc::before,
  .webcraftglobal-single-article__toc::after,
  .webcraftglobal-author-box__glow,
  .webcraftglobal-author-box__avatar::after,
  .webcraftglobal-contributor-banner__glow,
  .webcraftglobal-404__glow,
  .webcraftglobal-product::before,
  .webcraftglobal-product::after,
  .webcraftglobal-product__hero::before,
  .webcraftglobal-product__hero::after {
    filter: none !important;
  }

  html {
    scroll-behavior: auto;
  }

  [data-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .site-announcement,
  .site-announcement__panel,
  .site-announcement__button,
  .site-search-overlay,
  .site-search-overlay__dialog,
  .hero-panel,
  .archive-hero,
  .archive-hero__copy,
  .webcraftglobal-expandable-text__toggle,
  .webcraftglobal-single-article__toc,
  .webcraftglobal-single-article__toc-toggle,
  .webcraftglobal-single-article__comments,
  .webcraftglobal-single-article__comments .comment-form input,
  .webcraftglobal-single-article__comments .comment-form textarea,
  .webcraftglobal-author-box,
  .webcraftglobal-contributor-banner,
  .webcraftglobal-product__hero,
  .webcraftglobal-product__intro-frame,
  .webcraftglobal-product__gallery .woocommerce-product-gallery,
  .webcraftglobal-product__gallery .flex-control-thumbs img,
  .webcraftglobal-product__highlight,
  .webcraftglobal-product__hero-meta-item,
  .webcraftglobal-product__purchase-card,
  .webcraftglobal-product__purchase-benefit,
  .webcraftglobal-product__support-item,
  .webcraftglobal-product__feature-item,
  .webcraftglobal-product__details,
  .webcraftglobal-product__sidebar-card,
  .woocommerce div.product .woocommerce-tabs ul.tabs li,
  .webcraftglobal-product-archive__category-chip,
  .webcraftglobal-product-archive__toolbar,
  .product-card,
  .post-card,
  .landing-card {
    transition: none !important;
    animation: none !important;
  }

  .webcraftglobal-single-article__toc-toggle,
  .ofs-service-archive__hero::before,
  .ofs-service-archive__hero::after,
  .ofs-service-archive__band,
  .site-header__glow,
  .site-app-install-banner__glow,
  .hero-section::before,
  .hero-section::after,
  .webcraftglobal-author-box__glow,
  .webcraftglobal-contributor-banner__glow,
  .webcraftglobal-404__glow {
    animation: none !important;
    transition: none !important;
  }

  .site-header__glow,
  .hero-section::before,
  .hero-section::after {
    display: none !important;
  }

  .site-announcement__panel,
  .archive-hero,
  .archive-hero__copy,
  .hero-panel,
  .product-card,
  .post-card,
  .landing-card,
  .webcraftglobal-author-box,
  .webcraftglobal-contributor-banner,
  .webcraftglobal-single-article__comments,
  .webcraftglobal-product__hero,
  .webcraftglobal-product__intro-frame,
  .webcraftglobal-product__gallery .woocommerce-product-gallery,
  .webcraftglobal-product__details,
  .webcraftglobal-product__purchase-card,
  .webcraftglobal-product__sidebar-card,
  .woocommerce .woocommerce-notices-wrapper + * {
    box-shadow: none !important;
  }

  .site-header,
  .site-search-overlay__dialog,
  .woocommerce div.product .woocommerce-tabs ul.tabs li,
  .webcraftglobal-product form.cart .single_add_to_cart_button,
  html.theme-light .single-product .webcraftglobal-product .single_add_to_cart_button {
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12) !important;
  }
}

.site-announcement::before {
  inset-inline-start: -90px;
  top: -120px;
  background: radial-gradient(circle, rgba(0, 204, 153, 0.42), transparent 72%);
}

.site-announcement::after {
  inset-inline-end: -100px;
  bottom: -140px;
  background: radial-gradient(circle, rgba(215, 179, 106, 0.24), transparent 72%);
}

.site-announcement__inner {
  position: relative;
  z-index: 1;
  width: min(100%, var(--shell-wide));
  margin: 0 auto;
  padding: 0 12px;
}

.site-announcement__panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) auto;
  align-items: center;
  gap: 14px;
  min-height: 82px;
  padding: 14px 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 28px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.04));
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
  overflow: hidden;
}

.site-announcement__panel::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 12% 20%, rgba(0, 204, 153, 0.22), transparent 28%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06), transparent 34%);
  pointer-events: none;
}

.site-announcement__content,
.site-announcement__actions {
  position: relative;
  z-index: 1;
}

.site-announcement__content {
  min-width: 0;
}

.site-announcement__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
  color: #8ef0d5;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.site-announcement__eyebrow::before {
  content: '';
  width: 48px;
  height: 1px;
  background: linear-gradient(90deg, rgba(0, 204, 153, 0), rgba(0, 204, 153, 0.95), rgba(0, 204, 153, 0));
}

.site-announcement__title {
  margin: 0 0 6px;
  color: var(--text);
  font-family: var(--display);
  font-size: clamp(0.96rem, 1.55vw, 1.18rem);
  font-weight: 800;
  line-height: 1.55;
}

.site-announcement__text {
  margin: 0;
  color: rgba(247, 243, 234, 0.78);
  font-size: 0.84rem;
  line-height: 1.75;
}

.site-announcement__text strong {
  color: #00cc99;
}

.site-announcement__actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  white-space: nowrap;
  position: static;
}

.site-announcement__meta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 30px;
  padding: 0 10px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.05);
  color: rgba(247, 243, 234, 0.86);
  font-size: 0.74rem;
}

.site-announcement__button {
  position: relative;
  overflow: hidden;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid rgba(0, 204, 153, 0.55);
  background: linear-gradient(120deg, #00cc99, #7ff0d0);
  color: #041014;
  box-shadow: 0 18px 34px rgba(0, 204, 153, 0.28);
  backdrop-filter: blur(10px);
  font-size: 0.88rem;
  font-weight: 700;
}

.site-announcement__button:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 40px rgba(0, 204, 153, 0.34);
}

.site-announcement__badge-icon {
  width: 18px;
  height: 18px;
  border-radius: 999px;
  object-fit: cover;
}

.site-announcement__button-icon {
  width: 16px;
  height: 16px;
  border-radius: 999px;
  object-fit: cover;
  flex: 0 0 auto;
}

.site-announcement__badge-icon--text {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border-radius: 999px;
  background: #00cc99;
  color: #041014;
  font-size: 0.58rem;
  font-weight: 700;
}

.site-announcement__close {
  position: absolute;
  top: 12px;
  left: 12px;
  right: auto;
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(0, 204, 153, 0.45);
  color: rgba(247, 243, 234, 0.95);
  background: rgba(8, 17, 31, 0.92);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
  cursor: pointer;
  z-index: 3;
}

.site-announcement__close:hover {
  background: rgba(0, 204, 153, 0.16);
}

.site-header__inner {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 16px;
  min-height: 78px;
}

.site-header__glow {
  position: absolute;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  filter: blur(52px);
  opacity: 0.32;
  pointer-events: none;
}

.site-header__glow--one {
  top: -120px;
  right: 10%;
  background: rgba(215, 179, 106, 0.42);
}

.site-header__glow--two {
  top: -140px;
  left: 6%;
  background: rgba(72, 122, 255, 0.26);
}

.site-branding__link {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.site-branding {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.site-branding__logo-image {
  display: block;
  width: clamp(124px, 10vw, 176px);
  height: auto;
}

.site-branding__logo-image--color {
  display: none;
}

.site-branding__text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.site-branding__eyebrow,
.archive-hero__eyebrow,
.site-footer__eyebrow,
.hero-section__badge,
.hero-panel__frame > p,
.section-intro .section-copy strong {
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent-strong);
}

.site-branding__text strong {
  font-size: 0.96rem;
  font-family: var(--display);
  font-weight: 800;
}

.site-branding__text small {
  color: var(--muted);
}

.site-navigation ul,
.primary-menu,
.menu-fallback {
  display: flex;
  align-items: center;
  gap: 18px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-navigation {
  direction: ltr;
}

.site-navigation .menu,
.site-navigation .primary-menu,
.site-navigation .sub-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-footer__nav ul,
.footer-menu {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-footer__nav .menu-fallback {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.site-navigation li,
.site-footer__nav li {
  position: relative;
}

.site-navigation li.menu-item-has-children {
  position: relative;
}

.site-navigation a,
.site-footer__nav a,
.menu-fallback a {
  color: rgba(247, 243, 234, 0.88);
  font-size: 0.98rem;
}

.site-navigation a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 14px;
  border-radius: 16px;
  text-decoration: none;
  transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.site-navigation > ul > .menu-item-has-children > a,
.primary-menu > .menu-item-has-children > a {
  padding-inline-start: 16px;
}

.site-navigation .menu-item-has-children > a::after {
  content: '';
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 10px;
  height: 10px;
  border-right: 1.5px solid #f2d49a;
  border-bottom: 1.5px solid #f2d49a;
  transform: rotate(45deg) translateY(-1px);
  transition: transform 0.22s ease, border-color 0.22s ease;
}

.site-navigation .menu-item-has-children:hover > a::after,
.site-navigation .menu-item-has-children:focus-within > a::after {
  transform: rotate(225deg) translateY(-1px);
  border-color: #fff4d4;
}

.site-navigation > ul > li > a:hover,
.site-navigation > ul > li:hover > a,
.site-navigation > ul > li:focus-within > a,
.primary-menu > li > a:hover,
.primary-menu > li:hover > a,
.primary-menu > li:focus-within > a {
  color: #fff9eb;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
}

.site-navigation .sub-menu {
  position: absolute;
  top: calc(100% + 14px);
  right: 0;
  min-width: 250px;
  display: grid;
  gap: 8px;
  padding: 14px;
  border-radius: 22px;
  border: 1px solid rgba(242, 212, 154, 0.14);
  background:
    radial-gradient(circle at top right, rgba(242, 212, 154, 0.14), transparent 36%),
    linear-gradient(165deg, rgba(11, 18, 29, 0.98), rgba(19, 30, 48, 0.96));
  box-shadow: 0 28px 60px rgba(2, 6, 12, 0.36);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s ease;
  text-align: left;
  z-index: 30;
}

.site-navigation .sub-menu::before {
  content: none;
}

.site-navigation li:hover > .sub-menu,
.site-navigation li:focus-within > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.site-navigation .sub-menu li {
  width: 100%;
}

.site-navigation .sub-menu a {
  width: 100%;
  justify-content: space-between;
  min-height: 46px;
  padding: 10px 14px;
  border-radius: 14px;
  color: rgba(247, 243, 234, 0.9);
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.site-navigation .sub-menu a::before {
  content: '';
  width: 5px;
  height: 5px;
  border-right: 1.5px solid #d4af37;
  border-bottom: 1.5px solid #d4af37;
  transform: rotate(135deg);
  order: 2;
}

.site-navigation .sub-menu a:hover,
.site-navigation .sub-menu li:hover > a,
.site-navigation .sub-menu li:focus-within > a {
  color: #fff9eb;
  border-color: rgba(242, 212, 154, 0.2);
  background: linear-gradient(145deg, rgba(242, 212, 154, 0.12), rgba(255, 255, 255, 0.05));
  transform: translateX(-2px);
}

.site-navigation .sub-menu .sub-menu {
  top: var(--webcraftglobal-submenu-top, 0);
  right: 100%;
  margin-right: 12px;
  max-height: min(80vh, 680px);
  overflow-y: auto;
  overscroll-behavior: contain;
}

.site-navigation .sub-menu .sub-menu::before {
  content: none;
}

.site-navigation .menu-item-has-children.is-mega-menu > .sub-menu {
  min-width: min(760px, 82vw);
  align-items: start;
}

.site-navigation .menu-item-has-children.has-submenu-columns-2 > .sub-menu {
  grid-template-columns: repeat(2, minmax(220px, 1fr));
}

.site-navigation .menu-item-has-children.has-submenu-columns-3 > .sub-menu {
  grid-template-columns: repeat(3, minmax(200px, 1fr));
}

.site-navigation .menu-item-has-children.has-submenu-columns-4 > .sub-menu {
  grid-template-columns: repeat(4, minmax(180px, 1fr));
}

.site-navigation .menu-item-has-children.is-mega-menu > .sub-menu li {
  min-width: 0;
}

.site-navigation .menu-item-has-children.is-mega-menu > .sub-menu a {
  min-height: 52px;
  justify-content: flex-start;
  text-align: left;
  white-space: normal;
  line-height: 1.8;
}

.site-navigation__submenu-toggle {
  display: none;
}

.footer-menu li,
.site-footer__nav li {
  margin: 0;
}

.site-footer__nav .menu-fallback li {
  margin: 0;
}

.site-footer__nav a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  direction: ltr;
  gap: 12px;
  min-height: 50px;
  padding: 0 16px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.03));
  text-align: left;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.site-footer__nav a::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(180deg, #00cc99, #8ef0d5);
  box-shadow: 0 0 0 6px rgba(0, 204, 153, 0.08);
  flex: 0 0 auto;
}

.site-footer__nav a:hover {
  transform: translateX(-4px);
  border-color: rgba(0, 204, 153, 0.34);
  background: linear-gradient(180deg, rgba(0, 204, 153, 0.16), rgba(255, 255, 255, 0.05));
}

.site-header__actions {
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
}

.theme-toggle {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
  color: rgba(247, 243, 234, 0.92);
  cursor: pointer;
  overflow: hidden;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.theme-toggle:hover {
  transform: translateY(-1px);
  border-color: rgba(242, 212, 154, 0.34);
  background: linear-gradient(180deg, rgba(242, 212, 154, 0.08), rgba(255, 255, 255, 0.04));
  box-shadow: 0 12px 24px rgba(9, 16, 29, 0.18);
}

.theme-toggle__icon {
  position: absolute;
  transition: transform 0.24s ease, opacity 0.24s ease;
}

.theme-toggle__icon--sun {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: currentColor;
  box-shadow:
    0 -9px 0 -6px currentColor,
    0 9px 0 -6px currentColor,
    9px 0 0 -6px currentColor,
    -9px 0 0 -6px currentColor,
    6px 6px 0 -6px currentColor,
    -6px 6px 0 -6px currentColor,
    6px -6px 0 -6px currentColor,
    -6px -6px 0 -6px currentColor;
  transform: scale(0.65);
  opacity: 0;
}

.theme-toggle__icon--moon {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  box-shadow: inset -4px 0 0 currentColor;
  transform: scale(1);
  opacity: 1;
}

html.theme-light .theme-toggle {
  color: #8f6512;
  background: rgba(184, 136, 39, 0.06);
}

html.theme-light .theme-toggle__icon--sun {
  transform: scale(1);
  opacity: 1;
}

html.theme-light .theme-toggle__icon--moon {
  transform: scale(0.55);
  opacity: 0;
}

.header-search-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
  color: rgba(247, 243, 234, 0.92);
  cursor: pointer;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.header-search-toggle:hover {
  transform: translateY(-1px);
  border-color: rgba(242, 212, 154, 0.34);
  background: linear-gradient(180deg, rgba(242, 212, 154, 0.08), rgba(255, 255, 255, 0.04));
  box-shadow: 0 12px 24px rgba(9, 16, 29, 0.22);
}

.header-search-toggle__icon {
  position: relative;
  width: 14px;
  height: 14px;
  border: 1.7px solid currentColor;
  border-radius: 50%;
}

.header-search-toggle__icon::after {
  content: '';
  position: absolute;
  right: -4px;
  bottom: -3px;
  width: 6px;
  height: 1.7px;
  border-radius: 999px;
  background: currentColor;
  transform: rotate(45deg);
  transform-origin: center;
}

.header-account {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
}

.header-account {
  color: rgba(247, 243, 234, 0.92);
}

.site-header .button {
  min-height: 42px;
  padding: 0 16px;
}

.header-account.button--primary {
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid transparent;
}

.header-account.button--primary:hover {
  box-shadow: 0 18px 35px rgba(215, 179, 106, 0.35);
}

.header-account--logged-in {
  gap: 12px;
}

.header-account__status {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #34d399;
  box-shadow: 0 0 0 4px rgba(52, 211, 153, 0.16);
  flex: 0 0 auto;
}

.site-search-overlay {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0.25s ease;
  z-index: 120;
}

body.search-open .site-search-overlay {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.site-search-overlay__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(5, 10, 18, 0.72);
  backdrop-filter: blur(14px);
}

.site-search-overlay__dialog {
  position: relative;
  width: min(920px, 100%);
  padding: clamp(26px, 4vw, 42px);
  border-radius: 32px;
  border: 1px solid rgba(242, 212, 154, 0.18);
  background:
    radial-gradient(circle at top right, rgba(242, 212, 154, 0.16), transparent 30%),
    radial-gradient(circle at bottom left, rgba(82, 132, 255, 0.16), transparent 34%),
    linear-gradient(160deg, rgba(11, 18, 29, 0.98), rgba(19, 31, 49, 0.96));
  box-shadow: 0 32px 90px rgba(2, 6, 12, 0.48);
  direction: ltr;
}

.site-search-overlay__close {
  position: absolute;
  top: 18px;
  left: 18px;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.04);
  color: #fff8e8;
  cursor: pointer;
}

.site-search-overlay__eyebrow {
  display: inline-flex;
  align-items: center;
  padding: 6px 14px;
  border-radius: 999px;
  color: #f3db9a;
  background: rgba(242, 212, 154, 0.08);
  border: 1px solid rgba(242, 212, 154, 0.16);
  font-size: 0.82rem;
}

.site-search-overlay__title {
  margin: 16px 0 10px;
  color: #fff9eb;
  font-size: clamp(1.5rem, 2.8vw, 2.4rem);
}

.site-search-overlay__text {
  margin: 0 0 22px;
  color: rgba(236, 242, 255, 0.82);
}

.site-search-overlay__form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
}

.site-search-overlay__input {
  width: 100%;
  min-height: 62px;
  padding: 0 20px;
  border: 1px solid rgba(242, 212, 154, 0.22);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.06);
  color: #ffffff;
  font-size: 1rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.site-search-overlay__input::placeholder {
  color: rgba(236, 242, 255, 0.48);
}

.site-search-overlay__input:focus {
  outline: none;
  border-color: rgba(242, 212, 154, 0.38);
  box-shadow: 0 0 0 5px rgba(242, 212, 154, 0.1);
}

.site-search-overlay__submit {
  min-width: 140px;
  min-height: 62px;
  padding: 0 22px;
  border: 0;
  border-radius: 22px;
  background: linear-gradient(135deg, #f2d49a 0%, #c7932d 100%);
  color: #201405;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 16px 32px rgba(199, 147, 45, 0.24);
}

.site-app-install-banner {
  position: fixed;
  inset-inline: 14px;
  bottom: calc(env(safe-area-inset-bottom, 0px) + 14px);
  z-index: 110;
  display: none;
  padding: 18px 16px 16px;
  border-radius: 24px;
  border: 1px solid rgba(242, 212, 154, 0.18);
  background:
    radial-gradient(circle at top right, rgba(82, 132, 255, 0.22), transparent 34%),
    radial-gradient(circle at bottom left, rgba(242, 212, 154, 0.14), transparent 38%),
    linear-gradient(145deg, rgba(10, 17, 28, 0.96), rgba(16, 25, 40, 0.98));
  box-shadow:
    0 26px 70px rgba(3, 8, 15, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  transform: translateY(calc(100% + 28px));
  opacity: 0;
  visibility: hidden;
  transition: transform 0.4s ease, opacity 0.35s ease, visibility 0.35s ease;
  overflow: hidden;
}

.site-app-install-banner.is-mounted {
  display: block;
}

.site-app-install-banner.is-visible {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.site-app-install-banner__glow {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(12px);
}

.site-app-install-banner__glow--one {
  top: -70px;
  inset-inline-end: -30px;
  width: 190px;
  height: 190px;
  background: radial-gradient(circle, rgba(82, 132, 255, 0.26), transparent 70%);
}

.site-app-install-banner__glow--two {
  bottom: -90px;
  inset-inline-start: -40px;
  width: 210px;
  height: 210px;
  background: radial-gradient(circle, rgba(242, 212, 154, 0.18), transparent 72%);
}

.site-app-install-banner__close {
  position: absolute;
  top: 10px;
  inset-inline-end: 10px;
  z-index: 2;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: #f7f6ff;
  font-size: 1.2rem;
  line-height: 1;
}

.site-app-install-banner__brand,
.site-app-install-banner__actions,
.site-app-install-banner__guide {
  position: relative;
  z-index: 1;
}

.site-app-install-banner__brand {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: center;
  padding-inline-end: 26px;
}

.site-app-install-banner__logo {
  width: 58px;
  height: 58px;
  border-radius: 18px;
  padding: 8px;
  object-fit: contain;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.05));
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 14px 28px rgba(3, 8, 15, 0.22);
}

.site-app-install-banner__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
  color: #f2d49a;
  font-size: 0.78rem;
}

.site-app-install-banner__eyebrow-icon {
  position: relative;
  width: 18px;
  height: 18px;
  border-radius: 6px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.04));
  border: 1px solid rgba(255, 255, 255, 0.16);
  flex: 0 0 18px;
}

.site-app-install-banner__eyebrow-icon::before,
.site-app-install-banner__eyebrow-icon::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.site-app-install-banner__eyebrow-icon::before {
  top: 3px;
  width: 2px;
  height: 7px;
  background: currentColor;
  border-radius: 999px;
}

.site-app-install-banner__eyebrow-icon::after {
  top: 7px;
  width: 8px;
  height: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateX(-50%) rotate(45deg);
}

.site-app-install-banner__title {
  margin: 0 0 6px;
  color: #fff8e8;
  font-size: 1rem;
  line-height: 1.8;
}

.site-app-install-banner__text,
.site-app-install-banner__guide-text {
  margin: 0;
  color: rgba(235, 240, 255, 0.8);
  font-size: 0.84rem;
  line-height: 1.95;
}

.site-app-install-banner__actions {
  margin-top: 14px;
}

.site-app-install-banner__button {
  width: 100%;
  min-height: 44px;
  border: 1px solid rgba(36, 48, 163, 0.2);
  border-radius: 16px;
  background: linear-gradient(135deg, #1b2379 0%, #111660 52%, #2430a3 100%);
  color: #ffffff;
  font: inherit;
  font-weight: 800;
  box-shadow: 0 16px 34px rgba(17, 22, 96, 0.26);
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.site-app-install-banner__button:hover {
  transform: translateY(-2px);
  filter: brightness(1.03);
  box-shadow: 0 20px 38px rgba(17, 22, 96, 0.3);
}

.site-app-install-banner__guide {
  margin-top: 12px;
  padding: 10px 12px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.05);
}

.site-app-install-banner__guide-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #f7f6ff;
  font-size: 0.72rem;
  font-weight: 700;
}

.site-app-install-banner__guide-badge::before {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 3px;
  background: linear-gradient(135deg, #8ba4ff, #f2d49a);
  box-shadow: 0 0 0 3px rgba(139, 164, 255, 0.12);
}

.site-app-install-banner[data-install-platform="ios"] .site-app-install-banner__guide-badge::before {
  border-radius: 4px 4px 2px 2px;
  background: linear-gradient(135deg, #7f96ff, #c9d2ff);
}

.site-app-install-banner[data-install-platform="android"] .site-app-install-banner__guide-badge::before {
  border-radius: 999px 999px 4px 4px;
  background: linear-gradient(135deg, #7ed6a7, #8ba4ff);
}

.site-app-install-banner[data-install-platform="ios"] .site-app-install-banner__button {
  background: linear-gradient(135deg, #0f153f 0%, #111660 54%, #3f52d9 100%);
}

.site-app-install-banner[data-install-platform="android"] .site-app-install-banner__button {
  background: linear-gradient(135deg, #10315b 0%, #111660 48%, #1f7b64 100%);
}

html.theme-light .site-app-install-banner {
  border-color: rgba(17, 22, 96, 0.12);
  background:
    radial-gradient(circle at top right, rgba(86, 102, 221, 0.18), transparent 34%),
    radial-gradient(circle at bottom left, rgba(184, 136, 39, 0.08), transparent 38%),
    linear-gradient(180deg, rgba(252, 252, 255, 0.98), rgba(240, 235, 226, 0.96));
  box-shadow:
    0 26px 60px rgba(17, 22, 96, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.64);
}

html.theme-light .site-app-install-banner__close {
  border-color: rgba(17, 22, 96, 0.1);
  background: rgba(17, 22, 96, 0.05);
  color: #111660;
}

html.theme-light .site-app-install-banner__logo {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.8), rgba(228, 235, 255, 0.5));
  border-color: rgba(17, 22, 96, 0.1);
  box-shadow: 0 14px 28px rgba(17, 22, 96, 0.12);
}

html.theme-light .site-app-install-banner__eyebrow {
  color: #111660;
}

html.theme-light .site-app-install-banner__eyebrow-icon {
  background: linear-gradient(135deg, rgba(17, 22, 96, 0.08), rgba(255, 255, 255, 0.7));
  border-color: rgba(17, 22, 96, 0.14);
}

html.theme-light .site-app-install-banner__title {
  color: #18203f;
}

html.theme-light .site-app-install-banner__text,
html.theme-light .site-app-install-banner__guide-text {
  color: #58607a;
}

html.theme-light .site-app-install-banner__guide {
  border-color: rgba(17, 22, 96, 0.08);
  background: rgba(255, 255, 255, 0.58);
}

html.theme-light .site-app-install-banner__guide-badge {
  background: rgba(17, 22, 96, 0.06);
  color: #111660;
}

body.has-app-install-banner {
  padding-bottom: var(--webcraftglobal-app-install-offset);
}

html.theme-light .ofs-account-nav__menu a,
html.theme-light .ofs-account-nav__logout,
html.theme-light .woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a,
html.theme-light .woocommerce-account .woocommerce-MyAccount-navigation-link a,
html.theme-light .woocommerce-account .woocommerce-MyAccount-content a {
  color: #17203f !important;
}

html.theme-light .ofs-account-nav__logout {
  background: rgba(255, 255, 255, 0.92) !important;
  border: 1px solid rgba(23, 32, 63, 0.12) !important;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
}

html.theme-light .ofs-account-nav__label,
html.theme-light .ofs-account-nav__menu a .ofs-account-nav__label,
html.theme-light .ofs-account-nav__menu li .ofs-account-nav__label,
html.theme-light .ofs-account-nav__menu li.is-active .ofs-account-nav__label {
  color: #17203f !important;
}

html.theme-light .ofs-account-nav__menu li.is-active a,
html.theme-light .woocommerce-account .woocommerce-MyAccount-navigation .is-active a,
html.theme-light .woocommerce-account .woocommerce-MyAccount-navigation-link.is-active a {
  color: #111660 !important;
}

html.theme-light .ofs-account-nav__menu a:hover,
html.theme-light .ofs-account-nav__logout:hover,
html.theme-light .woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a:hover,
html.theme-light .woocommerce-account .woocommerce-MyAccount-navigation-link a:hover {
  color: #111660 !important;
}

html.theme-light .ofs-account-nav__logout:hover {
  background: #ffffff !important;
  border-color: rgba(17, 22, 96, 0.16) !important;
}

.menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.04);
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: var(--text);
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.wp-element-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  border: 1px solid transparent;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  cursor: pointer;
}

.button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.wp-element-button:hover {
  transform: translateY(-2px);
}

.button--primary,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.wp-element-button {
  background: linear-gradient(145deg, var(--accent-strong), var(--accent));
  color: #09111e;
  box-shadow: 0 18px 35px rgba(215, 179, 106, 0.3);
}

.button--ghost {
  border-color: var(--line-strong);
  background: rgba(255, 255, 255, 0.02);
  color: var(--text);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--accent-strong);
}

.text-link::before {
  content: '\2190';
  font-size: 0.9rem;
}

.hero-section {
  position: relative;
  padding: 80px 0 44px;
}

.hero-section::before,
.hero-section::after {
  content: '';
  position: absolute;
  inset: auto;
  border-radius: 50%;
  filter: blur(70px);
  pointer-events: none;
}

.hero-section::before {
  top: 10%;
  right: -40px;
  width: 320px;
  height: 320px;
  background: rgba(215, 179, 106, 0.18);
}

.hero-section::after {
  bottom: 10%;
  left: -50px;
  width: 260px;
  height: 260px;
  background: rgba(72, 122, 255, 0.14);
}

.hero-section__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: 30px;
  align-items: stretch;
}

.hero-section__content,
.hero-panel__frame,
.lux-card,
.content-panel,
.site-footer__card,
.site-footer__intro,
.site-footer__nav,
.admin-snippet__box,
.archive-hero,
.woocommerce .woocommerce-notices-wrapper + * {
  backdrop-filter: blur(18px);
  padding: 20px;
}

.hero-section__content {
  padding: clamp(28px, 5vw, 52px);
  border-radius: var(--radius-lg);
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero-section__badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
}

.hero-section__badge::before,
.archive-hero__eyebrow::before,
.site-footer__eyebrow::before {
  content: '';
  width: 56px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--accent), transparent);
}

.hero-section h1 {
  font-size: clamp(2.6rem, 6vw, 5rem);
  max-width: 12ch;
  margin-bottom: 18px;
}

.hero-section__copy {
  max-width: 60ch;
  font-size: 1.04rem;
}

.hero-panel {
  display: flex;
  align-items: stretch;
}

.hero-panel__frame {
  position: relative;
  width: 100%;
  min-height: 100%;
  padding: 32px;
  border-radius: var(--radius-lg);
  overflow: hidden;
}

.hero-panel__frame::before {
  content: '';
  position: absolute;
  inset: 16px;
  border-radius: calc(var(--radius-lg) - 10px);
  border: 1px solid rgba(215, 179, 106, 0.18);
}

.hero-panel__frame::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(145deg, rgba(215, 179, 106, 0.24), transparent 45%, rgba(61, 96, 176, 0.1));
}

.hero-panel__frame > * {
  position: relative;
  z-index: 1;
}

.hero-panel__brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 18px;
  margin-bottom: 18px;
  border-radius: 20px;
  background: rgba(247, 243, 234, 0.96);
  box-shadow: 0 16px 28px rgba(0, 0, 0, 0.18);
}

.hero-panel__brand img {
  width: clamp(150px, 16vw, 220px);
  height: auto;
}

.hero-panel h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  max-width: 100%;
  margin-bottom: 26px;
  line-height: 1.45;
}

.hero-panel__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.hero-panel__stats div {
  position: relative;
  padding: 18px 16px 16px;
  border-radius: 22px;
  background:
    radial-gradient(circle at top right, rgba(242, 212, 154, 0.12), transparent 35%),
    linear-gradient(160deg, rgba(7, 16, 29, 0.72), rgba(14, 24, 39, 0.58));
  border: 1px solid rgba(242, 212, 154, 0.12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
  overflow: hidden;
  transition: transform 0.26s ease, border-color 0.26s ease, box-shadow 0.26s ease, background 0.26s ease;
}

.hero-panel__stats div::before {
  content: '';
  position: absolute;
  inset: -40% auto auto -30%;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(242, 212, 154, 0.2), transparent 72%);
  opacity: 0;
  transform: scale(0.7);
  transition: opacity 0.26s ease, transform 0.26s ease;
  pointer-events: none;
}

.hero-panel__stats div::after {
  content: '';
  position: absolute;
  inset: auto -18px -28px auto;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(82, 132, 255, 0.18), transparent 72%);
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.26s ease, transform 0.26s ease;
  pointer-events: none;
}

.hero-panel__stats div:hover {
  transform: translateY(-6px);
  border-color: rgba(242, 212, 154, 0.24);
  background:
    radial-gradient(circle at top right, rgba(242, 212, 154, 0.16), transparent 35%),
    linear-gradient(160deg, rgba(12, 23, 39, 0.86), rgba(19, 31, 50, 0.72));
  box-shadow:
    0 18px 34px rgba(4, 9, 17, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.hero-panel__stats div:hover::before {
  opacity: 1;
  transform: scale(1);
}

.hero-panel__stats div:hover::after {
  opacity: 1;
  transform: translateY(0);
}

.hero-panel__stats strong {
  display: block;
  margin-bottom: 10px;
  color: #fff7e3;
  font-family: var(--display);
  font-size: 1.06rem;
  line-height: 1.5;
}

.hero-panel__stats span {
  display: block;
  color: rgba(236, 242, 255, 0.72);
  font-size: 0.84rem;
  line-height: 1.9;
}

.webcraftglobal-section {
  padding: 36px 0 20px;
}

.section-intro {
  display: grid;
  gap: 12px;
  margin-bottom: 28px;
}

.section-title {
  font-size: clamp(2rem, 4vw, 3rem);
}

.section-copy p:last-child {
  margin-bottom: 0;
}

.landing-grid,
.post-grid,
.product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.woocommerce ul.products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.products-section--full .section-shell--wide {
  width: calc(100% - 24px);
}

.lux-card,
.content-panel,
.site-footer__card,
.site-footer__intro,
.site-footer__nav,
.admin-snippet__box {
  position: relative;
  border-radius: var(--radius-md);
  overflow: hidden;
}

.lux-card::before,
.content-panel::before,
.site-footer__card::before,
.site-footer__intro::before,
.site-footer__nav::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), transparent 26%);
  pointer-events: none;
}

.landing-card,
.post-card,
.product-card {
  padding: 22px;
}

.landing-card {
  display: grid;
  gap: 20px;
  min-height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at top left, rgba(215, 179, 106, 0.16), transparent 32%),
    linear-gradient(160deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
  box-shadow: 0 20px 44px rgba(4, 10, 20, 0.2);
}

.landing-card__topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.landing-card__badge {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(215, 179, 106, 0.18);
  background: rgba(255, 255, 255, 0.05);
  color: rgba(247, 243, 234, 0.82);
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.landing-card__content {
  display: grid;
  gap: 12px;
}

.landing-card__content p,
.landing-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.9;
}

.landing-card__link {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 52px;
  margin-top: auto;
  padding: 0 18px;
  border-radius: 18px;
  border: 1px solid rgba(215, 179, 106, 0.16);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(247, 243, 234, 0.94);
  text-decoration: none;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.landing-card__link:hover {
  transform: translateY(-2px);
  border-color: rgba(215, 179, 106, 0.28);
  background: linear-gradient(145deg, rgba(215, 179, 106, 0.12), rgba(255, 255, 255, 0.05));
  box-shadow: 0 16px 30px rgba(10, 18, 32, 0.18);
}

.landing-card__link-arrow {
  width: 12px;
  height: 12px;
  border-top: 1.8px solid currentColor;
  border-left: 1.8px solid currentColor;
  transform: rotate(-45deg);
  flex: 0 0 auto;
}

.posts-section .post-grid {
  grid-auto-rows: 1fr;
}

.posts-section .post-card {
  height: 100%;
}

.posts-section .post-card__title,
.posts-section .post-card__title a {
  font-size: clamp(1.3rem, 2.1vw, 1.9rem);
}

.posts-section .post-card__title a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.posts-section .post-card p {
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.post-card__tags,
.post-card__categories {
  color: var(--muted);
  font-size: 0.84rem;
}

.post-card__categories a {
  color: var(--accent-strong);
  text-decoration: none;
}

.post-card__tags {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.post-card__tags a {
  color: var(--accent-strong);
  text-decoration: none;
}

.post-card__category-empty {
  color: var(--muted);
  font-size: 0.84rem;
}

.posts-section .post-card__content {
  flex: 1;
  min-height: 0;
}

.landing-card__number {
  display: inline-flex;
  color: rgba(215, 179, 106, 0.7);
  font-family: var(--display);
  font-size: 2rem;
  line-height: 1;
}

.landing-card h3,
.post-card__title,
.product-card__title,
.archive-hero h1,
.content-panel__body h1,
.woocommerce div.product .product_title {
  font-size: clamp(1.6rem, 2.4vw, 2.2rem);
}

.product-card,
.post-card {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.product-card__media,
.post-card__media,
.content-panel__media,
.woocommerce ul.products li.product a img,
.woocommerce div.product div.images img {
  overflow: hidden;
  border-radius: 18px;
}

.product-card__media img,
.post-card__media img,
.content-panel__media img,
.woocommerce ul.products li.product a img,
.woocommerce div.product div.images img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.product-card:hover .product-card__media img,
.post-card:hover .post-card__media img,
.woocommerce ul.products li.product:hover a img {
  transform: scale(1.04);
}

.post-card__placeholder {
  display: grid;
  place-items: center;
  min-height: 250px;
  background: linear-gradient(145deg, rgba(215, 179, 106, 0.22), rgba(15, 29, 50, 0.8));
  font-family: var(--display);
  font-size: 4rem;
  color: var(--accent-strong);
}

.post-card__content,
.product-card__content {
  display: grid;
  gap: 14px;
}

.post-card__meta,
.content-panel__meta,
.product-card__cats,
.woocommerce .product_meta,
.woocommerce .woocommerce-breadcrumb,
.woocommerce .price,
.woocommerce ul.products li.product .price {
  color: var(--muted);
  font-size: 0.94rem;
}

.post-card__meta,
.content-panel__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.product-card__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.product-card__badges span,
.woocommerce span.onsale {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(215, 179, 106, 0.16);
  color: var(--accent-strong);
  border: 1px solid rgba(215, 179, 106, 0.24);
  font-size: 0.8rem;
}

.product-card__price,
.woocommerce .price,
.woocommerce ul.products li.product .price {
  font-size: 1.15rem;
  color: var(--accent-strong);
}

.admin-snippet {
  padding: 14px 0 0;
}

.admin-snippet__box {
  padding: 18px 22px;
  border: 1px dashed rgba(215, 179, 106, 0.36);
}

.admin-snippet__box code {
  display: block;
  padding: 14px;
  border-radius: 14px;
  background: rgba(0, 0, 0, 0.28);
  color: #f7dfb2;
  direction: ltr;
  text-align: left;
  word-break: break-word;
}

.archive-hero {
  width: var(--shell);
  margin: 36px auto 10px;
  padding: 34px;
  border-radius: var(--radius-lg);
  position: relative;
  overflow: hidden;
}

.archive-hero h1 {
  margin-bottom: 14px;
  font-size: clamp(1.8rem, 4vw, 3rem);
  line-height: 1.25;
}

.archive-hero .section-shell {
  position: relative;
  z-index: 1;
}

.archive-hero__copy,
.webcraftglobal-archive-description__content {
  margin: 0;
}

.archive-hero__copy {
  max-width: 100%;
  padding: 20px 22px 18px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at top right, rgba(85, 122, 255, 0.12), transparent 32%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 20px 44px rgba(3, 8, 15, 0.18);
}

.archive-hero__copy-content,
.webcraftglobal-archive-description__copy {
  position: relative;
  color: var(--muted);
  line-height: 2.05;
}

.archive-hero__copy-content p,
.webcraftglobal-archive-description__copy p {
  margin: 0;
}

.archive-hero__copy-content p + p,
.webcraftglobal-archive-description__copy p + p {
  margin-top: 10px;
}

.archive-hero__copy-content h2,
.archive-hero__copy-content h3,
.archive-hero__copy-content h4,
.archive-hero__copy-content h5,
.archive-hero__copy-content h6,
.webcraftglobal-archive-description__copy h2,
.webcraftglobal-archive-description__copy h3,
.webcraftglobal-archive-description__copy h4,
.webcraftglobal-archive-description__copy h5,
.webcraftglobal-archive-description__copy h6 {
  margin: 1.15em 0 0.55em;
  line-height: 1.55;
  color: var(--text);
}

.archive-hero__copy-content > :first-child,
.webcraftglobal-archive-description__copy > :first-child {
  margin-top: 0;
}

.archive-hero__copy-content > :last-child,
.webcraftglobal-archive-description__copy > :last-child {
  margin-bottom: 0;
}

.archive-hero__copy-content table,
.webcraftglobal-archive-description__copy table,
.single-post .webcraftglobal-single-article__content .entry-content table,
.single-product .webcraftglobal-product .entry-content table,
.single-product .webcraftglobal-product .woocommerce-tabs .panel table {
  width: 100%;
  margin: 1.75rem 0;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  border: 1px solid rgba(96, 124, 255, 0.2);
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02)),
    rgba(10, 18, 31, 0.58);
  box-shadow:
    0 18px 36px rgba(3, 8, 15, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.archive-hero__copy-content table th,
.archive-hero__copy-content table td,
.webcraftglobal-archive-description__copy table th,
.webcraftglobal-archive-description__copy table td,
.single-post .webcraftglobal-single-article__content .entry-content table th,
.single-post .webcraftglobal-single-article__content .entry-content table td,
.single-product .webcraftglobal-product .entry-content table th,
.single-product .webcraftglobal-product .entry-content table td,
.single-product .webcraftglobal-product .woocommerce-tabs .panel table th,
.single-product .webcraftglobal-product .woocommerce-tabs .panel table td {
  padding: 14px 16px;
  border-inline-start: 1px solid rgba(96, 124, 255, 0.14);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  text-align: left;
  vertical-align: top;
}

.archive-hero__copy-content table tr > :first-child,
.webcraftglobal-archive-description__copy table tr > :first-child,
.single-post .webcraftglobal-single-article__content .entry-content table tr > :first-child,
.single-product .webcraftglobal-product .entry-content table tr > :first-child,
.single-product .webcraftglobal-product .woocommerce-tabs .panel table tr > :first-child {
  border-inline-start: 0;
}

.archive-hero__copy-content table thead th,
.webcraftglobal-archive-description__copy table thead th,
.single-post .webcraftglobal-single-article__content .entry-content table thead th,
.single-product .webcraftglobal-product .entry-content table thead th,
.single-product .webcraftglobal-product .woocommerce-tabs .panel table thead th {
  border-top: 0;
  color: var(--text);
  background:
    linear-gradient(135deg, rgba(96, 124, 255, 0.18), rgba(215, 179, 106, 0.14));
}

.archive-hero__copy-content table tbody tr:nth-child(even) td,
.webcraftglobal-archive-description__copy table tbody tr:nth-child(even) td,
.single-post .webcraftglobal-single-article__content .entry-content table tbody tr:nth-child(even) td,
.single-product .webcraftglobal-product .entry-content table tbody tr:nth-child(even) td,
.single-product .webcraftglobal-product .woocommerce-tabs .panel table tbody tr:nth-child(even) td {
  background: rgba(255, 255, 255, 0.03);
}

html.theme-light .archive-hero__copy-content table,
html.theme-light .webcraftglobal-archive-description__copy table,
html.theme-light .single-post .webcraftglobal-single-article__content .entry-content table,
html.theme-light .single-product .webcraftglobal-product .entry-content table,
html.theme-light .single-product .webcraftglobal-product .woocommerce-tabs .panel table {
  border-color: rgba(17, 22, 96, 0.16);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(244, 248, 255, 0.9)),
    rgba(255, 255, 255, 0.92);
  box-shadow:
    0 18px 36px rgba(17, 22, 96, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

html.theme-light .archive-hero__copy-content table th,
html.theme-light .archive-hero__copy-content table td,
html.theme-light .webcraftglobal-archive-description__copy table th,
html.theme-light .webcraftglobal-archive-description__copy table td,
html.theme-light .single-post .webcraftglobal-single-article__content .entry-content table th,
html.theme-light .single-post .webcraftglobal-single-article__content .entry-content table td,
html.theme-light .single-product .webcraftglobal-product .entry-content table th,
html.theme-light .single-product .webcraftglobal-product .entry-content table td,
html.theme-light .single-product .webcraftglobal-product .woocommerce-tabs .panel table th,
html.theme-light .single-product .webcraftglobal-product .woocommerce-tabs .panel table td {
  border-inline-start-color: rgba(17, 22, 96, 0.1);
  border-top-color: rgba(17, 22, 96, 0.08);
  color: var(--text);
}

html.theme-light .archive-hero__copy-content table thead th,
html.theme-light .webcraftglobal-archive-description__copy table thead th,
html.theme-light .single-post .webcraftglobal-single-article__content .entry-content table thead th,
html.theme-light .single-product .webcraftglobal-product .entry-content table thead th,
html.theme-light .single-product .webcraftglobal-product .woocommerce-tabs .panel table thead th {
  background:
    linear-gradient(135deg, rgba(17, 22, 96, 0.12), rgba(54, 113, 255, 0.08));
}

html.theme-light .archive-hero__copy-content table tbody tr:nth-child(even) td,
html.theme-light .webcraftglobal-archive-description__copy table tbody tr:nth-child(even) td,
html.theme-light .single-post .webcraftglobal-single-article__content .entry-content table tbody tr:nth-child(even) td,
html.theme-light .single-product .webcraftglobal-product .entry-content table tbody tr:nth-child(even) td,
html.theme-light .single-product .webcraftglobal-product .woocommerce-tabs .panel table tbody tr:nth-child(even) td {
  background: rgba(17, 22, 96, 0.035);
}

.single-post .webcraftglobal-single-article__content .entry-content .webcraftglobal-legacy-table-wrap,
.single-post .webcraftglobal-single-article__content .entry-content .wp-block-table {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

.single-post .webcraftglobal-single-article__content .entry-content table th,
.single-post .webcraftglobal-single-article__content .entry-content table td {
  white-space: normal;
  overflow-wrap: anywhere;
}

.webcraftglobal-expandable-text {
  position: relative;
}

.webcraftglobal-expandable-text.has-toggle .webcraftglobal-expandable-text__toggle {
  display: none;
}

.js .webcraftglobal-expandable-text.has-toggle.is-enhanced .webcraftglobal-expandable-text__toggle {
  display: inline-flex;
}

.js .webcraftglobal-expandable-text.has-toggle.is-enhanced .is-collapsible-content {
  max-height: 205px;
  overflow: hidden;
}

.js .archive-hero__copy.webcraftglobal-expandable-text.has-toggle.is-enhanced::after {
  content: '';
  position: absolute;
  inset: auto 0 0 0;
  height: 86px;
  border-radius: 0 0 22px 22px;
  background: linear-gradient(180deg, rgba(12, 19, 31, 0) 0%, rgba(12, 19, 31, 0.82) 100%);
  pointer-events: none;
}

.js .archive-hero__copy.webcraftglobal-expandable-text.has-toggle.is-enhanced .webcraftglobal-expandable-text__toggle {
  display: flex;
  position: absolute;
  left: 50%;
  bottom: 18px;
  z-index: 2;
  margin: 0;
  padding: 8px 18px;
  border-radius: 999px;
  transform: translateX(-50%);
  background: rgba(10, 16, 26, 0.78);
  backdrop-filter: blur(10px);
  box-shadow: 0 10px 24px rgba(3, 8, 15, 0.22);
}

.js .webcraftglobal-expandable-text.has-toggle.is-enhanced.is-expanded .is-collapsible-content {
  max-height: none;
}

.js .archive-hero__copy.webcraftglobal-expandable-text.has-toggle.is-enhanced.is-expanded::after {
  opacity: 0;
}

.js .archive-hero__copy.webcraftglobal-expandable-text.has-toggle.is-enhanced.is-expanded .webcraftglobal-expandable-text__toggle {
  position: static;
  margin-top: 14px;
  padding: 0;
  background: transparent;
  backdrop-filter: none;
  box-shadow: none;
  transform: none;
}

.webcraftglobal-expandable-text__toggle {
  align-items: center;
  justify-content: center;
  margin-top: 14px;
  margin-inline: auto;
  min-width: max-content;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--accent-strong);
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  transition: color 0.2s ease, transform 0.2s ease;
}

.webcraftglobal-expandable-text__toggle::after {
  content: '';
  width: 8px;
  height: 8px;
  margin-inline-start: 8px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg) translateY(-1px);
  transition: transform 0.2s ease;
}

.webcraftglobal-expandable-text__toggle:hover {
  color: var(--accent);
  transform: translateY(-1px);
}

.js .webcraftglobal-expandable-text.has-toggle.is-enhanced.is-expanded .webcraftglobal-expandable-text__toggle::after {
  transform: rotate(-135deg) translateY(-1px);
}

.site-main {
  padding-bottom: 40px;
}

.site-main--post {
  padding-top: 20px;
}

.content-panel {
  padding: 22px;
}

.webcraftglobal-single-article {
  position: relative;
  display: block;
  padding: clamp(20px, 3vw, 30px);
  border-radius: var(--radius-md);
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(180deg, rgba(18, 31, 52, 0.92), rgba(10, 18, 31, 0.9));
}

.webcraftglobal-single-article::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: var(--radius-md);
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), transparent 28%);
}

.webcraftglobal-single-article > * {
  position: relative;
  z-index: 1;
}

.webcraftglobal-single-article__layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
  align-items: start;
}

.webcraftglobal-single-article__hero-card {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(180px, 1fr) minmax(0, 3fr);
  gap: 18px;
  align-items: start;
  padding: 16px 18px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
}

.webcraftglobal-single-article__hero-main {
  direction: ltr;
  min-width: 0;
}

.webcraftglobal-single-article__title {
  margin: 0 0 10px;
  font-size: clamp(1.65rem, 2.7vw, 2.3rem);
  line-height: 2em;
}

.webcraftglobal-single-article__description {
  margin: 0 0 16px;
  color: var(--muted);
  font-size: 0.96rem;
}

.webcraftglobal-single-article__content .content-panel__body {
  padding-top: 0;
}

.webcraftglobal-single-article__content {
  direction: ltr;
  position: relative;
  z-index: 1;
}

.webcraftglobal-single-article__content-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
}

.webcraftglobal-single-article__sidebar {
  position: relative;
  z-index: 2;
}

.webcraftglobal-single-article__toc-shell {
  position: relative;
}

.webcraftglobal-single-article__toc--floating {
  position: relative;
}

.webcraftglobal-single-article__toc-toggle {
  display: none;
}

@keyframes webcraftglobalMobileTocFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(0, -6px, 0);
  }
}

.webcraftglobal-single-article__content .webcraftglobal-single-article__content-heading {
  scroll-margin-top: 110px;
}

.webcraftglobal-single-article__toc {
  position: relative;
  direction: ltr;
  z-index: 1;
  margin-top: 2px;
  padding: 18px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(145deg, rgba(28, 43, 68, 0.75), rgba(13, 20, 32, 0.9));
  box-shadow: var(--shadow);
  max-height: calc(100vh - 145px);
  overflow: hidden;
}

.webcraftglobal-single-article__toc::before {
  content: '';
  position: absolute;
  inset: 18px 18px auto auto;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(215, 179, 106, 0.32), transparent 70%);
  filter: blur(10px);
  pointer-events: none;
}

.webcraftglobal-single-article__toc::after {
  content: '';
  position: absolute;
  inset: auto 0 -18px -18px;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(95, 129, 255, 0.24), transparent 72%);
  filter: blur(10px);
  pointer-events: none;
}

.webcraftglobal-single-article__toc-title,
.webcraftglobal-single-article__toc-subtitle {
  position: relative;
  z-index: 1;
}

.webcraftglobal-single-article__toc-title {
  margin: 0 0 8px;
  font-size: clamp(1.08rem, 1.7vw, 1.28rem);
}

.webcraftglobal-single-article__toc-subtitle {
  margin: 0 0 12px;
  color: var(--muted);
  font-size: 0.79rem;
}

.webcraftglobal-single-article__toc-list {
  position: relative;
  z-index: 1;
  margin: 0;
  padding-right: 0;
  list-style: none;
  display: grid;
  gap: 6px;
  max-height: calc(100vh - 260px);
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-width: thin;
  scrollbar-color: rgba(242, 212, 154, 0.42) rgba(255, 255, 255, 0.05);
}

.webcraftglobal-single-article__toc-list::-webkit-scrollbar {
  width: 6px;
}

.webcraftglobal-single-article__toc-list::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.04);
  border-radius: 999px;
}

.webcraftglobal-single-article__toc-list::-webkit-scrollbar-thumb {
  background: rgba(242, 212, 154, 0.38);
  border-radius: 999px;
}

.webcraftglobal-single-article__toc-item {
  position: relative;
  display: block;
}

.webcraftglobal-single-article__toc-item::before {
  content: '';
  position: absolute;
  inset-inline-end: 0;
  top: 11px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(242, 212, 154, 0.44);
  box-shadow: 0 0 0 4px rgba(242, 212, 154, 0.08);
}

.webcraftglobal-single-article__toc-item a {
  color: var(--muted);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
  min-width: 0;
  min-height: 34px;
  padding: 6px 20px 6px 8px;
  border-radius: 12px;
  border: 1px solid transparent;
  font-size: 0.81rem;
  line-height: 1.8;
  overflow-wrap: anywhere;
  transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.webcraftglobal-single-article__toc-item a:hover {
  color: var(--text);
  border-color: rgba(255, 255, 255, 0.16);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
}

.webcraftglobal-single-article__toc-item--h3 {
  padding-right: 10px;
}

.webcraftglobal-single-article__toc-item.is-active::before {
  background: #f2d49a;
}

.webcraftglobal-single-article__toc-item.is-active a {
  color: #fff9eb;
  border-color: rgba(242, 212, 154, 0.22);
  background: linear-gradient(145deg, rgba(242, 212, 154, 0.12), rgba(255, 255, 255, 0.04));
}

.webcraftglobal-single-article__meta {
  display: grid;
  gap: 10px;
  direction: ltr;
}

.webcraftglobal-single-article__meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  align-items: center;
  min-width: 0;
}

.webcraftglobal-single-article__meta-item {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  min-width: 0;
  color: var(--muted);
  font-size: 0.84rem;
  overflow-wrap: anywhere;
}

.webcraftglobal-single-article__meta-item::before {
  content: '';
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  line-height: 1;
  color: var(--accent-strong);
  border: 1px solid rgba(212, 175, 55, 0.55);
  background: rgba(212, 175, 55, 0.12);
}

.webcraftglobal-single-article__meta-item--date::before {
  border-radius: 5px;
  background:
    linear-gradient(rgba(212, 175, 55, 0.68), rgba(212, 175, 55, 0.68)) 3px 3px / 10px 2px no-repeat,
    linear-gradient(rgba(212, 175, 55, 0.22), rgba(212, 175, 55, 0.22)) center 8px / 10px 5px no-repeat;
}

.webcraftglobal-single-article__meta-item--author::before {
  border-radius: 999px 999px 7px 7px;
  background:
    radial-gradient(circle at 50% 4px, rgba(212, 175, 55, 0.72) 0 2px, transparent 2.2px),
    linear-gradient(rgba(212, 175, 55, 0.24), rgba(212, 175, 55, 0.24)) center 11px / 9px 4px no-repeat;
}

.webcraftglobal-single-article__meta-item--comments::before {
  border-radius: 6px;
  background: linear-gradient(rgba(212, 175, 55, 0.22), rgba(212, 175, 55, 0.22)) center center / 10px 7px no-repeat;
}

.webcraftglobal-single-article__meta-item--comments::after {
  content: '';
  width: 5px;
  height: 5px;
  margin-inline-start: -10px;
  margin-inline-end: 5px;
  border-right: 1.5px solid rgba(212, 175, 55, 0.7);
  border-bottom: 1.5px solid rgba(212, 175, 55, 0.7);
  transform: rotate(45deg);
}

.webcraftglobal-single-article__meta-item--category::before {
  border-radius: 4px;
  transform: rotate(45deg);
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.34), rgba(212, 175, 55, 0.08));
}

.webcraftglobal-single-article__meta-item--tag {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding-right: 0;
}

.webcraftglobal-single-article__meta-item--tag::before {
  content: none;
}

.webcraftglobal-single-article__tag-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.webcraftglobal-single-article__tag-item::before {
  content: '';
  width: 8px;
  height: 8px;
  margin-inline-end: 0;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.95), rgba(212, 175, 55, 0.45));
  box-shadow: 0 0 0 4px rgba(212, 175, 55, 0.08);
}

.webcraftglobal-single-article__meta-item a,
.webcraftglobal-single-article__tag-item a {
  color: var(--text);
  text-decoration: none;
  overflow-wrap: anywhere;
}

.webcraftglobal-single-article__tag-item a {
  color: var(--text);
}

.webcraftglobal-single-article__media {
  width: 100%;
  max-width: 340px;
  min-width: 160px;
  border-radius: 16px;
  overflow: hidden;
  justify-self: center;
  order: -1;
}

.webcraftglobal-single-article__media img {
  width: 100%;
  display: block;
}

.webcraftglobal-author-box {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  margin-top: 28px;
  padding: clamp(20px, 3vw, 30px);
  border: 1px solid rgba(212, 175, 55, 0.24);
  border-radius: 24px;
  background:
    radial-gradient(circle at top right, rgba(92, 124, 255, 0.18), transparent 30%),
    linear-gradient(135deg, rgba(212, 175, 55, 0.08), rgba(212, 175, 55, 0) 34%),
    linear-gradient(160deg, rgba(26, 38, 60, 0.96), rgba(10, 16, 26, 0.98));
  box-shadow:
    0 24px 70px rgba(5, 10, 18, 0.32),
    0 0 0 1px rgba(92, 124, 255, 0.06);
}

.webcraftglobal-author-box__glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(6px);
  pointer-events: none;
  z-index: -1;
}

.webcraftglobal-author-box__glow--primary {
  top: -40px;
  right: -20px;
  width: 180px;
  height: 180px;
  background: radial-gradient(circle, rgba(96, 126, 255, 0.3), transparent 72%);
}

.webcraftglobal-author-box__glow--secondary {
  bottom: -70px;
  left: -30px;
  width: 220px;
  height: 220px;
  background: radial-gradient(circle, rgba(35, 53, 179, 0.24), transparent 72%);
}

.webcraftglobal-author-box__header {
  display: grid;
  grid-template-columns: minmax(120px, 160px) minmax(0, 1fr);
  gap: 18px;
  align-items: center;
}

.webcraftglobal-author-box__avatar {
  position: relative;
  width: clamp(120px, 18vw, 156px);
  aspect-ratio: 1;
  border-radius: 28px;
  overflow: hidden;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.04));
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 18px 36px rgba(7, 12, 20, 0.26);
}

.webcraftglobal-author-box__avatar::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 2px;
  background: linear-gradient(135deg, rgba(242, 212, 154, 0.9), rgba(106, 136, 255, 0.65));
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask-composite: exclude;
  pointer-events: none;
  opacity: 0.95;
}

.webcraftglobal-author-box__avatar::after {
  content: '';
  position: absolute;
  inset: 12%;
  border-radius: 22px;
  background: radial-gradient(circle, rgba(96, 126, 255, 0.16), transparent 72%);
  filter: blur(10px);
  pointer-events: none;
  mix-blend-mode: screen;
}

.webcraftglobal-author-box__avatar-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.webcraftglobal-author-box__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  border-radius: 999px;
  color: #f3d991;
  background: rgba(212, 175, 55, 0.1);
  border: 1px solid rgba(212, 175, 55, 0.18);
  font-size: 0.82rem;
}

.webcraftglobal-author-box__name {
  margin: 12px 0 8px;
  font-size: clamp(1.3rem, 2vw, 1.8rem);
  color: #fff8e6;
}

.webcraftglobal-author-box__bio,
.webcraftglobal-author-box__member-since {
  margin: 0;
  color: rgba(235, 240, 255, 0.8);
  line-height: 2;
}

.webcraftglobal-author-box__footer {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  margin-top: 20px;
}

.webcraftglobal-author-box__stat {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 999px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.webcraftglobal-author-box__stat-value {
  color: #fff8e6;
  font-size: 1rem;
  font-weight: 700;
}

.webcraftglobal-author-box__stat-label {
  color: rgba(235, 240, 255, 0.72);
  font-size: 0.84rem;
}

.webcraftglobal-author-box__archive-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 18px;
  border-radius: 999px;
  color: #0a1320;
  text-decoration: none;
  font-weight: 700;
  background: linear-gradient(135deg, #d4af37, #f1d081);
  box-shadow: 0 12px 26px rgba(212, 175, 55, 0.2);
  transition: transform 0.2s ease, filter 0.2s ease;
}

.webcraftglobal-author-box__archive-link:hover {
  transform: translateY(-2px);
  filter: brightness(1.03);
}

.webcraftglobal-author-box__socials {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.webcraftglobal-author-box__social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border-radius: 14px;
  text-decoration: none;
  color: #f8fafc;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.webcraftglobal-author-box__social svg {
  width: 18px;
  height: 18px;
  display: block;
}

.webcraftglobal-author-box__social:hover {
  transform: translateY(-2px);
  border-color: rgba(212, 175, 55, 0.34);
  background: linear-gradient(145deg, rgba(212, 175, 55, 0.18), rgba(255, 255, 255, 0.08));
}

.webcraftglobal-author-box__social--linkedin {
  color: #b7dcff;
}

.webcraftglobal-author-box__social--github {
  color: #f2f5ff;
}

.webcraftglobal-author-box__social--website {
  color: #ffe6af;
}

.webcraftglobal-author-box__social--x {
  color: #f8fafc;
}

.webcraftglobal-author-box__social--telegram {
  color: #b3ebff;
}

.webcraftglobal-contributor-banner {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  margin-top: 24px;
  padding: clamp(22px, 3vw, 34px);
  border-radius: 28px;
  border: 1px solid rgba(242, 212, 154, 0.24);
  background:
    radial-gradient(circle at top right, rgba(86, 118, 255, 0.26), transparent 32%),
    radial-gradient(circle at bottom left, rgba(69, 124, 255, 0.22), transparent 34%),
    radial-gradient(circle at 18% 18%, rgba(242, 212, 154, 0.16), transparent 24%),
    linear-gradient(135deg, rgba(11, 18, 29, 0.98), rgba(19, 31, 49, 0.96) 56%, rgba(45, 31, 12, 0.92));
  box-shadow:
    0 26px 80px rgba(3, 8, 15, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 0 0 1px rgba(86, 118, 255, 0.08);
}

.webcraftglobal-contributor-banner__glow {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(10px);
  z-index: -1;
}

.webcraftglobal-contributor-banner__glow--gold {
  top: -46px;
  left: -22px;
  width: 220px;
  height: 220px;
  background: radial-gradient(circle, rgba(86, 118, 255, 0.24), transparent 70%);
}

.webcraftglobal-contributor-banner__glow--blue {
  right: -40px;
  bottom: -60px;
  width: 240px;
  height: 240px;
  background: radial-gradient(circle, rgba(35, 53, 179, 0.28), transparent 72%);
}

.webcraftglobal-contributor-banner {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(220px, 0.8fr);
  gap: 20px;
  align-items: center;
}

.webcraftglobal-contributor-banner__eyebrow {
  display: inline-flex;
  align-items: center;
  padding: 7px 14px;
  border-radius: 999px;
  color: #f3db9a;
  background: rgba(242, 212, 154, 0.08);
  border: 1px solid rgba(242, 212, 154, 0.16);
  font-size: 0.82rem;
}

.webcraftglobal-contributor-banner__title {
  margin: 14px 0 10px;
  color: #fff9eb;
  font-size: clamp(1.45rem, 2.3vw, 2rem);
  line-height: 1.8;
}

.webcraftglobal-contributor-banner__text {
  margin: 0;
  max-width: 780px;
  color: rgba(236, 242, 255, 0.84);
  line-height: 2.1;
}

.webcraftglobal-contributor-banner__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
}

.webcraftglobal-contributor-banner__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  min-height: 50px;
  padding: 12px 24px;
  border-radius: 999px;
  text-decoration: none;
  color: #201405;
  font-weight: 800;
  font-size: 1rem;
  background: linear-gradient(135deg, #f2d49a 0%, #c7932d 100%);
  box-shadow: 0 16px 34px rgba(199, 147, 45, 0.28);
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.webcraftglobal-contributor-banner__button:hover {
  transform: translateY(-2px);
  filter: brightness(1.03);
  box-shadow: 0 20px 40px rgba(199, 147, 45, 0.34);
}

.webcraftglobal-post-navigation {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 24px;
}

.webcraftglobal-post-navigation__card {
  position: relative;
  display: grid;
  gap: 8px;
  min-height: 132px;
  padding: 20px 22px;
  border-radius: 24px;
  text-decoration: none;
  overflow: hidden;
  border: 1px solid rgba(242, 212, 154, 0.14);
  background:
    radial-gradient(circle at top right, rgba(84, 115, 255, 0.2), transparent 34%),
    radial-gradient(circle at bottom left, rgba(242, 212, 154, 0.1), transparent 38%),
    linear-gradient(160deg, rgba(12, 20, 32, 0.96), rgba(19, 31, 49, 0.94));
  box-shadow:
    0 20px 48px rgba(3, 8, 15, 0.28),
    0 0 0 1px rgba(84, 115, 255, 0.06);
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.webcraftglobal-post-navigation__card::before {
  content: '';
  position: absolute;
  inset: auto auto -40px -40px;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(82, 132, 255, 0.28), transparent 70%);
  pointer-events: none;
}

.webcraftglobal-post-navigation__card--next::before {
  inset: -40px -40px auto auto;
  background: radial-gradient(circle, rgba(92, 124, 255, 0.24), transparent 70%);
}

.webcraftglobal-post-navigation__card:hover {
  transform: translateY(-3px);
  border-color: rgba(92, 124, 255, 0.24);
  box-shadow:
    0 24px 56px rgba(3, 8, 15, 0.34),
    0 0 0 1px rgba(92, 124, 255, 0.1);
}

.webcraftglobal-post-navigation__label {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #f3db9a;
  font-size: 0.82rem;
}

.webcraftglobal-post-navigation__label::before {
  content: '';
  width: 9px;
  height: 9px;
  border-top: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
  transform: rotate(-135deg);
}

.webcraftglobal-post-navigation__card--next .webcraftglobal-post-navigation__label::before {
  transform: rotate(45deg);
}

.webcraftglobal-post-navigation__title {
  position: relative;
  color: #fff9eb;
  line-height: 1.9;
  font-size: 1rem;
}

.webcraftglobal-related-posts {
  margin-top: 24px;
  padding: 22px;
  border-radius: 24px;
  border: 1px solid rgba(242, 212, 154, 0.14);
  background:
    radial-gradient(circle at top right, rgba(86, 118, 255, 0.18), transparent 30%),
    radial-gradient(circle at bottom left, rgba(35, 53, 179, 0.14), transparent 34%),
    linear-gradient(160deg, rgba(10, 18, 30, 0.96), rgba(18, 30, 48, 0.94));
  box-shadow:
    0 22px 52px rgba(3, 8, 15, 0.26),
    0 0 0 1px rgba(86, 118, 255, 0.06);
}

.webcraftglobal-related-posts__header {
  margin-bottom: 16px;
}

.webcraftglobal-related-posts__eyebrow {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  border-radius: 999px;
  color: #f3db9a;
  background: rgba(242, 212, 154, 0.08);
  border: 1px solid rgba(242, 212, 154, 0.14);
  font-size: 0.8rem;
}

.webcraftglobal-related-posts__title {
  margin: 12px 0 0;
  color: #fff9eb;
  font-size: 1.15rem;
}

.webcraftglobal-related-posts__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.webcraftglobal-related-posts__card {
  display: grid;
  gap: 8px;
  min-height: 120px;
  padding: 16px;
  border-radius: 18px;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at top right, rgba(86, 118, 255, 0.12), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.025));
  transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease;
}

.webcraftglobal-related-posts__card:hover {
  transform: translateY(-2px);
  border-color: rgba(92, 124, 255, 0.24);
  background:
    radial-gradient(circle at top right, rgba(92, 124, 255, 0.16), transparent 34%),
    linear-gradient(145deg, rgba(92, 124, 255, 0.1), rgba(255, 255, 255, 0.04));
}

.webcraftglobal-related-posts__meta {
  color: #f3db9a;
  font-size: 0.8rem;
}

.webcraftglobal-related-posts__card-title {
  color: #fff9eb;
  line-height: 1.9;
}

.webcraftglobal-single-article__comments {
  direction: ltr;
  padding: 16px 18px 18px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(145deg, rgba(18, 31, 53, 0.9), rgba(11, 18, 30, 0.85));
  backdrop-filter: blur(16px);
  box-shadow: var(--shadow);
}

.webcraftglobal-single-article__comments .comment-reply-title,
.webcraftglobal-single-article__comments .comments-title {
  margin: 0 0 10px;
  color: var(--text);
  font-size: 1rem;
}

.webcraftglobal-single-article__comments .comment-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 14px;
}

.webcraftglobal-single-article__comments .children {
  margin: 14px 0 0;
  padding-inline-start: 0;
  list-style: none;
}

.webcraftglobal-single-article__comments .comment-list .comment {
  margin: 0;
  padding: 16px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.webcraftglobal-single-article__comments .comment-list .comment + .comment {
  margin-top: 4px;
}

.webcraftglobal-single-article__comments .children .comment {
  border-radius: 12px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.015));
}

.webcraftglobal-single-article__comments .comment-list .comment > ol,
.webcraftglobal-single-article__comments .comment-list .comment > ul,
.webcraftglobal-single-article__comments .children,
.webcraftglobal-single-article__comments .children ol,
.webcraftglobal-single-article__comments .children ul,
.webcraftglobal-single-article__comments .comment-list {
  list-style: none;
  list-style-type: none;
  margin-inline-start: 0;
  padding-inline-start: 0;
}

.webcraftglobal-single-article__comments .comment-body {
  display: grid;
  gap: 10px;
}

.webcraftglobal-single-article__comments .comment-author,
.webcraftglobal-single-article__comments .comment-author a {
  color: var(--text);
  font-weight: 700;
}

.webcraftglobal-single-article__comments .comment-author .says {
  display: none;
}

.webcraftglobal-single-article__comments .comment-content,
.webcraftglobal-single-article__comments .comment-content p {
  color: var(--muted);
  margin: 0;
}

.webcraftglobal-single-article__comments .reply a {
  display: inline-flex;
  align-items: center;
  color: var(--accent-strong);
  text-decoration: none;
  margin-top: 2px;
}

.webcraftglobal-single-article__comments .reply a:hover {
  color: var(--accent);
}

.webcraftglobal-single-article__comments .comment.is-admin-comment .comment-author .fn::after {
  content: 'Site Administrator';
  display: inline-flex;
  align-items: center;
  margin-inline: 10px 0;
  padding: 2px 10px;
  border-radius: 999px;
  font-size: 0.73rem;
  font-weight: 600;
  color: #FE8704;
  background: rgba(254, 135, 4, 0.12);
  border: 1px solid rgba(254, 135, 4, 0.35);
}

.webcraftglobal-single-article__comments .comment.is-admin-comment .comment-author .fn::before {
  content: '✓';
  display: inline-flex;
  align-items: center;
  margin-inline-end: 6px;
  color: #2A7BFF;
  font-weight: 700;
}

.webcraftglobal-single-article__comments .comment.is-author-comment .comment-author .fn::after {
  content: 'Author';
  display: inline-flex;
  align-items: center;
  margin-inline: 10px 0;
  padding: 2px 10px;
  border-radius: 999px;
  font-size: 0.73rem;
  font-weight: 600;
  color: #a6c8ff;
  background: rgba(166, 200, 255, 0.14);
  border: 1px solid rgba(166, 200, 255, 0.35);
}

.webcraftglobal-single-article__comments .comment.is-editor-comment .comment-author .fn::after {
  content: 'Editor';
  display: inline-flex;
  align-items: center;
  margin-inline: 10px 0;
  padding: 2px 10px;
  border-radius: 999px;
  font-size: 0.73rem;
  font-weight: 600;
  color: #98e0de;
  background: rgba(152, 224, 222, 0.13);
  border: 1px solid rgba(152, 224, 222, 0.35);
}

.webcraftglobal-single-article__comments .comment.is-webcraftglobal-client-comment .comment-author .fn::after {
  content: 'WebCraftGlobal User';
  display: inline-flex;
  align-items: center;
  margin-inline: 10px 0;
  padding: 2px 10px;
  border-radius: 999px;
  font-size: 0.73rem;
  font-weight: 600;
  color: #f2d49a;
  background: rgba(242, 212, 154, 0.13);
  border: 1px solid rgba(242, 212, 154, 0.35);
}

.webcraftglobal-single-article__comments .comment-meta,
.webcraftglobal-single-article__comments .comment-form-comment label,
.webcraftglobal-single-article__comments .comment-form-author label,
.webcraftglobal-single-article__comments .comment-form-email label,
.webcraftglobal-single-article__comments .comment-form-url label {
  color: var(--muted);
}

.webcraftglobal-single-article__comments .comment-respond {
  margin-top: 14px;
  padding: 16px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.02));
}

.webcraftglobal-single-article__comments .comment-form {
  display: grid;
  grid-template-columns: minmax(240px, 0.78fr) minmax(0, 1.45fr);
  gap: 10px 14px;
  align-items: start;
}

.webcraftglobal-single-article__comments .comment-form.is-guest {
  grid-template-areas:
    "notes comment"
    "author comment"
    "email comment"
    "submit comment";
  grid-template-rows: auto auto auto 1fr;
}

.webcraftglobal-single-article__comments .comment-form.is-logged-in {
  grid-template-areas:
    "notes comment"
    "user comment"
    "submit comment";
  grid-template-rows: auto auto 1fr;
}

.webcraftglobal-single-article__comments .comment-notes,
.webcraftglobal-single-article__comments .logged-in-as,
.webcraftglobal-single-article__comments .webcraftglobal-comment-form__user {
  grid-area: notes;
  margin: 0;
  padding: 9px 12px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background: rgba(255, 255, 255, 0.04);
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.75;
}

.webcraftglobal-single-article__comments .comment-notes {
  display: grid;
  gap: 4px;
}

.webcraftglobal-single-article__comments .comment-notes strong {
  color: #fff4d4;
  font-size: 0.82rem;
}

.webcraftglobal-single-article__comments .comment-notes span {
  color: var(--muted);
}

.webcraftglobal-single-article__comments .webcraftglobal-comment-form__user {
  grid-area: user;
  color: rgba(247, 243, 234, 0.66);
  font-size: 0.78rem;
}

.webcraftglobal-single-article__comments .webcraftglobal-comment-form__submit-wrap {
  grid-area: submit;
  display: grid;
  gap: 10px;
  align-self: end;
}

.webcraftglobal-single-article__comments .webcraftglobal-comment-form__user strong {
  color: var(--text);
}

.webcraftglobal-single-article__comments .comment-form-comment {
  grid-area: comment;
  margin: 0;
}

.webcraftglobal-single-article__comments .comment-form-author {
  grid-area: author;
  margin: 0;
}

.webcraftglobal-single-article__comments .comment-form-email {
  grid-area: email;
  margin: 0;
}

.webcraftglobal-single-article__comments .form-submit {
  margin: 0;
}

.webcraftglobal-single-article__comments .comment-form-url,
.webcraftglobal-single-article__comments .comment-form-cookies-consent {
  display: none !important;
}

.webcraftglobal-single-article__comments .comment-form input,
.webcraftglobal-single-article__comments .comment-form textarea {
  width: 100%;
  min-height: 44px;
  padding: 10px 14px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(10px);
  color: var(--text);
}

.webcraftglobal-single-article__comments .comment-form textarea {
  min-height: 168px;
  resize: vertical;
}

.webcraftglobal-single-article__comments .comment-form input:focus,
.webcraftglobal-single-article__comments .comment-form textarea:focus {
  outline: none;
  border-color: var(--accent-strong);
  box-shadow: 0 0 0 3px rgba(215, 179, 106, 0.18);
}

.webcraftglobal-single-article__comments .form-submit .submit {
  width: 100%;
  margin-top: 2px;
  min-height: 44px;
  padding: 0 18px;
  border: 0;
  border-radius: 14px;
  background: linear-gradient(145deg, #00cc99, #8ef0d5);
  color: #09111e;
  box-shadow: 0 14px 30px rgba(0, 204, 153, 0.26);
  font-weight: 800;
}

.webcraftglobal-single-article__comments .form-submit .submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(0, 204, 153, 0.32);
}

.content-panel--account {
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  backdrop-filter: none;
  overflow: visible;
}

.content-panel--account::before {
  content: none;
}

.site-main--account {
  padding-top: 20px;
}

.content-panel__body {
  padding-top: 20px;
}

.content-panel--page .content-panel__body {
  padding-top: 0;
}

.page .content-panel--page .entry-content {
  direction: ltr;
  color: var(--muted);
}

.page .content-panel--page .entry-content > *:first-child {
  margin-top: 0;
}

.page .content-panel--page .entry-content > *:last-child {
  margin-bottom: 0;
}

.page .content-panel--page .entry-content h1,
.page .content-panel--page .entry-content h2,
.page .content-panel--page .entry-content h3,
.page .content-panel--page .entry-content h4,
.page .content-panel--page .entry-content h5,
.page .content-panel--page .entry-content h6 {
  color: var(--text);
  line-height: 1.6;
}

.page .content-panel--page .entry-content p,
.page .content-panel--page .entry-content li,
.page .content-panel--page .entry-content blockquote,
.page .content-panel--page .entry-content figcaption,
.page .content-panel--page .entry-content cite {
  color: inherit;
}

.page .content-panel--page .entry-content img,
.page .content-panel--page .entry-content video,
.page .content-panel--page .entry-content iframe {
  max-width: 100%;
  height: auto;
}

.page .content-panel--page .entry-content iframe {
  width: 100%;
  border: 0;
}

.page .content-panel--page .entry-content figure,
.page .content-panel--page .entry-content .wp-block-image,
.page .content-panel--page .entry-content .wp-block-gallery,
.page .content-panel--page .entry-content .wp-block-cover,
.page .content-panel--page .entry-content .wp-block-media-text,
.page .content-panel--page .entry-content .wp-block-columns,
.page .content-panel--page .entry-content .wp-block-group,
.page .content-panel--page .entry-content .wp-block-embed,
.page .content-panel--page .entry-content .wp-block-table,
.page .content-panel--page .entry-content .wp-block-code,
.page .content-panel--page .entry-content .wp-block-preformatted {
  max-width: 100%;
}

.page .content-panel--page .entry-content .alignwide {
  margin-inline: clamp(-40px, -3vw, -18px);
}

.page .content-panel--page .entry-content .alignfull {
  width: auto;
  max-width: none;
  margin-inline: clamp(-22px, calc(50% - 50vw + 12px), 12px);
}

.page .content-panel--page .entry-content blockquote,
.page .content-panel--page .entry-content pre {
  margin-inline: 0;
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
}

.page .content-panel--page .entry-content blockquote {
  border-inline-start: 4px solid rgba(215, 179, 106, 0.7);
}

.page .content-panel--page .entry-content pre {
  direction: ltr;
  overflow-x: auto;
}

.content-panel--page-builder {
  padding: 0;
}

.content-panel--page-builder .content-panel__body {
  padding-top: 0;
}

.content-panel--page-builder .entry-content > .elementor,
.content-panel--page-builder .entry-content > [class*="fl-builder"],
.content-panel--page-builder .entry-content > [class*="vc_"] {
  margin-top: 0;
  margin-bottom: 0;
}

.content-panel--account .content-panel__body {
  padding-top: 0;
}

.entry-content > *:last-child {
  margin-bottom: 0;
}

.entry-content a {
  color: var(--accent-strong);
}

.webcraftglobal-code-block {
  --webcraftglobal-code-language-glow: rgba(215, 179, 106, 0.16);
  --webcraftglobal-code-language-bar: rgba(215, 179, 106, 0.68);
  --webcraftglobal-code-language-pill: rgba(215, 179, 106, 0.14);
  --webcraftglobal-code-language-pill-border: rgba(215, 179, 106, 0.3);
  direction: ltr;
  margin: 28px 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  overflow: hidden;
  background:
    radial-gradient(circle at top right, rgba(90, 145, 255, 0.12), transparent 28%),
    linear-gradient(180deg, rgba(8, 16, 29, 0.96), rgba(12, 24, 42, 0.96));
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.22);
  position: relative;
}

.webcraftglobal-code-block::before {
  content: '';
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: linear-gradient(180deg, var(--webcraftglobal-code-language-bar), transparent 88%);
  pointer-events: none;
}

.webcraftglobal-code-block::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at top left, var(--webcraftglobal-code-language-glow), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent 28%);
}

.webcraftglobal-code-block__header {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
}

.webcraftglobal-code-block__title,
.webcraftglobal-code-block__language,
.webcraftglobal-code-block__copy {
  font-size: 0.82rem;
  line-height: 1.4;
}

.webcraftglobal-code-block__title {
  color: #f4e8d0;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.webcraftglobal-code-block__language {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 10px;
  border-radius: 999px;
  background: var(--webcraftglobal-code-language-pill);
  color: var(--accent-strong);
  font-weight: 700;
  border: 1px solid var(--webcraftglobal-code-language-pill-border);
}

.webcraftglobal-code-block__copy {
  margin-inline-start: auto;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(215, 179, 106, 0.35);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.05);
  color: var(--text);
  font-family: inherit;
  cursor: pointer;
  transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}

.webcraftglobal-code-block__copy:hover {
  transform: translateY(-1px);
  border-color: rgba(215, 179, 106, 0.65);
  background: rgba(255, 255, 255, 0.08);
}

.webcraftglobal-code-block__copy.is-copied {
  background: rgba(0, 204, 153, 0.16);
  border-color: rgba(0, 204, 153, 0.38);
}

.webcraftglobal-code-block__body {
  overflow-x: hidden;
  position: relative;
  z-index: 1;
}

.webcraftglobal-code-block__lines {
  margin: 0;
  padding: 16px 0;
  list-style: none;
  counter-reset: webcraftglobal-code-line;
}

.webcraftglobal-code-block__line {
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr);
  align-items: start;
  padding: 0 16px;
}

.webcraftglobal-code-block__line::before {
  counter-increment: webcraftglobal-code-line;
  content: counter(webcraftglobal-code-line);
  padding-inline-end: 16px;
  color: rgba(183, 192, 207, 0.72);
  text-align: left;
  user-select: none;
}

.webcraftglobal-code-block__line-text {
  display: block;
  min-width: 0;
  padding-inline-start: 16px;
  border-inline-start: 1px solid rgba(255, 255, 255, 0.08);
  color: #f7f3ea;
  font-family: Consolas, Monaco, 'Courier New', monospace;
  font-size: 0.94rem;
  line-height: 1.9;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.webcraftglobal-code-token--comment {
  color: #7e8aa4;
  font-style: italic;
}

.webcraftglobal-code-token--string {
  color: #7ce2c3;
}

.webcraftglobal-code-token--keyword {
  color: #ffd36e;
  font-weight: 700;
}

.webcraftglobal-code-token--number {
  color: #7db7ff;
}

.webcraftglobal-code-token--operator {
  color: #ff9e7a;
}

.webcraftglobal-code-block__editor-input,
.webcraftglobal-code-block__code-source {
  display: none;
}

.webcraftglobal-code-block.is-editor-preview .webcraftglobal-code-block__editor-input {
  display: block;
  width: calc(100% - 32px);
  min-height: 220px;
  margin: 0 16px 16px;
  padding: 16px;
  border: 1px dashed rgba(215, 179, 106, 0.3);
  border-radius: 16px;
  background: rgba(7, 16, 29, 0.92);
  color: #f7f3ea;
  font-family: Consolas, Monaco, 'Courier New', monospace;
  font-size: 0.9rem;
  line-height: 1.8;
  direction: ltr;
}

.webcraftglobal-code-block.is-editor-preview .webcraftglobal-code-block__copy {
  opacity: 0.55;
  cursor: not-allowed;
}

.webcraftglobal-code-block[data-language='markup'] {
  --webcraftglobal-code-language-glow: rgba(255, 122, 89, 0.18);
  --webcraftglobal-code-language-bar: rgba(255, 122, 89, 0.78);
  --webcraftglobal-code-language-pill: rgba(255, 122, 89, 0.14);
  --webcraftglobal-code-language-pill-border: rgba(255, 122, 89, 0.3);
}

.webcraftglobal-code-block[data-language='css'] {
  --webcraftglobal-code-language-glow: rgba(78, 159, 255, 0.18);
  --webcraftglobal-code-language-bar: rgba(78, 159, 255, 0.76);
  --webcraftglobal-code-language-pill: rgba(78, 159, 255, 0.14);
  --webcraftglobal-code-language-pill-border: rgba(78, 159, 255, 0.28);
}

.webcraftglobal-code-block[data-language='javascript'] {
  --webcraftglobal-code-language-glow: rgba(255, 205, 86, 0.18);
  --webcraftglobal-code-language-bar: rgba(255, 205, 86, 0.82);
  --webcraftglobal-code-language-pill: rgba(255, 205, 86, 0.16);
  --webcraftglobal-code-language-pill-border: rgba(255, 205, 86, 0.32);
}

.webcraftglobal-code-block[data-language='php'] {
  --webcraftglobal-code-language-glow: rgba(165, 139, 255, 0.2);
  --webcraftglobal-code-language-bar: rgba(165, 139, 255, 0.8);
  --webcraftglobal-code-language-pill: rgba(165, 139, 255, 0.16);
  --webcraftglobal-code-language-pill-border: rgba(165, 139, 255, 0.32);
}

.webcraftglobal-code-block[data-language='json'] {
  --webcraftglobal-code-language-glow: rgba(0, 204, 153, 0.18);
  --webcraftglobal-code-language-bar: rgba(0, 204, 153, 0.74);
  --webcraftglobal-code-language-pill: rgba(0, 204, 153, 0.14);
  --webcraftglobal-code-language-pill-border: rgba(0, 204, 153, 0.28);
}

.webcraftglobal-code-block[data-language='bash'] {
  --webcraftglobal-code-language-glow: rgba(144, 238, 144, 0.16);
  --webcraftglobal-code-language-bar: rgba(144, 238, 144, 0.72);
  --webcraftglobal-code-language-pill: rgba(144, 238, 144, 0.13);
  --webcraftglobal-code-language-pill-border: rgba(144, 238, 144, 0.26);
}

.webcraftglobal-code-block[data-language='sql'] {
  --webcraftglobal-code-language-glow: rgba(255, 140, 102, 0.18);
  --webcraftglobal-code-language-bar: rgba(255, 140, 102, 0.76);
  --webcraftglobal-code-language-pill: rgba(255, 140, 102, 0.15);
  --webcraftglobal-code-language-pill-border: rgba(255, 140, 102, 0.28);
}

.webcraftglobal-code-block[data-language='plaintext'] {
  --webcraftglobal-code-language-glow: rgba(183, 192, 207, 0.12);
  --webcraftglobal-code-language-bar: rgba(183, 192, 207, 0.52);
  --webcraftglobal-code-language-pill: rgba(183, 192, 207, 0.1);
  --webcraftglobal-code-language-pill-border: rgba(183, 192, 207, 0.18);
}

.entry-content ul,
.entry-content ol {
  color: var(--muted);
}

/* Keep legacy Classic Editor content inside the viewport without per-post cleanup. */
.single-post .webcraftglobal-single-article__content .entry-content,
.page .content-panel--page .entry-content,
.single-product .webcraftglobal-product .entry-content,
.single-product .webcraftglobal-product .woocommerce-tabs .panel {
  overflow-wrap: anywhere;
  word-break: normal;
}

.single-post .webcraftglobal-single-article__content .entry-content img,
.single-post .webcraftglobal-single-article__content .entry-content video,
.single-post .webcraftglobal-single-article__content .entry-content iframe,
.single-post .webcraftglobal-single-article__content .entry-content embed,
.single-post .webcraftglobal-single-article__content .entry-content object,
.page .content-panel--page .entry-content img,
.page .content-panel--page .entry-content video,
.page .content-panel--page .entry-content iframe,
.page .content-panel--page .entry-content embed,
.page .content-panel--page .entry-content object,
.single-product .webcraftglobal-product .entry-content img,
.single-product .webcraftglobal-product .entry-content video,
.single-product .webcraftglobal-product .entry-content iframe,
.single-product .webcraftglobal-product .entry-content embed,
.single-product .webcraftglobal-product .entry-content object,
.single-product .webcraftglobal-product .woocommerce-tabs .panel img,
.single-product .webcraftglobal-product .woocommerce-tabs .panel video,
.single-product .webcraftglobal-product .woocommerce-tabs .panel iframe,
.single-product .webcraftglobal-product .woocommerce-tabs .panel embed,
.single-product .webcraftglobal-product .woocommerce-tabs .panel object {
  max-width: 100%;
}

.single-post .webcraftglobal-single-article__content .entry-content img,
.page .content-panel--page .entry-content img,
.single-product .webcraftglobal-product .entry-content img,
.single-product .webcraftglobal-product .woocommerce-tabs .panel img {
  width: auto !important;
  max-width: 100% !important;
  height: auto !important;
  max-height: none !important;
  object-fit: contain;
}

.single-post .webcraftglobal-single-article__content .entry-content pre,
.single-post .webcraftglobal-single-article__content .entry-content code,
.page .content-panel--page .entry-content pre,
.page .content-panel--page .entry-content code,
.single-product .webcraftglobal-product .entry-content pre,
.single-product .webcraftglobal-product .entry-content code,
.single-product .webcraftglobal-product .woocommerce-tabs .panel pre,
.single-product .webcraftglobal-product .woocommerce-tabs .panel code {
  max-width: 100%;
  overflow-x: auto;
}

.single-post .webcraftglobal-single-article__content .entry-content table,
.page .content-panel--page .entry-content table,
.single-product .webcraftglobal-product .entry-content table,
.single-product .webcraftglobal-product .woocommerce-tabs .panel table {
  max-width: 100%;
}

.single-post .webcraftglobal-single-article__content .entry-content .wp-caption,
.page .content-panel--page .entry-content .wp-caption,
.single-product .webcraftglobal-product .entry-content .wp-caption,
.single-product .webcraftglobal-product .woocommerce-tabs .panel .wp-caption {
  max-width: 100% !important;
}

.single-post .webcraftglobal-single-article__content .entry-content .webcraftglobal-legacy-table-wrap,
.page .content-panel--page .entry-content .webcraftglobal-legacy-table-wrap,
.single-product .webcraftglobal-product .entry-content .webcraftglobal-legacy-table-wrap,
.single-product .webcraftglobal-product .woocommerce-tabs .panel .webcraftglobal-legacy-table-wrap {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.single-post .webcraftglobal-single-article__content .entry-content .webcraftglobal-legacy-embed,
.page .content-panel--page .entry-content .webcraftglobal-legacy-embed,
.single-product .webcraftglobal-product .entry-content .webcraftglobal-legacy-embed,
.single-product .webcraftglobal-product .woocommerce-tabs .panel .webcraftglobal-legacy-embed {
  display: block;
  width: 100%;
  max-width: 100%;
}

.single-post .webcraftglobal-single-article__content .entry-content > *,
.single-product .webcraftglobal-product .entry-content > *,
.single-product .webcraftglobal-product .woocommerce-tabs .panel > * {
  max-width: 100%;
}

.single-post .webcraftglobal-single-article__content .entry-content figure,
.single-post .webcraftglobal-single-article__content .entry-content .wp-block-image,
.single-post .webcraftglobal-single-article__content .entry-content .wp-block-table,
.single-product .webcraftglobal-product .entry-content figure,
.single-product .webcraftglobal-product .entry-content .wp-block-image,
.single-product .webcraftglobal-product .entry-content .wp-block-table,
.single-product .webcraftglobal-product .woocommerce-tabs .panel figure,
.single-product .webcraftglobal-product .woocommerce-tabs .panel .wp-block-image,
.single-product .webcraftglobal-product .woocommerce-tabs .panel .wp-block-table {
  width: 100%;
  max-width: 100%;
  margin-inline: auto;
}

.single-post .webcraftglobal-single-article__content .entry-content .wp-block-table,
.single-product .webcraftglobal-product .entry-content .wp-block-table,
.single-product .webcraftglobal-product .woocommerce-tabs .panel .wp-block-table {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.single-post .webcraftglobal-single-article__content .entry-content .wp-block-table table,
.single-product .webcraftglobal-product .entry-content .wp-block-table table,
.single-product .webcraftglobal-product .woocommerce-tabs .panel .wp-block-table table {
  margin: 0;
}

body.has-image-lightbox {
  overflow: hidden;
}

.single-post .webcraftglobal-single-article__content .entry-content .webcraftglobal-lightbox-target,
.single-post .webcraftglobal-single-article__content .entry-content .webcraftglobal-lightbox-link img {
  cursor: zoom-in;
}

.webcraftglobal-image-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px;
  background: rgba(8, 10, 22, 0.82);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.22s ease, visibility 0.22s ease;
}

.webcraftglobal-image-lightbox.is-visible {
  opacity: 1;
  visibility: visible;
}

.webcraftglobal-image-lightbox__dialog {
  position: relative;
  width: min(100%, 1100px);
  max-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.webcraftglobal-image-lightbox__image {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: min(88vh, 920px);
  height: auto;
  border-radius: 24px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.32);
}

.webcraftglobal-image-lightbox__close {
  position: absolute;
  top: -14px;
  inset-inline-end: -14px;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  cursor: pointer;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.24);
}

.webcraftglobal-image-lightbox__close span {
  font-size: 1.9rem;
  line-height: 1;
}

.webcraftglobal-image-lightbox__close:hover,
.webcraftglobal-image-lightbox__close:focus {
  background: rgba(255, 255, 255, 0.18);
}

.single-post .webcraftglobal-single-article__content .kk-star-ratings {
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
}

.single-post .webcraftglobal-single-article__content .kk-star-ratings .kksr-stars {
  max-width: 100%;
}

.post-grid--archive {
  margin-top: 20px;
  grid-auto-rows: minmax(0, 1fr);
  align-items: stretch;
}

.post-grid--archive .post-card {
  height: 100%;
}

.post-grid--archive .post-card__content {
  flex: 1;
  min-height: 0;
}

.post-grid--archive .post-card__title,
.post-grid--archive .post-card__title a {
  font-size: clamp(1.3rem, 2vw, 1.9rem);
}

.post-grid--archive .post-card__title a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.post-grid--archive .post-card p {
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.webcraftglobal-archive-pagination {
  margin-top: 28px;
  padding: 12px 14px 4px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
}

.webcraftglobal-archive-pagination .nav-links {
  margin-top: 0;
}

.webcraftglobal-archive-pagination .page-numbers {
  font-size: 0.92rem;
  min-width: 46px;
  height: 46px;
  padding: 0 18px;
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(215, 179, 106, 0.45);
}

.webcraftglobal-archive-pagination .page-numbers.current {
  background: linear-gradient(145deg, var(--accent-strong), var(--accent));
  color: #09111e;
  border-color: transparent;
}

.webcraftglobal-archive-pagination .page-numbers:hover,
.webcraftglobal-archive-pagination .page-numbers:focus-visible {
  background: linear-gradient(145deg, rgba(215, 179, 106, 0.25), rgba(61, 96, 176, 0.16));
  color: var(--text);
  border-color: var(--accent-strong);
}

.webcraftglobal-archive-description {
  margin-top: 24px;
  padding: 22px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
}

.webcraftglobal-archive-description__title {
  margin: 0 0 10px;
  font-size: 1.2rem;
}

.pagination,
.nav-links,
.woocommerce nav.woocommerce-pagination ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.page-numbers,
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 44px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.03);
  color: var(--text);
}

.page-numbers.current,
.woocommerce nav.woocommerce-pagination ul li span.current {
  background: linear-gradient(145deg, var(--accent-strong), var(--accent));
  color: #09111e;
}

.site-footer {
  padding: 42px 0 28px;
}

.site-footer__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.7fr) minmax(280px, 0.9fr);
  gap: 22px;
}

.site-footer__intro,
.site-footer__nav,
.site-footer__card {
  padding: 28px;
}

.site-footer__logo {
  display: block;
  width: clamp(160px, 16vw, 240px);
  height: auto;
  margin-bottom: 18px;
}

.site-footer__logo--color {
  display: none;
}

.site-footer__intro h2 {
  font-size: clamp(2rem, 4vw, 3.2rem);
}

.site-footer__nav h3,
.site-footer__card h3 {
  margin-bottom: 18px;
}

.site-footer__copy {
  margin-bottom: 22px;
}

.site-footer__card ul {
  display: grid;
  gap: 12px;
  padding: 0;
  list-style: none;
}

.site-footer__card ul {
  margin: 0 0 18px;
}

.site-footer__card li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: rgba(247, 243, 234, 0.86);
}

.site-footer__card li::before {
  content: '';
  width: 9px;
  height: 9px;
  margin-top: 8px;
  border-radius: 50%;
  background: linear-gradient(180deg, #00cc99, #8ef0d5);
  box-shadow: 0 0 0 6px rgba(0, 204, 153, 0.08);
  flex: 0 0 auto;
}

.site-footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding-top: 24px;
}

.empty-state {
  padding: 26px;
}

[data-reveal] {
  opacity: 1;
  transform: none;
  transition: none;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: none;
}

.woocommerce ul.products,
.woocommerce-page ul.products {
  padding: 0;
  margin: 24px 0 0;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  width: auto !important;
  margin: 0 !important;
  padding: 20px;
  list-style: none;
  border-radius: var(--radius-md);
  background: linear-gradient(180deg, rgba(18, 31, 52, 0.86), rgba(10, 18, 31, 0.9));
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow);
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  padding: 0;
  font-size: 1.4rem;
  font-family: var(--display);
}

.woocommerce ul.products li.product a img {
  margin-bottom: 18px;
}

.woocommerce .woocommerce-ordering select,
.woocommerce .quantity .qty,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.select2-container--default .select2-selection--single,
.search-field {
  width: 100%;
  min-height: 50px;
  padding: 0 16px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  color: var(--text);
}

.woocommerce div.product {
  display: grid;
  gap: 28px;
}

.woocommerce div.product div.images,
.woocommerce div.product div.summary {
  float: none;
  width: 100%;
}

.woocommerce div.product div.summary {
  padding: 24px;
  border-radius: var(--radius-md);
  background: linear-gradient(180deg, rgba(18, 31, 52, 0.86), rgba(10, 18, 31, 0.9));
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.woocommerce div.product form.cart {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce #reviews #comments ol.commentlist li {
  border-radius: 16px;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
  border: 0;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--text);
}

.woocommerce table.shop_table,
.woocommerce table.shop_table td,
.woocommerce table.shop_table th,
.woocommerce-cart table.cart img,
.woocommerce-checkout-review-order-table,
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register,
.woocommerce-cart .cart-collaterals .cart_totals,
.woocommerce-checkout #payment {
  border-color: rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  border-radius: 18px;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
  min-width: 160px;
}

.woocommerce nav.woocommerce-pagination ul {
  border: 0;
  padding: 0;
}

.woocommerce nav.woocommerce-pagination ul li {
  border: 0;
}

.webcraftglobal-cart-page {
  display: grid;
  gap: 20px;
}

.webcraftglobal-cart-table {
  table-layout: fixed;
  overflow: hidden;
}

.webcraftglobal-cart-table th,
.webcraftglobal-cart-table td {
  vertical-align: middle;
}

.webcraftglobal-cart-table .product-remove {
  width: 72px;
  text-align: center;
}

.webcraftglobal-cart-table .product-price {
  width: 180px;
  text-align: center;
  white-space: nowrap;
}

.webcraftglobal-cart-table .product-name,
.webcraftglobal-cart-table .product-name a {
  color: var(--text);
  word-break: break-word;
  overflow-wrap: anywhere;
  white-space: normal;
}

.webcraftglobal-cart-table .product-name a {
  text-decoration: none;
}

.webcraftglobal-cart-table .product-remove .remove {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: #ff8e7b !important;
  font-size: 1.4rem;
  line-height: 1;
}

.webcraftglobal-cart-table .actions {
  padding: 18px;
}

.webcraftglobal-cart-table td.actions .coupon {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.webcraftglobal-cart-table td.actions .coupon .input-text {
  min-width: 220px;
  flex: 1 1 220px;
}

.webcraftglobal-cart-collaterals .cart_totals {
  width: 100% !important;
}

.woocommerce-cart .wc-proceed-to-checkout .checkout-button.button {
  background: linear-gradient(135deg, #1d8f57 0%, #157347 52%, #0f5c38 100%);
  color: #f6fff9;
  border-color: rgba(29, 143, 87, 0.34);
  box-shadow: 0 18px 34px rgba(21, 115, 71, 0.24);
}

.woocommerce-cart .wc-proceed-to-checkout .checkout-button.button:hover {
  background: linear-gradient(135deg, #22a766 0%, #198754 52%, #126840 100%);
  box-shadow: 0 22px 38px rgba(21, 115, 71, 0.28);
}

.webcraftglobal-checkout-page {
  display: grid;
  gap: 22px;
}

.webcraftglobal-checkout-auth,
.webcraftglobal-checkout-card,
.woocommerce-checkout #payment {
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(18, 31, 52, 0.94), rgba(10, 18, 31, 0.86));
}

.webcraftglobal-checkout-auth {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 24px;
}

.webcraftglobal-checkout-auth__eyebrow,
.webcraftglobal-checkout-card__eyebrow {
  display: inline-flex;
  margin-bottom: 10px;
  color: var(--accent-strong);
  font-size: 0.8rem;
}

.webcraftglobal-checkout-auth__title,
.webcraftglobal-checkout-card__title {
  margin: 0;
}

.webcraftglobal-checkout-auth__text {
  margin: 10px 0 0;
  color: var(--muted);
}

.webcraftglobal-checkout-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 22px;
  align-items: start;
}

.webcraftglobal-checkout-card {
  padding: 24px;
}

.webcraftglobal-checkout-card__header {
  margin-bottom: 18px;
}

.webcraftglobal-checkout-customer-details,
.webcraftglobal-checkout-review-order {
  display: grid;
  gap: 16px;
}

.webcraftglobal-checkout-coupon {
  margin-bottom: 22px;
}

.webcraftglobal-checkout-coupon-box {
  display: grid;
  gap: 14px;
  padding: 18px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
}

.webcraftglobal-checkout-coupon-box__toggle {
  list-style: none;
  cursor: pointer;
  color: var(--accent-strong);
  font-size: 0.98rem;
  font-weight: 700;
}

.webcraftglobal-checkout-coupon-box__toggle::-webkit-details-marker {
  display: none;
}

.webcraftglobal-checkout-coupon-box__toggle::marker {
  content: "";
}

.webcraftglobal-checkout-coupon-box__toggle::after {
  content: "+";
  display: inline-block;
  margin-right: 10px;
  font-size: 1.1rem;
  transition: transform 0.2s ease;
}

.webcraftglobal-checkout-coupon-box[open] .webcraftglobal-checkout-coupon-box__toggle::after {
  transform: rotate(45deg);
}

.webcraftglobal-checkout-coupon-form {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: end;
}

.webcraftglobal-checkout-coupon-form .form-row {
  width: 100%;
  margin: 0;
  float: none;
}

.webcraftglobal-checkout-coupon-form .form-row-last {
  width: auto;
}

.webcraftglobal-checkout-coupon-form .button {
  min-width: 144px;
  min-height: 52px;
}

.webcraftglobal-checkout-coupon-box:not([open]) .webcraftglobal-checkout-coupon-form {
  display: none !important;
}

.woocommerce-checkout .form-row {
  margin-bottom: 14px;
}

.woocommerce-checkout .col2-set,
.woocommerce-checkout .col-1,
.woocommerce-checkout .col-2 {
  width: 100% !important;
  float: none !important;
}

.woocommerce-checkout .form-row-first,
.woocommerce-checkout .form-row-last {
  width: calc(50% - 8px);
}

.woocommerce-checkout .form-row-first {
  float: left;
}

.woocommerce-checkout .form-row-last {
  float: left;
}

.woocommerce-checkout .form-row-wide {
  clear: both;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table th,
.woocommerce-checkout .woocommerce-checkout-review-order-table td {
  padding: 16px 18px;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table .product-name,
.woocommerce-checkout .woocommerce-checkout-review-order-table .product-total {
  word-break: break-word;
}

.woocommerce-checkout #payment {
  margin-top: 16px;
  padding: 22px;
}

.woocommerce-checkout #payment ul.payment_methods {
  margin: 0 0 18px;
  padding: 0;
  border: 0;
}

.woocommerce-checkout #payment ul.payment_methods li {
  list-style: none;
  margin: 0 0 10px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.woocommerce-checkout #payment .payment_box {
  margin-top: 10px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
}

.woocommerce-checkout #payment .place-order {
  padding: 0;
}

.woocommerce-checkout #payment #place_order {
  width: 100%;
  min-height: 62px;
  border-radius: 20px;
  font-size: 1.08rem;
  font-weight: 700;
  background: linear-gradient(135deg, #1d8f57 0%, #157347 52%, #0f5c38 100%);
  color: #f6fff9;
  border-color: rgba(29, 143, 87, 0.34);
  box-shadow: 0 22px 38px rgba(21, 115, 71, 0.24);
}

.woocommerce-checkout #payment #place_order:hover {
  background: linear-gradient(135deg, #22a766 0%, #198754 52%, #126840 100%);
  box-shadow: 0 26px 42px rgba(21, 115, 71, 0.28);
}

.woocommerce-checkout .woocommerce-form-login-toggle,
.woocommerce-checkout .woocommerce-form-coupon-toggle,
.woocommerce-checkout .woocommerce-additional-fields,
.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper {
  display: none !important;
}

body.woocommerce-checkout .section-shell--narrow {
  width: min(920px, calc(100% - 32px));
}

body.woocommerce-checkout.page .content-panel--page .entry-content .alignwide,
body.woocommerce-checkout.page .content-panel--page .entry-content .alignfull {
  width: 100%;
  max-width: 100%;
  margin-inline: 0;
}

body.woocommerce-checkout .wp-block-woocommerce-checkout,
body.woocommerce-checkout .wc-block-checkout,
body.woocommerce-checkout .wc-block-checkout__main,
body.woocommerce-checkout .wc-block-checkout__sidebar,
body.woocommerce-checkout .wc-block-components-sidebar,
body.woocommerce-checkout .wc-block-components-totals-wrapper,
body.woocommerce-checkout .wc-block-components-checkout-step,
body.woocommerce-checkout .wc-block-components-panel,
body.woocommerce-checkout .wc-block-components-address-form,
body.woocommerce-checkout .wc-block-components-payment-methods,
body.woocommerce-checkout .wc-block-components-radio-control,
body.woocommerce-checkout .wc-block-components-radio-control__option,
body.woocommerce-checkout .wc-block-components-text-input,
body.woocommerce-checkout .wc-block-components-form,
body.woocommerce-checkout .wc-block-components-validation-error,
body.woocommerce-checkout .wc-block-components-notice-banner,
body.woocommerce-checkout .wc-block-components-checkbox,
body.woocommerce-checkout .wc-block-components-totals-coupon,
body.woocommerce-checkout .wc-block-components-checkout-return-to-cart-button {
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
}

body.woocommerce-checkout .wp-block-woocommerce-checkout {
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
}

body.woocommerce-checkout .wc-block-checkout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

body.woocommerce-checkout .wc-block-checkout__main,
body.woocommerce-checkout .wc-block-checkout__sidebar {
  width: 100%;
}

body.woocommerce-checkout .wc-block-components-sidebar-layout {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

body.woocommerce-checkout .wc-block-components-sidebar {
  position: static;
  top: auto;
}

body.woocommerce-checkout .wc-block-components-checkout-step,
body.woocommerce-checkout .wc-block-components-sidebar,
body.woocommerce-checkout .wc-block-components-order-summary,
body.woocommerce-checkout .wc-block-components-totals-wrapper {
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(18, 31, 52, 0.94), rgba(10, 18, 31, 0.86));
  box-shadow: 0 18px 36px rgba(3, 8, 15, 0.18);
}

body.woocommerce-checkout .wc-block-components-checkout-step,
body.woocommerce-checkout .wc-block-components-sidebar,
body.woocommerce-checkout .wc-block-components-order-summary {
  padding: 24px;
}

body.woocommerce-checkout .wc-block-components-totals-wrapper {
  padding: 0;
  overflow: hidden;
}

body.woocommerce-checkout .wc-block-components-order-summary {
  margin-bottom: 16px;
}

body.woocommerce-checkout .wc-block-components-checkout-step + .wc-block-components-checkout-step {
  margin-top: 16px;
}

body.woocommerce-checkout .wp-block-woocommerce-checkout-contact-information-block,
body.woocommerce-checkout .wp-block-woocommerce-checkout-billing-address-block,
body.woocommerce-checkout .wp-block-woocommerce-checkout-shipping-address-block,
body.woocommerce-checkout .wp-block-woocommerce-checkout-shipping-methods-block,
body.woocommerce-checkout .wp-block-woocommerce-checkout-shipping-method-block,
body.woocommerce-checkout .wp-block-woocommerce-checkout-pickup-options-block,
body.woocommerce-checkout .wp-block-woocommerce-checkout-express-payment-block,
body.woocommerce-checkout .wp-block-woocommerce-checkout-additional-information-block,
body.woocommerce-checkout .wp-block-woocommerce-checkout-order-note-block,
body.woocommerce-checkout .wp-block-woocommerce-checkout-terms-block {
  display: none !important;
}

body.woocommerce-checkout .wc-block-components-title,
body.woocommerce-checkout .wc-block-components-checkout-step__heading,
body.woocommerce-checkout .wc-block-components-order-summary__title,
body.woocommerce-checkout .wc-block-components-totals-item__label,
body.woocommerce-checkout .wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
  color: var(--text);
}

body.woocommerce-checkout .wc-block-components-checkout-step__description,
body.woocommerce-checkout .wc-block-components-text-input label,
body.woocommerce-checkout .wc-block-components-checkbox label,
body.woocommerce-checkout .wc-block-components-radio-control__label,
body.woocommerce-checkout .wc-block-components-payment-method-label,
body.woocommerce-checkout .wc-block-components-order-summary-item__description,
body.woocommerce-checkout .wc-block-components-totals-item__description,
body.woocommerce-checkout .wc-block-components-checkout-step__container,
body.woocommerce-checkout .wc-block-components-formatted-money-amount,
body.woocommerce-checkout .wc-block-components-validation-error,
body.woocommerce-checkout .wc-block-components-checkout-return-to-cart-button {
  color: var(--muted);
}

body.woocommerce-checkout .wc-block-components-text-input input,
body.woocommerce-checkout .wc-block-components-text-input select,
body.woocommerce-checkout .wc-block-components-text-input textarea,
body.woocommerce-checkout .wc-block-components-combobox .components-combobox-control__input,
body.woocommerce-checkout .wc-block-components-combobox-control .components-input-control__container,
body.woocommerce-checkout .wc-block-components-radio-control__option,
body.woocommerce-checkout .wc-block-components-order-summary-item,
body.woocommerce-checkout .wc-block-components-totals-item,
body.woocommerce-checkout .wc-block-components-notice-banner,
body.woocommerce-checkout .wc-block-components-checkbox__input[type='checkbox'] {
  border-color: rgba(255, 255, 255, 0.1);
}

body.woocommerce-checkout .wc-block-components-text-input input,
body.woocommerce-checkout .wc-block-components-text-input select,
body.woocommerce-checkout .wc-block-components-text-input textarea,
body.woocommerce-checkout .wc-block-components-combobox .components-combobox-control__input,
body.woocommerce-checkout .wc-block-components-combobox-control .components-input-control__container {
  width: 100%;
  min-height: 52px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
}

body.woocommerce-checkout .wc-block-components-text-input input:focus,
body.woocommerce-checkout .wc-block-components-text-input select:focus,
body.woocommerce-checkout .wc-block-components-text-input textarea:focus,
body.woocommerce-checkout .wc-block-components-combobox .components-combobox-control__input:focus,
body.woocommerce-checkout .wc-block-components-combobox-control .components-input-control__container:focus-within {
  border-color: rgba(29, 143, 87, 0.42);
  box-shadow: 0 0 0 4px rgba(29, 143, 87, 0.12);
}

body.woocommerce-checkout .wc-block-components-text-input input::placeholder,
body.woocommerce-checkout .wc-block-components-text-input textarea::placeholder {
  color: rgba(214, 223, 238, 0.48);
}

body.woocommerce-checkout .wc-block-components-radio-control__option,
body.woocommerce-checkout .wc-block-components-order-summary-item {
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
}

body.woocommerce-checkout .wc-block-components-radio-control__option,
body.woocommerce-checkout .wc-block-components-order-summary-item,
body.woocommerce-checkout .wc-block-components-totals-item,
body.woocommerce-checkout .wc-block-components-product-metadata,
body.woocommerce-checkout .wc-block-components-checkout-step__description,
body.woocommerce-checkout .wc-block-components-payment-method-label {
  overflow-wrap: anywhere;
  word-break: break-word;
}

body.woocommerce-checkout .wc-block-components-address-form__address_2-toggle {
  white-space: normal;
}

body.woocommerce-checkout .wc-block-components-button:not(.is-link),
body.woocommerce-checkout .wc-block-components-checkout-place-order-button,
body.woocommerce-checkout .wc-block-components-form .wc-block-components-button {
  min-height: 62px;
  border-radius: 20px;
  font-size: 1.05rem;
  font-weight: 800;
}

body.woocommerce-checkout .wc-block-components-checkout-place-order-button {
  background: linear-gradient(135deg, #1d8f57 0%, #157347 52%, #0f5c38 100%);
  color: #f6fff9;
  border: 1px solid rgba(29, 143, 87, 0.34);
  box-shadow: 0 22px 38px rgba(21, 115, 71, 0.24);
}

body.woocommerce-checkout .wc-block-components-checkout-place-order-button:hover {
  background: linear-gradient(135deg, #22a766 0%, #198754 52%, #126840 100%);
  box-shadow: 0 26px 42px rgba(21, 115, 71, 0.28);
}

body.woocommerce-checkout .wc-block-components-order-summary .wc-block-components-panel__button {
  width: 100%;
}

body.woocommerce-checkout .wc-block-components-order-summary-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
}

body.woocommerce-checkout .wc-block-components-order-summary-item__image,
body.woocommerce-checkout .wc-block-components-order-summary-item__description,
body.woocommerce-checkout .wc-block-components-product-metadata {
  display: none !important;
}

body.woocommerce-checkout .wc-block-components-order-summary-item__quantity,
body.woocommerce-checkout .wc-block-components-product-name {
  color: var(--text);
}

body.woocommerce-checkout .wc-block-checkout__actions,
body.woocommerce-checkout .wc-block-checkout__actions_row {
  width: 100%;
}

body.woocommerce-checkout .wc-block-checkout__actions_row {
  display: block;
}

body.woocommerce-checkout .wc-block-checkout__actions .wc-block-components-checkout-place-order-button,
body.woocommerce-checkout .wp-block-woocommerce-checkout-actions-block .wc-block-components-checkout-place-order-button,
body.woocommerce-checkout .wp-block-woocommerce-checkout-actions-block .wc-block-components-button {
  width: 100%;
}

.site-main--product {
  padding-top: 28px;
  padding-bottom: 36px;
}

.site-main--404 {
  padding: 32px 0 48px;
}

html.theme-light .site-header {
  background: rgba(250, 246, 239, 0.82);
  border-bottom-color: rgba(24, 34, 53, 0.08);
}

html.theme-light .site-header__glow--one {
  background: rgba(36, 48, 163, 0.22);
}

html.theme-light .site-header__glow--two {
  background: rgba(17, 22, 96, 0.16);
}

html.theme-light .site-announcement {
  border-bottom-color: rgba(184, 136, 39, 0.24);
  background: linear-gradient(110deg, rgba(184, 136, 39, 0.1) 0%, rgba(250, 245, 235, 0.98) 34%, rgba(243, 235, 223, 0.98) 100%);
}

html.theme-light .site-announcement__panel,
html.theme-light .hero-section__content,
html.theme-light .hero-panel__frame,
html.theme-light .lux-card,
html.theme-light .content-panel,
html.theme-light .site-footer__card,
html.theme-light .site-footer__intro,
html.theme-light .site-footer__nav,
html.theme-light .archive-hero,
html.theme-light .site-search-overlay__dialog,
html.theme-light .webcraftglobal-single-article,
html.theme-light .webcraftglobal-single-article__hero-card,
html.theme-light .webcraftglobal-single-article__toc,
html.theme-light .webcraftglobal-single-article__comments,
html.theme-light .webcraftglobal-author-box,
html.theme-light .webcraftglobal-contributor-banner,
html.theme-light .webcraftglobal-post-navigation__card,
html.theme-light .webcraftglobal-related-posts,
html.theme-light .webcraftglobal-related-posts__card,
html.theme-light .webcraftglobal-404,
html.theme-light .webcraftglobal-404__card {
  border-color: rgba(24, 34, 53, 0.08);
  background:
    radial-gradient(circle at top right, rgba(184, 136, 39, 0.08), transparent 32%),
    linear-gradient(180deg, rgba(255, 252, 247, 0.98), rgba(246, 239, 228, 0.95));
  box-shadow: 0 24px 60px rgba(34, 36, 40, 0.1);
}

html.theme-light .hero-section::before {
  background: rgba(36, 48, 163, 0.16);
}

html.theme-light .hero-section::after {
  background: rgba(17, 22, 96, 0.12);
}

html.theme-light .site-navigation .sub-menu,
html.theme-light .site-search-overlay__backdrop {
  background: rgba(250, 245, 238, 0.96);
}

html.theme-light .site-navigation {
  border-color: rgba(184, 136, 39, 0.18);
 
}

html.theme-light .site-navigation a {
  color: #243247;
}

html.theme-light .site-navigation > ul > li > a:hover,
html.theme-light .site-navigation > ul > li:hover > a,
html.theme-light .site-navigation > ul > li:focus-within > a,
html.theme-light .primary-menu > li > a:hover,
html.theme-light .primary-menu > li:hover > a,
html.theme-light .primary-menu > li:focus-within > a {
  color: #8f6512;
  background: transparent;
}

html.theme-light .site-navigation .menu-item-has-children > a::after {
  border-color: #8f6512;
}

html.theme-light .site-navigation .sub-menu a,
html.theme-light .header-search-toggle,
html.theme-light .header-account,
html.theme-light .site-footer__nav a,
html.theme-light .webcraftglobal-author-box__social,
html.theme-light .webcraftglobal-404__quick-links a {
  background: rgba(184, 136, 39, 0.05);
  color: var(--text);
}

html.theme-light .landing-card {
  border-color: rgba(17, 22, 96, 0.08);
  background:
    radial-gradient(circle at top left, rgba(17, 22, 96, 0.08), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 240, 231, 0.98));
  box-shadow: 0 18px 40px rgba(17, 22, 96, 0.08);
}

html.theme-light .landing-card__badge {
  border-color: rgba(17, 22, 96, 0.12);
  background: rgba(17, 22, 96, 0.05);
  color: #5c669d;
}

html.theme-light .landing-card__number {
  color: rgba(17, 22, 96, 0.46);
}

html.theme-light .landing-card__link {
  border-color: rgba(17, 22, 96, 0.1);
  background: rgba(17, 22, 96, 0.04);
  color: #1b2379;
}

html.theme-light .landing-card__link:hover {
  border-color: rgba(17, 22, 96, 0.18);
  background: linear-gradient(145deg, rgba(17, 22, 96, 0.08), rgba(17, 22, 96, 0.03));
  box-shadow: 0 14px 26px rgba(17, 22, 96, 0.12);
}

@media (max-width: 1080px) {
  html.theme-light .site-navigation {
    background: rgba(250, 245, 238, 0.98);
    border-color: rgba(184, 136, 39, 0.18);
    box-shadow: 0 24px 50px rgba(88, 64, 18, 0.12);
  }

  html.theme-light .site-navigation a {
    border-color: rgba(184, 136, 39, 0.12);
    background: rgba(184, 136, 39, 0.06);
    color: #243247;
  }

  html.theme-light .site-navigation .sub-menu,
  html.theme-light .site-navigation .sub-menu .sub-menu {
    background: rgba(184, 136, 39, 0.06);
    border-color: rgba(184, 136, 39, 0.14);
  }

  html.theme-light .site-navigation__submenu-toggle {
    border-color: rgba(184, 136, 39, 0.2);
    background: rgba(184, 136, 39, 0.08);
    color: #8f6512;
    box-shadow: none;
  }

  html.theme-light .site-navigation li.is-submenu-open > .site-navigation__submenu-toggle {
    background: rgba(184, 136, 39, 0.14);
    border-color: rgba(184, 136, 39, 0.28);
  }
}

html.theme-light .site-branding__logo-image--white {
  display: none;
}

html.theme-light .site-branding__logo-image--color {
  display: block;
}

html.theme-light .site-footer__logo {
  display: none;
}

html.theme-light .site-footer__logo--color {
  display: block;
}

html.theme-light .header-account.button--primary {
  background: linear-gradient(135deg, #1b2379 0%, #111660 52%, #2430a3 100%);
  color: #f7f6ff;
  border-color: rgba(17, 22, 96, 0.22);
  box-shadow:
    0 14px 28px rgba(17, 22, 96, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

html.theme-light .header-account.button--primary:hover {
  box-shadow:
    0 18px 34px rgba(17, 22, 96, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

html.theme-light .site-footer .button--primary {
  background: linear-gradient(135deg, #1b2379 0%, #111660 52%, #2430a3 100%);
  color: #f7f6ff;
  box-shadow: 0 18px 35px rgba(17, 22, 96, 0.22);
}

html.theme-light .site-footer .button--primary:hover {
  box-shadow: 0 22px 40px rgba(17, 22, 96, 0.28);
}

html.theme-light .archive-hero,
html.theme-light body.webcraftglobal-woocommerce .archive-hero {
  color: var(--text);
}

html.theme-light .archive-hero h1,
html.theme-light body.webcraftglobal-woocommerce .archive-hero h1,
html.theme-light .archive-hero__eyebrow,
html.theme-light body.webcraftglobal-woocommerce .archive-hero__eyebrow,
html.theme-light .archive-hero p,
html.theme-light body.webcraftglobal-woocommerce .archive-hero p {
  color: var(--text);
}

html.theme-light .archive-hero__eyebrow,
html.theme-light body.webcraftglobal-woocommerce .archive-hero__eyebrow {
  color: #8f6512;
}

html.theme-light .archive-hero__copy-content,
html.theme-light .webcraftglobal-archive-description__copy {
  color: #5b647d;
}

html.theme-light .archive-hero__copy {
  border-color: rgba(17, 22, 96, 0.12);
  background:
    radial-gradient(circle at top right, rgba(86, 102, 221, 0.16), transparent 32%),
    radial-gradient(circle at bottom left, rgba(184, 136, 39, 0.08), transparent 36%),
    linear-gradient(180deg, rgba(251, 252, 255, 0.98), rgba(241, 236, 226, 0.95));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.6),
    0 22px 50px rgba(17, 22, 96, 0.1);
}

html.theme-light .js .archive-hero__copy.webcraftglobal-expandable-text.has-toggle.is-enhanced::after {
  background: linear-gradient(180deg, rgba(243, 246, 255, 0) 0%, rgba(243, 246, 255, 0.96) 100%);
}

html.theme-light .js .archive-hero__copy.webcraftglobal-expandable-text.has-toggle.is-enhanced .webcraftglobal-expandable-text__toggle {
  background: linear-gradient(135deg, #1b2379 0%, #111660 52%, #2430a3 100%);
  color: #ffffff;
  border: 1px solid rgba(36, 48, 163, 0.18);
  box-shadow: 0 12px 28px rgba(17, 22, 96, 0.2);
}

html.theme-light .js .archive-hero__copy.webcraftglobal-expandable-text.has-toggle.is-enhanced .webcraftglobal-expandable-text__toggle:hover {
  color: #ffffff;
  box-shadow: 0 16px 32px rgba(17, 22, 96, 0.24);
}

html.theme-light .js .archive-hero__copy.webcraftglobal-expandable-text.has-toggle.is-enhanced.is-expanded .webcraftglobal-expandable-text__toggle {
  background: transparent;
  box-shadow: none;
}

html.theme-light .webcraftglobal-expandable-text__toggle {
  color: #fff4d4;
}

html.theme-light .webcraftglobal-expandable-text__toggle:hover {
  color: #f3d991;
}

html.theme-light .webcraftglobal-product-archive .product-card,
html.theme-light .woocommerce ul.products li.product {
  background:
    radial-gradient(circle at top right, rgba(184, 136, 39, 0.08), transparent 34%),
    linear-gradient(180deg, rgba(255, 252, 247, 0.98), rgba(246, 239, 228, 0.95));
  border-color: rgba(24, 34, 53, 0.08);
}

html.theme-light .webcraftglobal-product-archive .product-card__title,
html.theme-light .webcraftglobal-product-archive .product-card__title a,
html.theme-light .webcraftglobal-product-archive .product-card__cats,
html.theme-light .webcraftglobal-product-archive .product-card__content > p,
html.theme-light .webcraftglobal-product-archive .product-card__price,
html.theme-light .woocommerce ul.products li.product .woocommerce-loop-product__title,
html.theme-light .woocommerce ul.products li.product .price {
  color: var(--text);
}

html.theme-light .products-section .product-card .button--ghost,
html.theme-light .webcraftglobal-product-archive .product-card .button--ghost,
html.theme-light .woocommerce ul.products li.product .button {
  background: linear-gradient(135deg, #1b2379 0%, #111660 52%, #2430a3 100%);
  color: #f7f6ff;
  border-color: rgba(17, 22, 96, 0.18);
  box-shadow: 0 14px 28px rgba(17, 22, 96, 0.18);
}

html.theme-light .webcraftglobal-product-archive__toolbar,
html.theme-light .webcraftglobal-product-archive__toolbar *,
html.theme-light .webcraftglobal-product-archive .woocommerce-result-count,
html.theme-light .webcraftglobal-product-archive__actions .woocommerce-ordering,
html.theme-light .webcraftglobal-product-archive__actions .orderby,
html.theme-light .webcraftglobal-product-archive .woocommerce-ordering select {
  color: #f7f6ff;
}

html.theme-light .webcraftglobal-product-archive__toolbar {
  border-color: rgba(17, 22, 96, 0.18);
  background:
    radial-gradient(circle at top right, rgba(86, 102, 221, 0.2), transparent 34%),
    linear-gradient(135deg, #1b2379 0%, #111660 52%, #2430a3 100%);
  box-shadow: 0 20px 42px rgba(17, 22, 96, 0.22);
}

html.theme-light .webcraftglobal-product-archive .woocommerce-ordering select {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.08);
  padding: 10px 14px;
  color: #f7f6ff;
}

html.theme-light .single-product .webcraftglobal-product__hero {
  border-color: rgba(24, 34, 53, 0.1);
  background:
    radial-gradient(circle at top right, rgba(184, 136, 39, 0.14), transparent 32%),
    radial-gradient(circle at bottom left, rgba(64, 103, 255, 0.1), transparent 30%),
    linear-gradient(180deg, rgba(255, 252, 247, 0.98), rgba(246, 239, 228, 0.96));
  box-shadow: 0 24px 60px rgba(34, 36, 40, 0.1);
}

html.theme-light .single-product .webcraftglobal-product__intro-frame,
html.theme-light .single-product .webcraftglobal-product__gallery .woocommerce-product-gallery,
html.theme-light .single-product .webcraftglobal-product__details,
html.theme-light .single-product .webcraftglobal-product__sidebar-card {
  border-color: rgba(24, 34, 53, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 243, 235, 0.94)),
    rgba(255, 255, 255, 0.92);
  box-shadow:
    0 18px 36px rgba(17, 22, 96, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

html.theme-light .single-product .webcraftglobal-product__gallery .woocommerce-product-gallery__wrapper,
html.theme-light .single-product .webcraftglobal-product__gallery .woocommerce-product-gallery__image img {
  background: rgba(255, 255, 255, 0.88);
}

html.theme-light .single-product .webcraftglobal-product__gallery .flex-control-thumbs img,
html.theme-light .single-product .webcraftglobal-product__meta-item,
html.theme-light .single-product .webcraftglobal-product__purchase-benefit,
html.theme-light .single-product .webcraftglobal-product__support-item,
html.theme-light .single-product .webcraftglobal-product__feature-item,
html.theme-light .single-product .webcraftglobal-product__highlight,
html.theme-light .single-product .webcraftglobal-product__hero-meta-item,
html.theme-light .single-product .woocommerce div.product .woocommerce-tabs ul.tabs li {
  border-color: rgba(17, 22, 96, 0.1);
  background: rgba(17, 22, 96, 0.03);
}

html.theme-light .single-product .webcraftglobal-product__gallery .flex-active,
html.theme-light .single-product .webcraftglobal-product__gallery .flex-control-thumbs img:hover {
  border-color: rgba(184, 136, 39, 0.34);
  background: rgba(184, 136, 39, 0.08);
}

html.theme-light .single-product .webcraftglobal-product .product_title,
html.theme-light .single-product .webcraftglobal-product .price,
html.theme-light .single-product .webcraftglobal-product .woocommerce-product-rating,
html.theme-light .single-product .webcraftglobal-product .woocommerce-review-link,
html.theme-light .single-product .webcraftglobal-product .star-rating,
html.theme-light .single-product .webcraftglobal-product .woocommerce-tabs ul.tabs li a,
html.theme-light .single-product .webcraftglobal-product .woocommerce-tabs .panel,
html.theme-light .single-product .webcraftglobal-product .woocommerce-product-details__short-description,
html.theme-light .single-product .webcraftglobal-product__summary,
html.theme-light .single-product .webcraftglobal-product__highlight strong,
html.theme-light .single-product .webcraftglobal-product__hero-meta-value,
html.theme-light .single-product .webcraftglobal-product__meta-value,
html.theme-light .single-product .webcraftglobal-product__support-item strong,
html.theme-light .single-product .webcraftglobal-product__feature-item strong,
html.theme-light .single-product .webcraftglobal-product__sidebar-title {
  color: var(--text);
}

html.theme-light .single-product .webcraftglobal-product__highlight span,
html.theme-light .single-product .webcraftglobal-product__hero-meta-label,
html.theme-light .single-product .webcraftglobal-product__meta-label,
html.theme-light .single-product .webcraftglobal-product__support-item span,
html.theme-light .single-product .webcraftglobal-product__feature-item span {
  color: var(--muted);
}

html.theme-light .single-product .webcraftglobal-product .woocommerce-product-details__short-description,
html.theme-light .single-product .webcraftglobal-product__summary,
html.theme-light .single-product .webcraftglobal-product .woocommerce-tabs .panel {
  color: #22252a;
}

html.theme-light .single-product .webcraftglobal-product .entry-content,
html.theme-light .single-product .webcraftglobal-product .entry-content p,
html.theme-light .single-product .webcraftglobal-product .entry-content li,
html.theme-light .single-product .webcraftglobal-product .entry-content a,
html.theme-light .single-product .webcraftglobal-product .entry-content span,
html.theme-light .single-post .webcraftglobal-single-article__content .entry-content,
html.theme-light .single-post .webcraftglobal-single-article__content .entry-content p,
html.theme-light .single-post .webcraftglobal-single-article__content .entry-content li,
html.theme-light .single-post .webcraftglobal-single-article__content .entry-content a,
html.theme-light .single-post .webcraftglobal-single-article__content .entry-content span,
html.theme-light .page .content-panel--page .entry-content,
html.theme-light .page .content-panel--page .entry-content p,
html.theme-light .page .content-panel--page .entry-content li,
html.theme-light .page .content-panel--page .entry-content a,
html.theme-light .page .content-panel--page .entry-content span,
html.theme-light .single-product .webcraftglobal-product .woocommerce-tabs .panel,
html.theme-light .single-product .webcraftglobal-product .woocommerce-tabs .panel p,
html.theme-light .single-product .webcraftglobal-product .woocommerce-tabs .panel li,
html.theme-light .single-product .webcraftglobal-product .woocommerce-tabs .panel a,
html.theme-light .single-product .webcraftglobal-product .woocommerce-tabs .panel span {
  color: #22252a;
  font-weight: 200;
  font-size: 18px;
}

html.theme-light .single-product .webcraftglobal-product__headline-rating .woocommerce-product-rating,
html.theme-light .single-product .webcraftglobal-product__headline-price {
  border-color: rgba(17, 22, 96, 0.12);
  background: rgba(17, 22, 96, 0.04);
}

html.theme-light .single-product .webcraftglobal-product .woocommerce-review-link,
html.theme-light .single-product .webcraftglobal-product .star-rating {
  color: #c99518;
}

html.theme-light .single-product .webcraftglobal-product__breadcrumbs .woocommerce-breadcrumb {
  color: var(--muted);
}

html.theme-light .single-product .webcraftglobal-product__breadcrumbs .woocommerce-breadcrumb a {
  color: var(--accent-strong);
}

html.theme-light .single-product .webcraftglobal-product__breadcrumbs-sep {
  color: rgba(17, 22, 96, 0.34);
}

html.theme-light .single-product .webcraftglobal-product .woocommerce-tabs ul.tabs li.active {
  background: linear-gradient(135deg, #d9a73f 0%, #b8861d 100%);
  border-color: rgba(143, 101, 18, 0.34);
  padding: 10px 20px !important;

}

html.theme-light .single-product .woocommerce div.product .woocommerce-tabs ul.tabs li {
  border-color: rgba(17, 22, 96, 0.14) !important;
  background: linear-gradient(135deg, #2340a0 0%, #1a2c78 55%, #18233a 100%) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    0 14px 28px rgba(17, 22, 96, 0.18) !important;
}

html.theme-light .single-product .webcraftglobal-product .woocommerce-tabs ul.tabs li a {
  color: #ffffff !important;
}

html.theme-light .single-product .webcraftglobal-product .woocommerce-tabs ul.tabs li.active {
  background: linear-gradient(135deg, #e0b24f 0%, #c78b1b 100%) !important;
}

html.theme-light .single-product .webcraftglobal-product-rating-summary,
html.theme-light .single-product .woocommerce #review_form_wrapper,
html.theme-light .single-product .woocommerce #reviews #comments ol.commentlist li {
  border-color: rgba(17, 22, 96, 0.1);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(246, 239, 228, 0.9));
  box-shadow: 0 16px 34px rgba(17, 22, 96, 0.07);
}

html.theme-light .single-product .webcraftglobal-product-rating-summary__score,
html.theme-light .single-product .webcraftglobal-product-rating-summary__stat,
html.theme-light .single-product .webcraftglobal-product-rating-summary__bar-row {
  border-color: rgba(17, 22, 96, 0.1);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(240, 244, 255, 0.72));
}

html.theme-light .single-product .webcraftglobal-product-rating-summary__score-label,
html.theme-light .single-product .webcraftglobal-product-rating-summary__bar-label,
html.theme-light .single-product .webcraftglobal-product-rating-summary__stat span {
  color: rgba(23, 34, 53, 0.72);
}

html.theme-light .single-product .webcraftglobal-product-rating-summary__bar-track {
  background: rgba(17, 22, 96, 0.08);
}

html.theme-light .site-navigation .menu-item-has-children.is-mega-menu > .sub-menu a {
  background: rgba(184, 136, 39, 0.05);
}

html.theme-light .single-product .woocommerce #reviews #comments ol.commentlist li .comment-text {
  border-color: rgba(17, 22, 96, 0.08) !important;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(245, 248, 255, 0.82)) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.72),
    0 12px 22px rgba(17, 22, 96, 0.08);
}

html.theme-light .single-product .woocommerce #reviews #comments ol.commentlist li .meta {
  border-bottom-color: rgba(17, 22, 96, 0.08);
}

html.theme-light .single-product .woocommerce #reviews #comments ol.commentlist li .woocommerce-review__author,
html.theme-light .single-product .woocommerce #reviews #comments .woocommerce-Reviews-title,
html.theme-light .single-product .webcraftglobal-product-rating-summary__score-value,
html.theme-light .single-product .webcraftglobal-product-rating-summary__stat strong,
html.theme-light .single-product .webcraftglobal-product-rating-summary__bar-value,
html.theme-light .single-product .webcraftglobal-product-rating-summary__value {
  color: rgba(23, 34, 53, 0.96);
}

html.theme-light .single-product .woocommerce #reviews #comments ol.commentlist li .description {
  color: rgba(23, 34, 53, 0.92);
}

html.theme-light .single-product .webcraftglobal-verified-buyer-badge {
  background: linear-gradient(135deg, rgba(214, 170, 77, 0.18), rgba(255, 255, 255, 0.8));
  border-color: rgba(184, 136, 39, 0.24);
}



html.theme-light .single-product .webcraftglobal-product .quantity .qty {
  border-color: rgba(17, 22, 96, 0.12);
  background: rgba(255, 255, 255, 0.88);
  color: var(--text);
}

html.theme-light .single-product .webcraftglobal-product .single_add_to_cart_button {
  background: linear-gradient(135deg, #22a766 0%, #198754 52%, #126840 100%);
  color: #f6fff9;
  border-color: rgba(29, 143, 87, 0.34);
  box-shadow: 0 22px 38px rgba(21, 115, 71, 0.24);
}

.webcraftglobal-product form.cart .single_add_to_cart_button,
html.theme-light .single-product .webcraftglobal-product .single_add_to_cart_button {
  background: linear-gradient(135deg, #22a766 0%, #198754 52%, #126840 100%);
  color: #f6fff9;
  border-color: rgba(29, 143, 87, 0.34);
  box-shadow: 0 22px 38px rgba(21, 115, 71, 0.24);
}

html.theme-light .woocommerce table.shop_table,
html.theme-light .woocommerce table.shop_table td,
html.theme-light .woocommerce table.shop_table th,
html.theme-light .woocommerce-cart .cart-collaterals .cart_totals,
html.theme-light .woocommerce form.checkout_coupon {
  border-color: rgba(17, 22, 96, 0.1);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(246, 239, 228, 0.9));
  box-shadow: 0 16px 34px rgba(17, 22, 96, 0.07);
}

html.theme-light .webcraftglobal-cart-table .product-name,
html.theme-light .webcraftglobal-cart-table .product-name a,
html.theme-light .woocommerce-cart .cart_totals,
html.theme-light .woocommerce-cart .cart_totals th,
html.theme-light .woocommerce-cart .cart_totals td {
  color: rgba(23, 34, 53, 0.96);
}

html.theme-light .webcraftglobal-cart-table .product-remove .remove {
  background: rgba(17, 22, 96, 0.05);
  color: #c2523f !important;
}

html.theme-light .webcraftglobal-checkout-auth,
html.theme-light .webcraftglobal-checkout-card,
html.theme-light .woocommerce-checkout #payment,
html.theme-light .woocommerce-checkout #payment ul.payment_methods li,
html.theme-light .webcraftglobal-checkout-coupon-box {
  border-color: rgba(17, 22, 96, 0.1);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(246, 239, 228, 0.9));
  box-shadow: 0 16px 34px rgba(17, 22, 96, 0.07);
}

html.theme-light .webcraftglobal-checkout-auth__text,
html.theme-light .woocommerce-checkout label,
html.theme-light .woocommerce-checkout .woocommerce-checkout-review-order-table,
html.theme-light .woocommerce-checkout #payment li,
html.theme-light .woocommerce-checkout #payment .payment_box {
  color: rgba(23, 34, 53, 0.82);
}

html.theme-light .woocommerce-checkout #payment .payment_box {
  background: rgba(17, 22, 96, 0.04);
}

html.theme-light body.woocommerce-checkout .wc-block-components-checkout-step,
html.theme-light body.woocommerce-checkout .wc-block-components-sidebar,
html.theme-light body.woocommerce-checkout .wc-block-components-order-summary,
html.theme-light body.woocommerce-checkout .wc-block-components-totals-wrapper {
  border-color: rgba(17, 22, 96, 0.1);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(246, 239, 228, 0.9));
  box-shadow: 0 16px 34px rgba(17, 22, 96, 0.07);
}

html.theme-light body.woocommerce-checkout .wc-block-components-title,
html.theme-light body.woocommerce-checkout .wc-block-components-checkout-step__heading,
html.theme-light body.woocommerce-checkout .wc-block-components-order-summary__title,
html.theme-light body.woocommerce-checkout .wc-block-components-totals-item__label,
html.theme-light body.woocommerce-checkout .wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
  color: #17203f;
}

html.theme-light body.woocommerce-checkout .wc-block-components-checkout-step__description,
html.theme-light body.woocommerce-checkout .wc-block-components-text-input label,
html.theme-light body.woocommerce-checkout .wc-block-components-checkbox label,
html.theme-light body.woocommerce-checkout .wc-block-components-radio-control__label,
html.theme-light body.woocommerce-checkout .wc-block-components-payment-method-label,
html.theme-light body.woocommerce-checkout .wc-block-components-order-summary-item__description,
html.theme-light body.woocommerce-checkout .wc-block-components-totals-item__description,
html.theme-light body.woocommerce-checkout .wc-block-components-checkout-step__container,
html.theme-light body.woocommerce-checkout .wc-block-components-formatted-money-amount,
html.theme-light body.woocommerce-checkout .wc-block-components-validation-error,
html.theme-light body.woocommerce-checkout .wc-block-components-checkout-return-to-cart-button {
  color: #5b647d;
}

html.theme-light body.woocommerce-checkout .wc-block-components-text-input input,
html.theme-light body.woocommerce-checkout .wc-block-components-text-input select,
html.theme-light body.woocommerce-checkout .wc-block-components-text-input textarea,
html.theme-light body.woocommerce-checkout .wc-block-components-combobox .components-combobox-control__input,
html.theme-light body.woocommerce-checkout .wc-block-components-combobox-control .components-input-control__container,
html.theme-light body.woocommerce-checkout .wc-block-components-radio-control__option,
html.theme-light body.woocommerce-checkout .wc-block-components-order-summary-item,
html.theme-light body.woocommerce-checkout .wc-block-components-totals-item,
html.theme-light body.woocommerce-checkout .wc-block-components-notice-banner,
html.theme-light body.woocommerce-checkout .wc-block-components-checkbox__input[type='checkbox'] {
  border-color: rgba(17, 22, 96, 0.1);
}

html.theme-light body.woocommerce-checkout .wc-block-components-text-input input,
html.theme-light body.woocommerce-checkout .wc-block-components-text-input select,
html.theme-light body.woocommerce-checkout .wc-block-components-text-input textarea,
html.theme-light body.woocommerce-checkout .wc-block-components-combobox .components-combobox-control__input,
html.theme-light body.woocommerce-checkout .wc-block-components-combobox-control .components-input-control__container {
  background: rgba(255, 255, 255, 0.76);
  color: #17203f;
}

html.theme-light body.woocommerce-checkout .wc-block-components-text-input input::placeholder,
html.theme-light body.woocommerce-checkout .wc-block-components-text-input textarea::placeholder {
  color: rgba(91, 100, 125, 0.68);
}

html.theme-light body.woocommerce-checkout .wc-block-components-radio-control__option,
html.theme-light body.woocommerce-checkout .wc-block-components-order-summary-item {
  background: rgba(255, 255, 255, 0.6);
}

html.theme-light .single-product .webcraftglobal-product__gallery .woocommerce-product-gallery__trigger {
  background: rgba(255, 255, 255, 0.92);
  color: var(--text);
  box-shadow: 0 10px 24px rgba(17, 22, 96, 0.12);
}

html.theme-light .webcraftglobal-single-article__toc-title,
html.theme-light .webcraftglobal-single-article__toc-subtitle,
html.theme-light .webcraftglobal-single-article__toc-item a {
  color: var(--text);
}

html.theme-light .webcraftglobal-single-article__toc-subtitle {
  color: var(--muted);
}

html.theme-light .webcraftglobal-single-article__toc-item::before {
  background: rgba(184, 136, 39, 0.42);
  box-shadow: 0 0 0 4px rgba(184, 136, 39, 0.08);
}

html.theme-light .webcraftglobal-single-article__toc-item a:hover,
html.theme-light .webcraftglobal-single-article__toc-item.is-active a {
  border-color: rgba(184, 136, 39, 0.2);
  background: linear-gradient(145deg, rgba(184, 136, 39, 0.12), rgba(255, 255, 255, 0.45));
}

html.theme-light .webcraftglobal-single-article__toc-list::-webkit-scrollbar-track {
  background: rgba(24, 34, 53, 0.06);
}

html.theme-light .webcraftglobal-single-article__toc-list::-webkit-scrollbar-thumb {
  background: rgba(184, 136, 39, 0.38);
}

html.theme-light .site-announcement__title,
html.theme-light .site-announcement__text,
html.theme-light .hero-panel__stats span,
html.theme-light .webcraftglobal-author-box__bio,
html.theme-light .webcraftglobal-related-posts__card-title,
html.theme-light .webcraftglobal-404__title,
html.theme-light .webcraftglobal-404__text {
  color: var(--text);
}

html.theme-light .hero-panel__stats div,
html.theme-light .webcraftglobal-author-box__stat,
html.theme-light .webcraftglobal-post-navigation__card,
html.theme-light .webcraftglobal-related-posts__card {
  background:
    radial-gradient(circle at top right, rgba(36, 48, 163, 0.1), transparent 35%),
    radial-gradient(circle at bottom left, rgba(184, 136, 39, 0.06), transparent 38%),
    linear-gradient(180deg, rgba(255, 252, 247, 0.92), rgba(243, 235, 223, 0.92));
  border-color: rgba(24, 34, 53, 0.08);
}

html.theme-light .webcraftglobal-single-article,
html.theme-light .webcraftglobal-single-article__hero-card,
html.theme-light .webcraftglobal-single-article__comments,
html.theme-light .webcraftglobal-author-box,
html.theme-light .webcraftglobal-contributor-banner,
html.theme-light .webcraftglobal-related-posts {
  background:
    radial-gradient(circle at top right, rgba(36, 48, 163, 0.1), transparent 30%),
    radial-gradient(circle at bottom left, rgba(184, 136, 39, 0.06), transparent 34%),
    linear-gradient(180deg, rgba(255, 253, 249, 0.98), rgba(244, 238, 229, 0.95));
}

html.theme-light .webcraftglobal-single-article__title,
html.theme-light .webcraftglobal-author-box__name,
html.theme-light .webcraftglobal-contributor-banner__title,
html.theme-light .webcraftglobal-post-navigation__title,
html.theme-light .webcraftglobal-related-posts__title {
  color: #17203f;
}

html.theme-light .webcraftglobal-single-article__description,
html.theme-light .single-post .webcraftglobal-single-article__content .entry-content,
html.theme-light .single-post .webcraftglobal-single-article__content .entry-content p,
html.theme-light .single-post .webcraftglobal-single-article__content .entry-content li,
html.theme-light .webcraftglobal-single-article__meta-item,
html.theme-light .webcraftglobal-related-posts__meta,
html.theme-light .webcraftglobal-contributor-banner__text,
html.theme-light .webcraftglobal-single-article__comments .comment-meta,
html.theme-light .webcraftglobal-single-article__comments .comment-content,
html.theme-light .webcraftglobal-single-article__comments .comment-content p,
html.theme-light .webcraftglobal-single-article__comments .comment-form-comment label,
html.theme-light .webcraftglobal-single-article__comments .comment-form-author label,
html.theme-light .webcraftglobal-single-article__comments .comment-form-email label,
html.theme-light .webcraftglobal-single-article__comments .comment-form-url label,
html.theme-light .webcraftglobal-single-article__comments .comment-notes span,
html.theme-light .webcraftglobal-single-article__comments .logged-in-as,
html.theme-light .webcraftglobal-single-article__comments .webcraftglobal-comment-form__user,
html.theme-light .webcraftglobal-author-box__stat-label {
  color: #5b647d;
}

html.theme-light .single-post .webcraftglobal-single-article__content .entry-content,
html.theme-light .single-post .webcraftglobal-single-article__content .entry-content p,
html.theme-light .single-post .webcraftglobal-single-article__content .entry-content li,
html.theme-light .page .content-panel--page .entry-content,
html.theme-light .page .content-panel--page .entry-content p,
html.theme-light .page .content-panel--page .entry-content li {
  color: #22252a;
  font-weight: 200;
  font-size: 18px;
}

html.theme-light .page .content-panel--page .entry-content blockquote,
html.theme-light .page .content-panel--page .entry-content figcaption,
html.theme-light .page .content-panel--page .entry-content cite {
  color: #5b647d;
}

html.theme-light .page .content-panel--page .entry-content h1,
html.theme-light .page .content-panel--page .entry-content h2,
html.theme-light .page .content-panel--page .entry-content h3,
html.theme-light .page .content-panel--page .entry-content h4,
html.theme-light .page .content-panel--page .entry-content h5,
html.theme-light .page .content-panel--page .entry-content h6 {
  color: #17203f;
}

html.theme-light .page .content-panel--page .entry-content blockquote,
html.theme-light .page .content-panel--page .entry-content pre {
  border-color: rgba(24, 34, 53, 0.08);
  background: rgba(255, 255, 255, 0.65);
}

html.theme-light .webcraftglobal-code-block {
  border-color: rgba(24, 34, 53, 0.08);
  --webcraftglobal-code-language-glow: rgba(184, 136, 39, 0.14);
  --webcraftglobal-code-language-bar: rgba(184, 136, 39, 0.58);
  --webcraftglobal-code-language-pill: rgba(184, 136, 39, 0.12);
  --webcraftglobal-code-language-pill-border: rgba(184, 136, 39, 0.22);
  background:
    radial-gradient(circle at top right, rgba(36, 48, 163, 0.08), transparent 28%),
    linear-gradient(180deg, rgba(255, 253, 249, 0.98), rgba(244, 238, 229, 0.95));
  box-shadow: 0 18px 38px rgba(34, 36, 40, 0.1);
}

html.theme-light .webcraftglobal-code-block__header {
  border-bottom-color: rgba(24, 34, 53, 0.08);
  background: rgba(255, 255, 255, 0.46);
}

html.theme-light .webcraftglobal-code-block__title,
html.theme-light .webcraftglobal-code-block__copy {
  color: #17203f;
}

html.theme-light .webcraftglobal-code-block__language {
  background: rgba(184, 136, 39, 0.14);
  color: #8f6512;
}

html.theme-light .webcraftglobal-code-block__copy {
  border-color: rgba(184, 136, 39, 0.28);
  background: rgba(255, 255, 255, 0.74);
}

html.theme-light .webcraftglobal-code-block__copy:hover {
  border-color: rgba(184, 136, 39, 0.55);
  background: rgba(255, 255, 255, 0.92);
}

html.theme-light .webcraftglobal-code-token--comment {
  color: #7d8796;
}

html.theme-light .webcraftglobal-code-token--string {
  color: #008a68;
}

html.theme-light .webcraftglobal-code-token--keyword {
  color: #9b5c00;
}

html.theme-light .webcraftglobal-code-token--number {
  color: #245cbe;
}

html.theme-light .webcraftglobal-code-token--operator {
  color: #b84f31;
}

html.theme-light .webcraftglobal-code-block__line::before {
  color: rgba(91, 100, 125, 0.86);
}

html.theme-light .webcraftglobal-code-block__line-text {
  border-inline-start-color: rgba(24, 34, 53, 0.08);
  color: #17203f;
}

html.theme-light .webcraftglobal-code-block.is-editor-preview .webcraftglobal-code-block__editor-input {
  border-color: rgba(184, 136, 39, 0.26);
  background: rgba(255, 255, 255, 0.92);
  color: #17203f;
}

html.theme-light .webcraftglobal-single-article__meta-item::before {
  border-color: rgba(17, 22, 96, 0.24);
  background: rgba(17, 22, 96, 0.08);
}

html.theme-light .webcraftglobal-single-article__meta-item--date::before {
  background:
    linear-gradient(rgba(17, 22, 96, 0.78), rgba(17, 22, 96, 0.78)) 3px 3px / 10px 2px no-repeat,
    linear-gradient(rgba(17, 22, 96, 0.16), rgba(17, 22, 96, 0.16)) center 8px / 10px 5px no-repeat;
}

html.theme-light .webcraftglobal-single-article__meta-item--author::before {
  background:
    radial-gradient(circle at 50% 4px, rgba(17, 22, 96, 0.78) 0 2px, transparent 2.2px),
    linear-gradient(rgba(17, 22, 96, 0.16), rgba(17, 22, 96, 0.16)) center 11px / 9px 4px no-repeat;
}

html.theme-light .webcraftglobal-single-article__meta-item--comments::before {
  background: linear-gradient(rgba(17, 22, 96, 0.16), rgba(17, 22, 96, 0.16)) center center / 10px 7px no-repeat;
}

html.theme-light .webcraftglobal-single-article__meta-item--comments::after {
  border-right-color: rgba(17, 22, 96, 0.72);
  border-bottom-color: rgba(17, 22, 96, 0.72);
}

html.theme-light .webcraftglobal-single-article__meta-item--category::before {
  background: linear-gradient(135deg, rgba(17, 22, 96, 0.26), rgba(17, 22, 96, 0.08));
}

html.theme-light .webcraftglobal-single-article__tag-item::before {
  background: linear-gradient(135deg, rgba(17, 22, 96, 0.94), rgba(36, 48, 163, 0.52));
  box-shadow: 0 0 0 4px rgba(17, 22, 96, 0.08);
}

html.theme-light .webcraftglobal-single-article__meta-item a,
html.theme-light .webcraftglobal-single-article__tag-item a,
html.theme-light .webcraftglobal-related-posts__card-title,
html.theme-light .webcraftglobal-post-navigation__title,
html.theme-light .webcraftglobal-single-article__comments .comment-author,
html.theme-light .webcraftglobal-single-article__comments .comment-author a,
html.theme-light .webcraftglobal-single-article__comments .comment-notes strong,
html.theme-light .webcraftglobal-single-article__comments .webcraftglobal-comment-form__user strong {
  color: #17203f;
}

html.theme-light .webcraftglobal-single-article__media {
  border: 1px solid rgba(17, 22, 96, 0.12);
  box-shadow: 0 18px 40px rgba(17, 22, 96, 0.12);
}

html.theme-light .webcraftglobal-single-article__toc {
  border-color: rgba(17, 22, 96, 0.14);
  background:
    radial-gradient(circle at top right, rgba(67, 86, 220, 0.2), transparent 34%),
    radial-gradient(circle at bottom left, rgba(17, 22, 96, 0.12), transparent 38%),
    linear-gradient(180deg, rgba(249, 251, 255, 0.98), rgba(233, 238, 252, 0.95));
  box-shadow:
    0 24px 54px rgba(17, 22, 96, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.62);
}

html.theme-light .webcraftglobal-single-article__toc-toggle {
  border-color: rgba(255, 255, 255, 0.72);
  background:
    linear-gradient(165deg, rgba(255, 255, 255, 0.92), rgba(255, 244, 231, 0.46)),
    linear-gradient(135deg, rgba(254, 135, 4, 0.96), rgba(224, 102, 0, 0.94) 62%, rgba(255, 213, 163, 0.8));
  box-shadow:
    0 20px 40px rgba(254, 135, 4, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.56);
  color: #fff;
}

html.theme-light .webcraftglobal-single-article__toc-toggle:hover,
html.theme-light .webcraftglobal-single-article__toc-toggle:focus-visible {
  border-color: rgba(254, 135, 4, 0.92);
  box-shadow:
    0 24px 48px rgba(254, 135, 4, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

html.theme-light .webcraftglobal-single-article__toc-toggle-label {
  color: rgba(180, 88, 0, 0.9);
  text-shadow: 0 6px 16px rgba(255, 255, 255, 0.62);
}

html.theme-light .webcraftglobal-single-article__toc::before {
  background: radial-gradient(circle, rgba(67, 86, 220, 0.18), transparent 72%);
}

html.theme-light .webcraftglobal-single-article__toc::after {
  background: radial-gradient(circle, rgba(17, 22, 96, 0.22), transparent 74%);
}

html.theme-light .webcraftglobal-single-article__toc-item::before {
  background: rgba(17, 22, 96, 0.4);
  box-shadow: 0 0 0 4px rgba(17, 22, 96, 0.08);
}

html.theme-light .webcraftglobal-single-article__toc-title {
  color: #111660;
}

html.theme-light .webcraftglobal-single-article__toc-subtitle {
  color: #4d5a86;
}

html.theme-light .webcraftglobal-single-article__toc-item a {
  color: #31406a;
}

html.theme-light .webcraftglobal-single-article__toc-item a:hover,
html.theme-light .webcraftglobal-single-article__toc-item.is-active a {
  border-color: rgba(17, 22, 96, 0.14);
  background: linear-gradient(145deg, rgba(17, 22, 96, 0.1), rgba(255, 255, 255, 0.54));
  color: #17203f;
}

html.theme-light .webcraftglobal-single-article__toc-list::-webkit-scrollbar-thumb {
  background: rgba(17, 22, 96, 0.34);
}

html.theme-light .webcraftglobal-author-box {
  border-color: rgba(17, 22, 96, 0.12);
  box-shadow:
    0 28px 64px rgba(17, 22, 96, 0.12),
    0 0 0 1px rgba(86, 102, 221, 0.08);
}

html.theme-light .webcraftglobal-author-box__glow--primary {
  background: radial-gradient(circle, rgba(67, 86, 220, 0.28), transparent 72%);
}

html.theme-light .webcraftglobal-author-box__glow--secondary {
  background: radial-gradient(circle, rgba(17, 22, 96, 0.2), transparent 72%);
}

html.theme-light .webcraftglobal-author-box__avatar {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.72), rgba(230, 236, 255, 0.36));
  border-color: rgba(17, 22, 96, 0.1);
  box-shadow: 0 18px 36px rgba(17, 22, 96, 0.12);
}

html.theme-light .webcraftglobal-author-box__avatar::before {
  background: linear-gradient(135deg, rgba(17, 22, 96, 0.9), rgba(86, 102, 221, 0.72), rgba(184, 136, 39, 0.5));
}

html.theme-light .webcraftglobal-author-box__avatar::after {
  background: radial-gradient(circle, rgba(86, 102, 221, 0.18), transparent 72%);
}

html.theme-light .webcraftglobal-author-box__stat-value {
  color: #17203f;
}

html.theme-light .webcraftglobal-author-box__eyebrow,
html.theme-light .webcraftglobal-related-posts__eyebrow,
html.theme-light .webcraftglobal-contributor-banner__eyebrow,
html.theme-light .webcraftglobal-post-navigation__label {
  color: #111660;
}

html.theme-light .webcraftglobal-author-box__eyebrow,
html.theme-light .webcraftglobal-related-posts__eyebrow,
html.theme-light .webcraftglobal-contributor-banner__eyebrow {
  background: rgba(17, 22, 96, 0.06);
  border-color: rgba(17, 22, 96, 0.12);
}

html.theme-light .webcraftglobal-author-box__bio {
  color: #58607a;
}

html.theme-light .webcraftglobal-author-box__archive-link,
html.theme-light .webcraftglobal-contributor-banner__button,
html.theme-light .webcraftglobal-single-article__comments .form-submit .submit {
  background: linear-gradient(135deg, #1b2379 0%, #111660 52%, #2430a3 100%);
  color: #f7f6ff;
  border: 1px solid rgba(17, 22, 96, 0.18);
  box-shadow: 0 16px 32px rgba(17, 22, 96, 0.18);
}

html.theme-light .webcraftglobal-author-box__archive-link:hover,
html.theme-light .webcraftglobal-contributor-banner__button:hover,
html.theme-light .webcraftglobal-single-article__comments .form-submit .submit:hover {
  box-shadow: 0 20px 38px rgba(17, 22, 96, 0.24);
}

html.theme-light .webcraftglobal-author-box__social {
  background: rgba(17, 22, 96, 0.04);
  border-color: rgba(17, 22, 96, 0.1);
  color: #111660;
}

html.theme-light .webcraftglobal-author-box__social:hover {
  border-color: rgba(17, 22, 96, 0.22);
  background: linear-gradient(145deg, rgba(17, 22, 96, 0.1), rgba(255, 255, 255, 0.56));
}

html.theme-light .webcraftglobal-contributor-banner {
  border-color: rgba(17, 22, 96, 0.12);
  box-shadow:
    0 28px 70px rgba(17, 22, 96, 0.12),
    0 0 0 1px rgba(86, 102, 221, 0.08);
}

html.theme-light .webcraftglobal-contributor-banner__glow--gold {
  background: radial-gradient(circle, rgba(86, 102, 221, 0.18), transparent 72%);
}

html.theme-light .webcraftglobal-contributor-banner__glow--blue {
  background: radial-gradient(circle, rgba(17, 22, 96, 0.24), transparent 74%);
}

html.theme-light .webcraftglobal-post-navigation__card {
  box-shadow:
    0 22px 52px rgba(17, 22, 96, 0.11),
    0 0 0 1px rgba(86, 102, 221, 0.07);
}

html.theme-light .webcraftglobal-post-navigation__card::before {
  background: radial-gradient(circle, rgba(67, 86, 220, 0.22), transparent 72%);
}

html.theme-light .webcraftglobal-post-navigation__card--next::before {
  background: radial-gradient(circle, rgba(17, 22, 96, 0.2), transparent 72%);
}

html.theme-light .webcraftglobal-post-navigation__card:hover,
html.theme-light .webcraftglobal-related-posts__card:hover {
  border-color: rgba(17, 22, 96, 0.14);
}

html.theme-light .webcraftglobal-related-posts {
  box-shadow:
    0 22px 52px rgba(17, 22, 96, 0.11),
    0 0 0 1px rgba(86, 102, 221, 0.07);
}

html.theme-light .webcraftglobal-single-article__comments {
  border-color: rgba(17, 22, 96, 0.12);
  box-shadow: 0 24px 56px rgba(17, 22, 96, 0.1);
}

html.theme-light .webcraftglobal-single-article__comments .comment-list .comment,
html.theme-light .webcraftglobal-single-article__comments .children .comment,
html.theme-light .webcraftglobal-single-article__comments .comment-respond,
html.theme-light .webcraftglobal-single-article__comments .comment-notes,
html.theme-light .webcraftglobal-single-article__comments .logged-in-as,
html.theme-light .webcraftglobal-single-article__comments .webcraftglobal-comment-form__user {
  border-color: rgba(17, 22, 96, 0.08);
  background:
    radial-gradient(circle at top right, rgba(36, 48, 163, 0.06), transparent 36%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.68), rgba(244, 240, 233, 0.76));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.55);
}

html.theme-light .webcraftglobal-single-article__comments .reply a {
  color: #111660;
}

html.theme-light .webcraftglobal-single-article__comments .reply a:hover {
  color: #2430a3;
}

html.theme-light .webcraftglobal-single-article__comments .comment-form input,
html.theme-light .webcraftglobal-single-article__comments .comment-form textarea {
  border-color: rgba(17, 22, 96, 0.12);
  background: rgba(255, 255, 255, 0.72);
  color: #17203f;
}

html.theme-light .webcraftglobal-single-article__comments .comment-form input:focus,
html.theme-light .webcraftglobal-single-article__comments .comment-form textarea:focus {
  border-color: rgba(17, 22, 96, 0.42);
  box-shadow: 0 0 0 3px rgba(17, 22, 96, 0.12);
}

html.theme-light .hero-panel h2,
html.theme-light .hero-panel__stats strong {
  color: #1f2b3d;
}

html.theme-light .hero-panel__stats span {
  color: #5f6b7c;
}

html.theme-light .site-footer__card li,
html.theme-light .site-footer__copy,
html.theme-light .site-footer__card p,
html.theme-light .site-footer__nav h3,
html.theme-light .site-footer__card h3,
html.theme-light .site-footer__intro h2 {
  color: var(--text);
}

html.theme-light .site-footer__card li::before,
html.theme-light .site-footer__nav a::before {
  background: linear-gradient(180deg, #b88927, #e6c983);
  box-shadow: 0 0 0 6px rgba(184, 136, 39, 0.08);
}

html.theme-light .site-footer__nav a,
html.theme-light .site-footer__card {
  border-color: rgba(24, 34, 53, 0.08);
}

html.theme-light .site-footer__nav a:hover {
  border-color: rgba(184, 136, 39, 0.24);
  background: linear-gradient(180deg, rgba(184, 136, 39, 0.12), rgba(255, 255, 255, 0.36));
}

.webcraftglobal-404 {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(26px, 4vw, 42px);
  border-radius: 32px;
  border: 1px solid rgba(242, 212, 154, 0.16);
  background:
    radial-gradient(circle at top right, rgba(242, 212, 154, 0.16), transparent 30%),
    radial-gradient(circle at bottom left, rgba(82, 132, 255, 0.16), transparent 34%),
    linear-gradient(160deg, rgba(10, 18, 29, 0.98), rgba(19, 31, 49, 0.96));
  box-shadow: 0 30px 90px rgba(2, 6, 12, 0.42);
}

.webcraftglobal-404__glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(12px);
  pointer-events: none;
  z-index: -1;
}

.webcraftglobal-404__glow--gold {
  top: -60px;
  right: -30px;
  width: 220px;
  height: 220px;
  background: radial-gradient(circle, rgba(242, 212, 154, 0.22), transparent 72%);
}

.webcraftglobal-404__glow--blue {
  bottom: -80px;
  left: -40px;
  width: 240px;
  height: 240px;
  background: radial-gradient(circle, rgba(82, 132, 255, 0.18), transparent 72%);
}

.webcraftglobal-404__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.8fr);
  gap: 24px;
  align-items: center;
}

.webcraftglobal-404__eyebrow {
  display: inline-flex;
  align-items: center;
  padding: 7px 14px;
  border-radius: 999px;
  color: #f3db9a;
  background: rgba(242, 212, 154, 0.08);
  border: 1px solid rgba(242, 212, 154, 0.16);
  font-size: 0.84rem;
}

.webcraftglobal-404__title {
  margin: 16px 0 12px;
  color: #fff9eb;
  font-size: clamp(2rem, 4vw, 3.8rem);
  line-height: 1.22;
}

.webcraftglobal-404__text {
  margin: 0;
  max-width: 62ch;
  color: rgba(236, 242, 255, 0.8);
  line-height: 2;
}

.webcraftglobal-404__search {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  margin-top: 24px;
}

.webcraftglobal-404__search input {
  width: 100%;
  min-height: 56px;
  padding: 0 18px;
  border-radius: 18px;
  border: 1px solid rgba(242, 212, 154, 0.18);
  background: rgba(255, 255, 255, 0.05);
  color: #ffffff;
}

.webcraftglobal-404__search input::placeholder {
  color: rgba(236, 242, 255, 0.48);
}

.webcraftglobal-404__search input:focus {
  outline: none;
  border-color: rgba(242, 212, 154, 0.34);
  box-shadow: 0 0 0 4px rgba(242, 212, 154, 0.08);
}

.webcraftglobal-404__search button {
  min-width: 120px;
  min-height: 56px;
  padding: 0 20px;
  border: 0;
  border-radius: 18px;
  background: linear-gradient(135deg, #f2d49a 0%, #c7932d 100%);
  color: #201405;
  font-weight: 800;
  cursor: pointer;
}

.webcraftglobal-404__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.webcraftglobal-404__panel {
  display: grid;
  gap: 16px;
  justify-items: stretch;
}

.webcraftglobal-404__code {
  color: rgba(242, 212, 154, 0.18);
  font-family: var(--display);
  font-size: clamp(5rem, 10vw, 8rem);
  line-height: 0.9;
  text-align: center;
}

.webcraftglobal-404__card {
  padding: 22px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
  text-align: center;
}

.webcraftglobal-404__card span {
  display: block;
  color: #f3db9a;
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.webcraftglobal-404__card strong {
  display: block;
  margin: 10px 0 8px;
  color: #fff9eb;
  font-size: 1.15rem;
}

.webcraftglobal-404__card p {
  margin: 0;
  color: rgba(236, 242, 255, 0.74);
  line-height: 1.9;
}

.webcraftglobal-404__quick-links {
  display: grid;
  gap: 10px;
}

.webcraftglobal-404__quick-links a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 48px;
  padding: 0 16px;
  border-radius: 16px;
  text-decoration: none;
  color: rgba(247, 243, 234, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.03));
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.webcraftglobal-404__quick-links a:hover {
  transform: translateX(-3px);
  border-color: rgba(242, 212, 154, 0.22);
  background: linear-gradient(180deg, rgba(242, 212, 154, 0.12), rgba(255, 255, 255, 0.04));
}

.webcraftglobal-product {
  position: relative;
  padding: clamp(4px, 1.5vw, 12px);
  overflow: hidden;
}

.webcraftglobal-product::before,
.webcraftglobal-product::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  filter: blur(64px);
  opacity: 0.28;
  pointer-events: none;
  z-index: 0;
}

.webcraftglobal-product__layout {
  position: relative;
  z-index: 1;
}

.webcraftglobal-product::before {
  width: 340px;
  height: 340px;
  top: -140px;
  right: 6%;
  background: rgba(215, 179, 106, 0.28);
}

.webcraftglobal-product::after {
  width: 300px;
  height: 300px;
  bottom: -160px;
  left: -60px;
  background: rgba(95, 130, 255, 0.2);
}

.webcraftglobal-product__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 26px;
  align-items: start;
  direction: ltr;
}

.webcraftglobal-product__primary,
.webcraftglobal-product__sidebar,
.webcraftglobal-product__secondary {
  direction: ltr;
}

.webcraftglobal-product__primary {
  display: grid;
  gap: 22px;
  min-width: 0;
}

.webcraftglobal-product__hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(320px, 0.86fr) minmax(0, 1.14fr);
  grid-template-areas: "gallery intro";
  gap: 24px;
  align-items: stretch;
  direction: ltr;
  padding: clamp(18px, 2vw, 24px);
  border-radius: 28px;
  background: linear-gradient(145deg, rgba(18, 30, 52, 0.98), rgba(8, 17, 32, 0.92) 48%, rgba(45, 34, 15, 0.7));
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.24);
  overflow: hidden;
}

.webcraftglobal-product__hero::before,
.webcraftglobal-product__hero::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  filter: blur(18px);
  opacity: 0.64;
  pointer-events: none;
}

.webcraftglobal-product__hero::before {
  width: 320px;
  height: 320px;
  top: -110px;
  right: -70px;
  background: radial-gradient(circle, rgba(215, 179, 106, 0.34), transparent 68%);
}

.webcraftglobal-product__hero::after {
  width: 280px;
  height: 280px;
  bottom: -120px;
  left: -80px;
  background: radial-gradient(circle, rgba(92, 122, 255, 0.24), transparent 68%);
}

.webcraftglobal-product__gallery,
.webcraftglobal-product__details,
.webcraftglobal-product__summary,
.webcraftglobal-product__intro,
.webcraftglobal-product__main,
.webcraftglobal-product__sidebar {
  position: relative;
  z-index: 1;
  direction: ltr;
}

.webcraftglobal-product__gallery {
  grid-area: gallery;
  min-width: 0;
  height: 100%;
}

.webcraftglobal-product__intro {
  grid-area: intro;
  display: flex;
  align-items: stretch;
  min-width: 0;
  height: 100%;
}

.webcraftglobal-product__intro-frame {
  width: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
  padding: clamp(26px, 3vw, 42px);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.015));
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.webcraftglobal-product__headline {
  display: grid;
  gap: 18px;
}

.webcraftglobal-product__headline-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.webcraftglobal-product__headline-rating .woocommerce-product-rating,
.webcraftglobal-product__headline-price {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 58px;
  padding: 0 20px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
}

.webcraftglobal-product__headline-price .price {
  font-size: 1.18rem;
}

.webcraftglobal-product__eyebrow,
.webcraftglobal-product__purchase-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  font-size: 0.72rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent-strong);
}

.webcraftglobal-product__breadcrumbs {
  margin-bottom: 4px;
}

.webcraftglobal-product__breadcrumbs .woocommerce-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
}

.webcraftglobal-product__breadcrumbs .woocommerce-breadcrumb a {
  color: var(--accent-strong);
}

.webcraftglobal-product__breadcrumbs-sep {
  color: rgba(255, 255, 255, 0.38);
}

.webcraftglobal-product__eyebrow::before,
.webcraftglobal-product__purchase-eyebrow::before {
  content: '';
  width: 48px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--accent), transparent);
}

.webcraftglobal-product__gallery .woocommerce-product-gallery {
  margin: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 12px;
  border-radius: 24px;
  background: rgba(8, 18, 31, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.webcraftglobal-product__gallery .woocommerce-product-gallery__wrapper {
  flex: 1;
  overflow: hidden;
  border-radius: 20px;
}

.webcraftglobal-product__gallery .woocommerce-product-gallery__trigger {
  top: 16px;
  left: 16px;
  right: auto;
  border-radius: 999px;
}

.webcraftglobal-product__gallery .woocommerce-product-gallery__image a {
  display: block;
}

.webcraftglobal-product__gallery .woocommerce-product-gallery__image img {
  width: 100%;
  aspect-ratio: 4 / 3.4;
  object-fit: cover;
  min-height: min(460px, 52vh);
}

.webcraftglobal-product__gallery .flex-control-thumbs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.webcraftglobal-product__gallery .flex-control-thumbs li {
  margin: 0;
  list-style: none;
}

.webcraftglobal-product__gallery .flex-control-thumbs img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  opacity: 0.78;
  transition: border-color 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
}

.webcraftglobal-product__gallery .flex-active,
.webcraftglobal-product__gallery .flex-control-thumbs img:hover {
  opacity: 1;
  border-color: var(--line-strong);
  transform: translateY(-2px);
}

.webcraftglobal-product .product_title {
  margin-bottom: 0;
  font-size: clamp(1.9rem, 2.45vw, 2.85rem);
  line-height: 1.12;
}

.webcraftglobal-product .woocommerce-product-rating {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 0;
}

.webcraftglobal-product .woocommerce-review-link,
.webcraftglobal-product .star-rating {
  color: #d4af37;
}

.webcraftglobal-product .woocommerce-product-details__short-description {
  color: rgba(247, 243, 234, 0.96);
  font-size: 1.08rem;
  line-height: 2;
  font-weight: 400;
}

.webcraftglobal-product .woocommerce-product-details__short-description > *:last-child {
  margin-bottom: 0;
}

.webcraftglobal-product .price {
  margin: 0;
  font-size: clamp(1.3rem, 2.2vw, 1rem);
}

.webcraftglobal-product__summary {
  color: rgba(247, 243, 234, 0.96);
  font-size: 1.08rem;
  line-height: 2;
  font-weight: 400;
}

.webcraftglobal-product__summary > *:last-child {
  margin-bottom: 0;
}

.single-product .webcraftglobal-product .entry-content,
.single-product .webcraftglobal-product .entry-content p,
.single-product .webcraftglobal-product .entry-content li,
.single-product .webcraftglobal-product .entry-content a,
.single-product .webcraftglobal-product .entry-content span,
.single-post .webcraftglobal-single-article__content .entry-content,
.single-post .webcraftglobal-single-article__content .entry-content p,
.single-post .webcraftglobal-single-article__content .entry-content li,
.single-post .webcraftglobal-single-article__content .entry-content a,
.single-post .webcraftglobal-single-article__content .entry-content span,
.page .content-panel--page .entry-content,
.page .content-panel--page .entry-content p,
.page .content-panel--page .entry-content li,
.page .content-panel--page .entry-content a,
.page .content-panel--page .entry-content span,
.single-product .webcraftglobal-product .woocommerce-tabs .panel,
.single-product .webcraftglobal-product .woocommerce-tabs .panel p,
.single-product .webcraftglobal-product .woocommerce-tabs .panel li,
.single-product .webcraftglobal-product .woocommerce-tabs .panel a,
.single-product .webcraftglobal-product .woocommerce-tabs .panel span {
  color: rgba(247, 243, 234, 0.96);
  font-weight: 200;
  font-size: 18px;
}

.single-product .webcraftglobal-product .entry-content p,
.single-product .webcraftglobal-product .entry-content li,
.single-post .webcraftglobal-single-article__content .entry-content p,
.single-post .webcraftglobal-single-article__content .entry-content li,
.page .content-panel--page .entry-content p,
.page .content-panel--page .entry-content li,
.single-product .webcraftglobal-product .woocommerce-tabs .panel p,
.single-product .webcraftglobal-product .woocommerce-tabs .panel li {
  line-height: 2.05;
}

.single-product .webcraftglobal-product .entry-content ul,
.single-product .webcraftglobal-product .entry-content ol,
.single-product .webcraftglobal-product .woocommerce-tabs .panel ul,
.single-product .webcraftglobal-product .woocommerce-tabs .panel ol {
  padding-inline-start: 1.4rem;
}

html:not(.theme-light) .single-product .webcraftglobal-product .entry-content,
html:not(.theme-light) .single-product .webcraftglobal-product .entry-content p,
html:not(.theme-light) .single-product .webcraftglobal-product .entry-content li,
html:not(.theme-light) .single-product .webcraftglobal-product .entry-content a,
html:not(.theme-light) .single-product .webcraftglobal-product .entry-content span,
html:not(.theme-light) .single-product .webcraftglobal-product .woocommerce-tabs .panel,
html:not(.theme-light) .single-product .webcraftglobal-product .woocommerce-tabs .panel p,
html:not(.theme-light) .single-product .webcraftglobal-product .woocommerce-tabs .panel li,
html:not(.theme-light) .single-product .webcraftglobal-product .woocommerce-tabs .panel a,
html:not(.theme-light) .single-product .webcraftglobal-product .woocommerce-tabs .panel span {
  color: rgba(247, 243, 234, 0.96);
  font-weight: 200;
  font-size: 18px;
}

.webcraftglobal-product__highlights {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.webcraftglobal-product__highlight {
  display: grid;
  gap: 6px;
  min-height: 102px;
  padding: 16px;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.webcraftglobal-product__highlight span {
  color: var(--muted);
  font-size: 0.8rem;
}

.webcraftglobal-product__highlight strong {
  color: var(--text);
  font-size: 1.02rem;
  line-height: 1.8;
}

.webcraftglobal-product__hero-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 8px;
}

.webcraftglobal-product__hero-meta-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.07);
  min-height: 84px;
  justify-content: center;
}

.webcraftglobal-product__hero-meta-label {
  color: var(--muted);
  font-size: 0.78rem;
}

.webcraftglobal-product__hero-meta-value {
  color: var(--text);
  font-size: 0.96rem;
  line-height: 1.8;
}

.webcraftglobal-product__headline-rating-inner {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.webcraftglobal-product__headline-rating-average {
  color: var(--text);
  font-size: 0.95rem;
  font-weight: 500;
}

.webcraftglobal-product__main {
  display: grid;
  gap: 20px;
}

.webcraftglobal-product__secondary {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  align-items: start;
}

.webcraftglobal-product__sidebar {
  display: grid;
  gap: 16px;
  position: sticky;
  top: 110px;
  align-self: start;
}

.webcraftglobal-product__feature-panel,
.webcraftglobal-product__details,
.webcraftglobal-product__purchase-card,
.webcraftglobal-product__sidebar-card {
  padding: clamp(20px, 2.5vw, 26px);
  border-radius: var(--radius-md);
  background: linear-gradient(180deg, rgba(18, 31, 52, 0.94), rgba(10, 18, 31, 0.86));
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.webcraftglobal-product__feature-panel .webcraftglobal-product__feature-stack {
  gap: 18px;
}

.webcraftglobal-product__feature-panel h3,
.webcraftglobal-product__feature-stack h3 {
  font-size: 1.3rem;
  margin-bottom: 14px;
}

.webcraftglobal-product__purchase-card {
  display: grid;
  gap: 14px;
}

.webcraftglobal-product__purchase-copy {
  display: grid;
  gap: 8px;
}

.webcraftglobal-product__purchase-copy h2 {
  margin: 0;
  font-size: 1.35rem;
}

.webcraftglobal-product__purchase-copy p {
  margin: 0;
  font-size: 0.94rem;
}

.webcraftglobal-product__purchase-status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.webcraftglobal-product__purchase-status span {
  color: var(--muted);
  font-size: 0.88rem;
}

.webcraftglobal-product__purchase-status strong {
  color: var(--text);
  font-size: 0.95rem;
  text-align: left;
}

.webcraftglobal-product__purchase-price .price {
  font-size: clamp(1.45rem, 2.2vw, 1.95rem);
  color: var(--text);
}

.webcraftglobal-product__purchase-cart form.cart {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.webcraftglobal-product__purchase-cart .quantity .qty {
  max-width: 108px;
  min-height: 46px;
}

.webcraftglobal-product__purchase-cart .single_add_to_cart_button {
  flex: 1;
  min-height: 58px;
  padding-inline: 28px;
  border-radius: 999px;
}

.webcraftglobal-product__purchase-benefits,
.webcraftglobal-product__support-items,
.webcraftglobal-product__sidebar-widgets {
  display: grid;
  gap: 12px;
}

.webcraftglobal-product__sidebar-widgets > * {
  min-width: 0;
}

.webcraftglobal-product__purchase-benefit,
.webcraftglobal-product__support-item {
  display: grid;
  gap: 6px;
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.webcraftglobal-product__purchase-benefit strong,
.webcraftglobal-product__support-item strong {
  color: var(--text);
  font-size: 0.96rem;
}

.webcraftglobal-product__purchase-benefit span,
.webcraftglobal-product__support-item span {
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.9;
}

.webcraftglobal-product__sidebar-title {
  font-size: 1.2rem;
  margin-bottom: 16px;
}

.webcraftglobal-product__feature-stack {
  display: grid;
  gap: 14px;
}

.webcraftglobal-product__feature-items {
  display: grid;
  gap: 12px;
}

.webcraftglobal-product__feature-item {
  display: grid;
  gap: 4px;
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.webcraftglobal-product__feature-item span {
  color: var(--muted);
  font-size: 0.86rem;
}

.webcraftglobal-product__feature-item strong {
  color: var(--text);
}

.webcraftglobal-product__meta {
  display: grid;
  gap: 12px;
  padding: 0;
}

.webcraftglobal-product__meta-item {
  display: grid;
  grid-template-columns: 108px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.webcraftglobal-product__meta-item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.webcraftglobal-product__meta-label {
  color: var(--muted);
  font-size: 0.9rem;
}

.webcraftglobal-product__meta-value {
  color: var(--text);
  line-height: 1.9;
}

.webcraftglobal-product__meta-value a {
  color: var(--accent-strong);
}

.webcraftglobal-product__sidebar .widget {
  margin: 0;
}

.webcraftglobal-product__sidebar .widget > *:last-child {
  margin-bottom: 0;
}

.webcraftglobal-product .stock {
  margin: 0;
}

.webcraftglobal-product form.cart {
  margin-top: 4px;
  align-items: center;
}

.webcraftglobal-product form.cart .single_add_to_cart_button {
  min-width: 190px;
}

.webcraftglobal-product__feature-item strong,
.webcraftglobal-product__meta-value {
  word-break: break-word;
}

.woocommerce div.product .woocommerce-tabs::after,
.woocommerce div.product .woocommerce-tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
  content: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 0 0 24px;
  padding: 0;
  padding-inline-start: 0 !important;
  margin-inline-start: 0 !important;
  list-style: none !important;
  list-style-type: none !important;
  border: 0;
}

.webcraftglobal-product .woocommerce-tabs ul.tabs {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center;
  justify-content: center;
  gap: 12px;
  list-style: none !important;
  padding-inline-start: 0 !important;
  margin-inline-start: 0 !important;
  margin-bottom: 24px !important;
}

.webcraftglobal-product .woocommerce-tabs ul.tabs li {
  display: inline-flex !important;
  flex: 0 0 auto;
  list-style: none !important;
  padding: 0 !important;
  margin-inline-start: 0 !important;
  margin-bottom: 0 !important;
  border-radius: 999px !important;
  overflow: visible !important;

background: linear-gradient(135deg, #e0b24f 0%, #c78b1b 100%) !important;
padding: 10px 20px !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
  padding: 4px !important;
  list-style: none !important;
  width: auto;
  float: none !important;
  min-height: 56px;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03)) !important;
  border-radius: 999px !important;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  overflow: hidden !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 12px 24px rgba(0, 0, 0, 0.12) !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
  content: none !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::marker {
  display: none !important;
  content: '';
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 52px !important;
  min-width: 168px !important;
  padding: 14px 26px !important;
  color: #fff9eb !important;
  font-size: 1.02rem !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  white-space: nowrap;
  border: 0 !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, rgba(32, 58, 107, 0.92), rgba(23, 37, 62, 0.9) 52%, rgba(124, 92, 28, 0.82)) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 18px 28px rgba(0, 0, 0, 0.16) !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background: linear-gradient(145deg, rgba(242, 212, 154, 0.34), rgba(36, 74, 140, 0.28)) !important;
  border-color: rgba(242, 212, 154, 0.4) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.22),
    0 20px 32px rgba(0, 0, 0, 0.2) !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
  color: #ffffff !important;
  transform: translateY(-2px);
  background: linear-gradient(135deg, rgba(42, 78, 138, 0.96), rgba(28, 50, 84, 0.94) 52%, rgba(168, 126, 39, 0.86)) !important;
}

.webcraftglobal-product form.cart .single_add_to_cart_button:hover,
html.theme-light .single-product .webcraftglobal-product .single_add_to_cart_button:hover {
  background: linear-gradient(135deg, #1d8f57 0%, #157347 52%, #0f5c38 100%);
  border-color: rgba(29, 143, 87, 0.34);
  box-shadow: 0 22px 38px rgba(21, 115, 71, 0.26);
}

.woocommerce div.product .woocommerce-tabs .panel {
  margin: 0;
  color: rgba(247, 243, 234, 0.9);
  font-size: 1.06rem;
  line-height: 2;
  font-weight: 400;
}

.woocommerce div.product .woocommerce-tabs .panel > *:last-child {
  margin-bottom: 0;
}

.webcraftglobal-product-features__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.webcraftglobal-product-features__item {
  display: grid;
  gap: 8px;
  padding: 18px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.webcraftglobal-product-features__label {
  color: var(--muted);
  font-size: 0.88rem;
}

.webcraftglobal-product-features__value {
  color: var(--text);
  font-size: 1rem;
}

.webcraftglobal-product-rating-summary {
  display: grid;
  gap: 18px;
  padding: 24px;
  border-radius: 24px;
  color: var(--muted);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02));
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.webcraftglobal-product-rating-summary__header {
  display: grid;
  gap: 12px;
}

.webcraftglobal-product-rating-summary__hero {
  display: grid;
  grid-template-columns: minmax(0, 180px) minmax(0, 1fr);
  gap: 18px;
  align-items: center;
}

.webcraftglobal-product-rating-summary__score {
  display: grid;
  gap: 8px;
  padding: 18px;
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(215, 179, 106, 0.18), rgba(255, 255, 255, 0.04));
  border: 1px solid rgba(215, 179, 106, 0.24);
}

.webcraftglobal-product-rating-summary__score-value {
  color: var(--text);
  font-size: clamp(2rem, 3vw, 2.8rem);
  line-height: 1;
}

.webcraftglobal-product-rating-summary__score-label {
  font-size: 0.92rem;
}

.webcraftglobal-product-rating-summary__stars .star-rating,
.webcraftglobal-product__headline-rating-inner .star-rating {
  font-size: 1.05rem;
}

.webcraftglobal-product-rating-summary__value {
  margin: 0;
  color: var(--text);
  font-size: 1.05rem;
  font-weight: 600;
}

.webcraftglobal-product-rating-summary__stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.webcraftglobal-product-rating-summary__stat,
.webcraftglobal-product-rating-summary__bar-row {
  display: grid;
  gap: 6px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.webcraftglobal-product-rating-summary__stat strong {
  color: var(--text);
  font-size: 1.2rem;
}

.webcraftglobal-product-rating-summary__bars {
  display: grid;
  gap: 10px;
}

.webcraftglobal-product-rating-summary__bar-row {
  grid-template-columns: 88px minmax(0, 1fr) 40px;
  align-items: center;
  gap: 12px;
}

.webcraftglobal-product-rating-summary__bar-track {
  position: relative;
  display: block;
  height: 10px;
  border-radius: 999px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.08);
}

.webcraftglobal-product-rating-summary__bar-track span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #c99216 0%, #f2d49a 100%);
}

.webcraftglobal-product-rating-summary__bar-value {
  color: var(--text);
  text-align: left;
}

.webcraftglobal-product-rating-summary__link {
  color: var(--accent-strong);
}

.woocommerce #reviews #comments ol.commentlist {
  padding: 0;
  margin: 0 0 24px;
}

.woocommerce #reviews #comments ol.commentlist li {
  padding: 16px;
  margin-bottom: 16px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 22px;
}

.woocommerce #reviews #comments ol.commentlist li .comment_container {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 12px;
  align-items: start;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
  width: 68px !important;
  height: 68px !important;
  float: none !important;
  position: static !important;
  margin: 0 !important;
  border-radius: 20px;
  border: 1px solid rgba(215, 179, 106, 0.22);
  box-shadow: 0 14px 26px rgba(0, 0, 0, 0.16);
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
  margin: 0 !important;
  padding: 20px 22px !important;
  border-radius: 20px !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.02)) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 12px 26px rgba(0, 0, 0, 0.1);
}

.woocommerce #reviews #comments ol.commentlist li .meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 12px;
  margin-bottom: 12px !important;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.woocommerce #reviews #comments .woocommerce-Reviews-title {
  margin-bottom: 18px;
}

.woocommerce #reviews #comments ol.commentlist li .woocommerce-review__dash {
  color: var(--muted);
}

.woocommerce #reviews #comments ol.commentlist li .woocommerce-review__author {
  color: var(--text);
  font-size: 1rem;
}

.woocommerce #reviews #comments ol.commentlist li .woocommerce-review__published-date {
  color: var(--muted);
  font-size: 0.86rem;
}

.woocommerce #reviews #comments ol.commentlist li .description {
  color: rgba(247, 243, 234, 0.9);
  font-size: 1rem;
  line-height: 2;
}

.woocommerce #reviews #comments ol.commentlist li .star-rating {
  margin-bottom: 0 !important;
}

.woocommerce #reviews #comments ol.commentlist li .description > *:last-child {
  margin-bottom: 0;
}

.woocommerce #review_form_wrapper {
  padding: 22px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.webcraftglobal-verified-buyer-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-inline-start: 10px;
  padding: 4px 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(215, 179, 106, 0.24), rgba(255, 255, 255, 0.06));
  border: 1px solid rgba(215, 179, 106, 0.3);
  color: var(--accent-strong);
  font-size: 0.76rem;
  font-weight: 700;
}

.webcraftglobal-product .star-rating,
.webcraftglobal-product .star-rating::before,
.woocommerce #reviews .star-rating,
.woocommerce #reviews .star-rating::before,
.woocommerce p.stars a {
  color: #d4af37;
}

.webcraftglobal-related-products {
  padding-top: 30px;
}

.webcraftglobal-related-products__grid {
  align-items: stretch;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 1fr;
}

.webcraftglobal-related-products .product-card {
  height: 100%;
  min-height: 100%;
  justify-content: flex-start;
  padding: 18px;
  gap: 14px;
}

.webcraftglobal-related-products .product-card__title,
.webcraftglobal-related-products .product-card__price,
.webcraftglobal-related-products .product-card__cats {
  margin-top: 0;
  margin-bottom: 0;
}

.webcraftglobal-related-products .product-card__title {
  font-size: 1.08rem;
}

.webcraftglobal-related-products .product-card__title a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.webcraftglobal-related-products .product-card__price {
  font-size: 1.05rem;
  margin-bottom: 0;
}

.webcraftglobal-related-products .product-card__content {
  flex: 1;
  display: grid;
  grid-template-rows: auto auto auto 1fr auto;
  gap: 10px;
  min-height: 0;
}

.webcraftglobal-related-products .product-card__content > p {
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.webcraftglobal-related-products .product-card .button--ghost {
  width: 100%;
  justify-content: center;
}

.webcraftglobal-related-products .product-card__cats {
  font-size: 0.82rem;
}

.webcraftglobal-product-archive {
  padding-top: 10px;
  display: grid;
  gap: 22px;
}

body.webcraftglobal-woocommerce .archive-hero {
  margin: 14px auto 12px;
  padding: 18px 20px;
}

body.webcraftglobal-woocommerce .archive-hero__eyebrow {
  margin-bottom: 4px;
  font-size: 0.72rem;
  letter-spacing: 0.18em;
}

body.webcraftglobal-woocommerce .archive-hero h1 {
  margin-bottom: 10px;
  font-size: clamp(1.95rem, 3.8vw, 2.85rem);
}

.webcraftglobal-product-archive__toolbar {
  display: grid;
  gap: 18px;
  padding: 18px;
  border-radius: var(--radius-md);
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(145deg, rgba(20, 33, 54, 0.95), rgba(10, 17, 31, 0.95));
}

.webcraftglobal-product-archive__toolbar-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.webcraftglobal-product-archive__title {
  margin-bottom: 0;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
}

.webcraftglobal-product-archive__eyebrow {
  margin: 0 0 6px;
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  color: var(--accent);
}

.webcraftglobal-product-archive__count {
  margin: 0;
  color: var(--muted);
}

.webcraftglobal-product-archive__category-bar {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-top: 4px;
  margin: 0;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
}

.webcraftglobal-product-archive__category-bar::-webkit-scrollbar {
  display: none;
}

.webcraftglobal-product-archive__cat {
  position: relative;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.03);
  color: var(--text);
  white-space: nowrap;
}

.webcraftglobal-product-archive__cat span {
  padding: 2px 8px;
  border-radius: 999px;
  font-size: 0.74rem;
  background: rgba(255, 255, 255, 0.08);
}

.webcraftglobal-product-archive__cat.is-active,
.webcraftglobal-product-archive__cat:hover {
  border-color: var(--line-strong);
  background: linear-gradient(145deg, rgba(215, 179, 106, 0.2), rgba(255, 255, 255, 0.04));
}

.webcraftglobal-product-archive .product-grid.webcraftglobal-product-archive__grid {
  margin: 0;
  align-items: stretch;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.webcraftglobal-product-archive .product-card {
  min-height: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 18px;
  gap: 16px;
}

.webcraftglobal-product-archive .product-card__media img {
  aspect-ratio: 16 / 10;
  min-height: 210px;
}

.webcraftglobal-product-archive .product-card__content {
  flex: 1;
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  gap: 10px;
}

.webcraftglobal-product-archive .product-card__content > p {
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.webcraftglobal-product-archive .product-card__price {
  margin-top: 2px;
}

.products-section .product-card .button--ghost,
.webcraftglobal-product-archive .product-card .button--ghost {
  width: 100%;
  justify-content: center;
}

.webcraftglobal-product-archive .product-card__cats {
  margin: 0;
  font-size: 0.86rem;
}

.webcraftglobal-product-archive .webcraftglobal-product-archive__actions .woocommerce-ordering,
.webcraftglobal-product-archive__actions .orderby {
  margin: 0;
}

.webcraftglobal-product-archive .woocommerce-result-count,
.webcraftglobal-product-archive__actions .woocommerce-ordering {
  color: var(--muted);
}

.webcraftglobal-product-archive .woocommerce-ordering select {
  width: auto;
  min-width: 190px;
}

@media (min-width: 1091px) {
  .webcraftglobal-single-article__content-layout {
    grid-template-columns: minmax(0, 1fr) minmax(300px, 340px);
  }

  .webcraftglobal-single-article__toc-shell {
    position: sticky;
    top: 120px;
  }

  .webcraftglobal-single-article__toc--floating {
    position: relative;
  }
}

@media (max-width: 1080px) {
  .hero-section__grid,
  .site-footer__grid,
  .landing-grid,
  .post-grid,
  .product-grid,
  .woocommerce ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .webcraftglobal-product__layout,
  .webcraftglobal-product__hero,
  .webcraftglobal-related-products__grid,
  .webcraftglobal-product__hero-meta,
  .webcraftglobal-product__highlights,
  .webcraftglobal-product-features__grid,
  .webcraftglobal-product__main,
  .webcraftglobal-product__secondary {
    grid-template-columns: 1fr;
  }

  .webcraftglobal-product__hero {
    grid-template-areas:
      "intro"
      "gallery";
  }

  .webcraftglobal-product__gallery,
  .webcraftglobal-product__intro,
  .webcraftglobal-product__sidebar {
    order: initial;
  }

  .webcraftglobal-product__sidebar {
    position: static;
  }

  .webcraftglobal-product form.cart {
    align-items: stretch;
  }

  body.webcraftglobal-woocommerce .archive-hero {
    margin-top: 12px;
    padding: 16px;
  }

  .site-header__inner {
    grid-template-columns: auto auto auto;
  }

  .site-navigation {
    position: fixed;
    inset: 80px 16px auto;
    padding: 18px;
    width: min(420px, calc(100vw - 32px));
    max-height: calc(100vh - 110px);
    overflow: auto;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(7, 16, 29, 0.98);
    box-shadow: var(--shadow);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
  }

  .site-navigation.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .site-navigation ul,
  .menu-fallback {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .site-navigation li,
  .site-navigation a {
    width: 100%;
  }

  .site-navigation li.menu-item-has-children {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 44px;
    align-items: start;
    column-gap: 8px;
    row-gap: 0;
  }

  .site-navigation li.menu-item-has-children > a {
    grid-column: 1;
    grid-row: 1;
  }

  .site-navigation a {
    justify-content: flex-start;
    min-height: 50px;
    padding: 0 14px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
  }

  .site-navigation .menu-item-has-children > a::after {
    content: none;
  }

  .site-navigation__submenu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    grid-column: 2;
    grid-row: 1;
    justify-self: stretch;
    width: 44px;
    min-height: 50px;
    border: 1px solid rgba(242, 212, 154, 0.16);
    border-radius: 16px;
    background: linear-gradient(145deg, rgba(242, 212, 154, 0.08), rgba(255, 255, 255, 0.03));
    color: #f2d49a;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
    transition: transform 0.22s ease, background 0.22s ease, border-color 0.22s ease;
  }

  .site-navigation__submenu-toggle span {
    width: 10px;
    height: 10px;
    border-right: 1.5px solid currentColor;
    border-bottom: 1.5px solid currentColor;
    transform: rotate(45deg) translate(-1px, -1px);
    transition: transform 0.22s ease;
  }

  .site-navigation li.is-submenu-open > .site-navigation__submenu-toggle {
    background: linear-gradient(145deg, rgba(242, 212, 154, 0.14), rgba(255, 255, 255, 0.04));
    border-color: rgba(242, 212, 154, 0.28);
  }

  .site-navigation li.is-submenu-open > .site-navigation__submenu-toggle span {
    transform: rotate(225deg) translate(1px, 1px);
  }

  .site-navigation .sub-menu,
  .site-navigation .sub-menu .sub-menu {
    position: static;
    grid-column: 1 / -1;
    min-width: 100%;
    margin-top: 8px;
    padding: 10px;
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    transform: translateY(-4px);
    box-shadow: none;
    background: rgba(255, 255, 255, 0.03);
    transition: max-height 0.28s ease, opacity 0.22s ease, transform 0.22s ease, visibility 0.22s ease;
  }

  .site-navigation .sub-menu::before,
  .site-navigation .sub-menu .sub-menu::before {
    content: none;
  }

  .site-navigation .menu-item-has-children.is-mega-menu > .sub-menu,
  .site-navigation .menu-item-has-children.has-submenu-columns-2 > .sub-menu,
  .site-navigation .menu-item-has-children.has-submenu-columns-3 > .sub-menu,
  .site-navigation .menu-item-has-children.has-submenu-columns-4 > .sub-menu {
    grid-template-columns: 1fr;
    min-width: 100%;
  }

  .site-navigation li.is-submenu-open > .sub-menu,
  .site-navigation .sub-menu li.is-submenu-open > .sub-menu {
    max-height: 1000px;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .site-navigation .sub-menu a {
    min-height: 44px;
    padding: 10px 14px;
    font-size: 0.88rem;
    text-align: left;
  }

  .site-navigation .sub-menu .sub-menu {
    grid-column: 1 / -1;
    margin-right: 8px;
    border-style: dashed;
  }

  .menu-toggle {
    display: inline-block;
    justify-self: center;
  }

  .webcraftglobal-single-article__layout {
    gap: 18px;
  }

  .webcraftglobal-single-article__hero-card {
    grid-template-columns: minmax(220px, 1fr) minmax(0, 3fr);
    gap: 14px;
    padding: 14px;
  }

  .webcraftglobal-single-article__media {
    order: 0;
    max-width: 300px;
  }

  .webcraftglobal-contributor-banner {
    grid-template-columns: 1fr;
  }

  .webcraftglobal-contributor-banner__actions {
    align-self: auto;
  }

  .webcraftglobal-404__layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  :root {
    --shell: calc(100% - 24px);
    --shell-wide: calc(100% - 24px);
  }

  .hero-section__grid,
  .hero-section__features,
  .landing-grid,
  .post-grid,
  .product-grid,
  .webcraftglobal-related-products__grid,
  .site-footer__grid,
  .site-footer__bottom,
  .woocommerce ul.products,
  .hero-panel__stats,
  .webcraftglobal-product-features__grid,
  .webcraftglobal-product__hero,
  .webcraftglobal-product__main,
  .webcraftglobal-product__layout,
  .webcraftglobal-product__highlights,
  .webcraftglobal-product__hero-meta {
    grid-template-columns: 1fr;
  }

  .site-footer__nav ul,
  .footer-menu,
  .site-footer__nav .menu-fallback {
    grid-template-columns: 1fr;
  }

  .webcraftglobal-product-archive__toolbar-row {
    align-items: stretch;
  }

  .webcraftglobal-product-archive .product-grid.webcraftglobal-product-archive__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .webcraftglobal-single-article__layout {
    grid-template-columns: 1fr;
  }

  .webcraftglobal-single-article__hero-card {
    grid-template-columns: 1fr;
  }

  .webcraftglobal-single-article__media {
    max-width: 280px;
  }

  .webcraftglobal-author-box__header {
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 14px;
    align-items: start;
  }

  .webcraftglobal-author-box__avatar {
    width: 92px;
    border-radius: 22px;
  }

  .webcraftglobal-author-box__eyebrow {
    padding: 5px 10px;
    font-size: 0.74rem;
  }

  .webcraftglobal-author-box__name {
    margin: 8px 0 6px;
    font-size: 1.18rem;
  }

  .webcraftglobal-single-article__meta-row {
    align-items: flex-start;
    gap: 8px 12px;
    flex-wrap: wrap;
  }

  .webcraftglobal-single-article__meta-item {
    width: auto;
  }

  .webcraftglobal-single-article__comments .comment-form {
    grid-template-columns: 1fr;
    grid-template-areas: none;
    grid-template-rows: auto;
  }

  .webcraftglobal-single-article__comments .comment-form-comment,
  .webcraftglobal-single-article__comments .comment-notes,
  .webcraftglobal-single-article__comments .logged-in-as,
  .webcraftglobal-single-article__comments .webcraftglobal-comment-form__user,
  .webcraftglobal-single-article__comments .comment-form-author,
  .webcraftglobal-single-article__comments .comment-form-email,
  .webcraftglobal-single-article__comments .form-submit {
    grid-column: auto;
    grid-row: auto;
  }

  .site-announcement__inner {
    padding: 0 6px;
  }

  .site-announcement__panel {
    grid-template-columns: 1fr;
    align-items: flex-start;
    padding: 16px;
    border-radius: 22px;
  }

  .site-announcement__actions {
    width: 100%;
    align-items: stretch;
  }

  .site-announcement__title {
    font-size: 0.98rem;
  }

  .site-announcement__text {
    font-size: 0.8rem;
  }

  .site-announcement__meta {
    width: 100%;
    justify-content: center;
  }

  .site-announcement__button {
    width: 100%;
    justify-content: center;
  }

  .webcraftglobal-single-article__toc--floating {
    position: relative;
    top: auto;
  }

  .webcraftglobal-single-article__sidebar {
    position: fixed;
    inset-inline-end: 14px;
    bottom: 18px;
    z-index: 40;
    pointer-events: none;
  }

  .webcraftglobal-single-article__toc-shell {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
    pointer-events: auto;
    animation: webcraftglobalMobileTocFloat 3.6s ease-in-out infinite;
  }

  .webcraftglobal-single-article__toc-toggle {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 66px;
    height: 66px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    background:
      linear-gradient(160deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.04)),
      linear-gradient(135deg, rgba(36, 115, 255, 0.7), rgba(16, 23, 43, 0.92) 68%, rgba(242, 212, 154, 0.42));
    box-shadow:
      0 18px 34px rgba(7, 16, 29, 0.3),
      inset 0 1px 0 rgba(255, 255, 255, 0.18);
    color: #fff9eb;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    cursor: pointer;
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
  }

  .webcraftglobal-single-article__toc-toggle:hover,
  .webcraftglobal-single-article__toc-toggle:focus-visible {
    transform: translateY(-2px) scale(1.02);
    border-color: rgba(242, 212, 154, 0.4);
    box-shadow:
      0 22px 36px rgba(7, 16, 29, 0.34),
      inset 0 1px 0 rgba(255, 255, 255, 0.24);
    outline: none;
  }

  .webcraftglobal-single-article__toc-toggle-label {
    position: absolute;
    right: 50%;
    bottom: calc(100% + 8px);
    transform: translateX(50%);
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-size: 0.64rem;
    line-height: 1.4;
    letter-spacing: 0.14em;
    color: rgba(255, 249, 235, 0.82);
    text-shadow: 0 4px 10px rgba(7, 16, 29, 0.24);
    pointer-events: none;
  }

  .webcraftglobal-single-article__toc-toggle-icon,
  .webcraftglobal-single-article__toc-toggle-icon::before,
  .webcraftglobal-single-article__toc-toggle-icon::after {
    display: block;
    width: 24px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
    transition: transform 0.22s ease, opacity 0.22s ease;
  }

  .webcraftglobal-single-article__toc-toggle-icon {
    position: relative;
  }

  .webcraftglobal-single-article__toc-toggle-icon::before,
  .webcraftglobal-single-article__toc-toggle-icon::after {
    content: '';
    position: absolute;
    right: 0;
  }

  .webcraftglobal-single-article__toc-toggle-icon::before {
    transform: translateY(-7px);
  }

  .webcraftglobal-single-article__toc-toggle-icon::after {
    transform: translateY(7px);
  }

  .webcraftglobal-single-article__toc {
    position: absolute;
    inset-inline-end: 0;
    bottom: calc(100% + 14px);
    width: min(320px, calc(100vw - 28px));
    margin-top: 0;
    padding: 18px 16px 16px;
    border-radius: 24px;
    max-height: min(62vh, 460px);
    opacity: 0;
    visibility: hidden;
    transform: translateY(12px) scale(0.92);
    transform-origin: bottom right;
    pointer-events: none;
    transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s ease;
  }

  .webcraftglobal-single-article__toc-item {
    padding-right: 0;
  }

  .webcraftglobal-single-article__toc-list {
    gap: 8px;
    max-height: min(44vh, 300px);
    overflow-y: auto;
  }

  .webcraftglobal-single-article__toc-item a {
    min-height: 34px;
    padding-inline: 10px;
  }

  .webcraftglobal-single-article__toc-shell.is-open .webcraftglobal-single-article__toc {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
    pointer-events: auto;
  }

  .webcraftglobal-single-article__toc-shell.is-open .webcraftglobal-single-article__toc-toggle {
    transform: scale(0.94);
    border-color: rgba(242, 212, 154, 0.48);
  }

  .webcraftglobal-single-article__toc-shell.is-open {
    animation-play-state: paused;
  }

  .webcraftglobal-single-article__toc-shell.is-open .webcraftglobal-single-article__toc-toggle-icon {
    background: transparent;
  }

  .webcraftglobal-single-article__toc-shell.is-open .webcraftglobal-single-article__toc-toggle-icon::before {
    transform: rotate(45deg);
  }

  .webcraftglobal-single-article__toc-shell.is-open .webcraftglobal-single-article__toc-toggle-icon::after {
    transform: rotate(-45deg);
  }

  .webcraftglobal-single-article__meta-row {
    flex-wrap: wrap;
  }

  .webcraftglobal-author-box__footer {
    flex-wrap: nowrap;
    align-items: center;
  }

  .webcraftglobal-author-box__archive-link {
    width: auto;
    flex: 0 0 auto;
    padding-inline: 14px;
  }

  .webcraftglobal-author-box__socials {
    justify-content: center;
  }

  .webcraftglobal-contributor-banner {
    padding: 20px 18px;
    border-radius: 22px;
  }

  .webcraftglobal-post-navigation {
    grid-template-columns: 1fr;
  }

  .webcraftglobal-related-posts__grid {
    grid-template-columns: 1fr;
  }

  .webcraftglobal-contributor-banner__actions,
  .webcraftglobal-contributor-banner__button {
    width: 100%;
  }

  .webcraftglobal-404 {
    padding: 20px 18px;
    border-radius: 24px;
  }

  .webcraftglobal-404__search {
    grid-template-columns: 1fr;
  }

  .webcraftglobal-404__search button,
  .webcraftglobal-404__actions .button {
    width: 100%;
  }

  body.webcraftglobal-woocommerce .archive-hero {
    margin-top: 8px;
    padding: 14px 12px;
  }

  body.webcraftglobal-woocommerce .archive-hero h1 {
    font-size: 1.7rem;
  }

  .site-header__inner {
    display: flex;
    align-items: center;
    direction: ltr;
    justify-content: flex-start;
  }

  .site-branding {
    margin-inline-end: auto;
  }

  .site-header__actions {
    flex: 0 0 auto;
    order: 3;
    justify-content: flex-start;
    gap: 4px;
  }

  .theme-toggle,
  .header-search-toggle {
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
  }

  .menu-toggle {
    order: 4;
    margin: 0;
  }

  .section-shell--narrow {
    width: calc(100% - 24px);
  }

  .page .content-panel--page .entry-content .alignwide,
  .page .content-panel--page .entry-content .alignfull {
    margin-inline: -12px;
  }

  .single-post .webcraftglobal-single-article__content .entry-content,
  .page .content-panel--page .entry-content,
  .single-product .webcraftglobal-product .entry-content,
  .single-product .webcraftglobal-product .woocommerce-tabs .panel {
    overflow-x: hidden;
  }

  .single-post .webcraftglobal-single-article__content .entry-content iframe,
  .single-post .webcraftglobal-single-article__content .entry-content embed,
  .single-post .webcraftglobal-single-article__content .entry-content object,
  .page .content-panel--page .entry-content iframe,
  .page .content-panel--page .entry-content embed,
  .page .content-panel--page .entry-content object,
  .single-product .webcraftglobal-product .entry-content iframe,
  .single-product .webcraftglobal-product .entry-content embed,
  .single-product .webcraftglobal-product .entry-content object,
  .single-product .webcraftglobal-product .woocommerce-tabs .panel iframe,
  .single-product .webcraftglobal-product .woocommerce-tabs .panel embed,
  .single-product .webcraftglobal-product .woocommerce-tabs .panel object {
    width: 100% !important;
    max-width: 100% !important;
    height: auto;
  }

  .single-post .webcraftglobal-single-article__content .entry-content table {
    display: table;
    width: 100% !important;
    min-width: 100% !important;
    table-layout: fixed;
    white-space: normal;
  }

  .single-post .webcraftglobal-single-article__content .entry-content .webcraftglobal-legacy-table-wrap,
  .single-post .webcraftglobal-single-article__content .entry-content .wp-block-table {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    border-radius: 18px;
  }

  .single-post .webcraftglobal-single-article__content .entry-content table th,
  .single-post .webcraftglobal-single-article__content .entry-content table td {
    min-width: 0;
    padding: 12px 13px;
    font-size: 0.92rem;
    line-height: 1.75;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .single-product .webcraftglobal-product .entry-content table,
  .single-product .webcraftglobal-product .woocommerce-tabs .panel table {
    display: table;
    width: max-content;
    min-width: 100% !important;
    white-space: normal;
  }

  .single-post .webcraftglobal-single-article__content .entry-content figure,
  .single-post .webcraftglobal-single-article__content .entry-content .wp-block-image,
  .single-post .webcraftglobal-single-article__content .entry-content .wp-block-table,
  .single-product .webcraftglobal-product .entry-content figure,
  .single-product .webcraftglobal-product .entry-content .wp-block-image,
  .single-product .webcraftglobal-product .entry-content .wp-block-table,
  .single-product .webcraftglobal-product .woocommerce-tabs .panel figure,
  .single-product .webcraftglobal-product .woocommerce-tabs .panel .wp-block-image,
  .single-product .webcraftglobal-product .woocommerce-tabs .panel .wp-block-table {
    width: 100% !important;
    max-width: 100% !important;
    margin-inline: auto !important;
  }

  .single-post .webcraftglobal-single-article__content .entry-content .wp-block-table,
  .single-post .webcraftglobal-single-article__content .entry-content .webcraftglobal-legacy-table-wrap,
  .single-product .webcraftglobal-product .entry-content .wp-block-table,
  .single-product .webcraftglobal-product .entry-content .webcraftglobal-legacy-table-wrap,
  .single-product .webcraftglobal-product .woocommerce-tabs .panel .wp-block-table,
  .single-product .webcraftglobal-product .woocommerce-tabs .panel .webcraftglobal-legacy-table-wrap {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .single-post .webcraftglobal-single-article__content .entry-content .alignleft,
  .single-post .webcraftglobal-single-article__content .entry-content .alignright,
  .page .content-panel--page .entry-content .alignleft,
  .page .content-panel--page .entry-content .alignright,
  .single-product .webcraftglobal-product .entry-content .alignleft,
  .single-product .webcraftglobal-product .entry-content .alignright,
  .single-product .webcraftglobal-product .woocommerce-tabs .panel .alignleft,
  .single-product .webcraftglobal-product .woocommerce-tabs .panel .alignright {
    float: none !important;
    display: block;
    margin-inline: auto !important;
  }

  .single-post .webcraftglobal-single-article__content .entry-content [style*="width:"],
  .page .content-panel--page .entry-content [style*="width:"],
  .single-product .webcraftglobal-product .entry-content [style*="width:"],
  .single-product .webcraftglobal-product .woocommerce-tabs .panel [style*="width:"] {
    max-width: 100% !important;
  }

  .single-post .webcraftglobal-single-article__content-layout {
    padding-bottom: 96px;
  }

  .webcraftglobal-single-article__toc-toggle-label {
    display: none;
  }

  .webcraftglobal-code-block__header {
    flex-wrap: wrap;
  }

  .webcraftglobal-code-block__copy {
    width: 100%;
    margin-inline-start: 0;
  }

  .webcraftglobal-code-block__line {
    grid-template-columns: 48px minmax(0, 1fr);
    padding: 0 10px;
  }

  .webcraftglobal-code-block__line::before {
    padding-inline-end: 10px;
  }

  .webcraftglobal-code-block__line-text {
    padding-inline-start: 10px;
    font-size: 0.84rem;
  }

  .header-account {
    min-height: 40px;
    padding-inline: 12px;
    font-size: 0.92rem;
  }

  .site-search-overlay {
    padding: 16px;
  }

  .site-search-overlay__dialog {
    border-radius: 24px;
  }

  .site-search-overlay__form {
    grid-template-columns: 1fr;
  }

  .site-search-overlay__submit {
    width: 100%;
  }

  .site-app-install-banner {
    inset-inline: 10px;
    bottom: calc(env(safe-area-inset-bottom, 0px) + 10px);
    padding: 16px 14px 14px;
    border-radius: 22px;
  }

  .site-app-install-banner__brand {
    gap: 12px;
    align-items: start;
  }

  .site-app-install-banner__logo {
    width: 52px;
    height: 52px;
    border-radius: 16px;
  }

  .site-app-install-banner__title {
    font-size: 0.94rem;
  }

  .site-app-install-banner__text,
  .site-app-install-banner__guide-text {
    font-size: 0.8rem;
  }

  .hero-section {
    padding-top: 40px;
  }

  .webcraftglobal-image-lightbox {
    padding: 18px;
  }

  .webcraftglobal-image-lightbox__image {
    max-height: 84vh;
    border-radius: 18px;
  }

  .webcraftglobal-image-lightbox__close {
    top: 10px;
    inset-inline-end: 10px;
    width: 42px;
    height: 42px;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .single-post .webcraftglobal-single-article__content .kk-star-ratings {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .single-post .webcraftglobal-single-article__content .kk-star-ratings .kksr-stars,
  .single-post .webcraftglobal-single-article__content .kk-star-ratings .kksr-legend {
    width: 100%;
    text-align: center;
  }

  .site-main--product {
    padding-top: 20px;
  }

  .archive-hero,
  .hero-section__content,
  .hero-panel__frame,
  .site-footer__intro,
  .site-footer__nav,
  .site-footer__card,
  .content-panel,
  .lux-card {
    border-radius: 24px;
  }

  .archive-hero,
  .site-footer__bottom {
    margin-top: 18px;
  }

  .webcraftglobal-product__meta-item {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .webcraftglobal-product .product_title {
    max-width: none;
    font-size: clamp(1.8rem, 8vw, 2.35rem);
    line-height: 1.24;
  }

  .webcraftglobal-product__hero {
    gap: 16px;
    padding: 14px;
    border-radius: 24px;
  }

  .webcraftglobal-product__intro-frame,
  .webcraftglobal-product__details,
  .webcraftglobal-product__sidebar-card {
    padding: 18px;
    border-radius: 20px;
  }

  .webcraftglobal-product__headline {
    gap: 14px;
  }

  .webcraftglobal-product__headline-row {
    display: grid;
    grid-template-columns: 1fr;
    align-items: stretch;
    gap: 12px;
  }

  .webcraftglobal-product__headline-rating .woocommerce-product-rating,
  .webcraftglobal-product__headline-price,
  .webcraftglobal-product__purchase-status,
  .webcraftglobal-product__purchase-cart {
    width: 100%;
    justify-content: space-between;
  }

  .webcraftglobal-product__headline-rating .woocommerce-product-rating,
  .webcraftglobal-product__headline-price {
    min-height: 54px;
    padding-inline: 18px;
  }

  .webcraftglobal-product__purchase-cart form.cart {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    align-items: stretch;
  }

  .webcraftglobal-product__purchase-cart .quantity,
  .webcraftglobal-product__purchase-cart .quantity .qty,
  .webcraftglobal-product form.cart .single_add_to_cart_button {
    width: 100%;
    max-width: none;
    min-width: 0;
  }

  .webcraftglobal-product__gallery .woocommerce-product-gallery {
    padding: 10px;
    border-radius: 20px;
  }

  .webcraftglobal-product__gallery .woocommerce-product-gallery__wrapper {
    border-radius: 16px;
  }

  .webcraftglobal-product__gallery .woocommerce-product-gallery__image img {
    min-height: min(360px, 46vh);
    aspect-ratio: 4 / 3.6;
  }

  .webcraftglobal-product__hero-meta,
  .webcraftglobal-product__highlights,
  .webcraftglobal-product-features__grid {
    grid-template-columns: 1fr;
  }

  .webcraftglobal-product-rating-summary__hero,
  .webcraftglobal-product-rating-summary__stats,
  .webcraftglobal-product-rating-summary__bar-row {
    grid-template-columns: 1fr;
  }

  .webcraftglobal-product-rating-summary__bar-row {
    gap: 8px;
  }

  .woocommerce #reviews #comments ol.commentlist li .comment_container {
    grid-template-columns: 1fr;
  }

  .woocommerce #reviews #comments ol.commentlist li img.avatar {
    width: 56px !important;
    height: 56px !important;
  }

  .webcraftglobal-cart-table,
  .webcraftglobal-cart-table tbody,
  .webcraftglobal-cart-table tr,
  .webcraftglobal-cart-table td {
    display: block;
    width: 100%;
  }

  .webcraftglobal-cart-table thead {
    display: none;
  }

  .webcraftglobal-cart-table .woocommerce-cart-form__cart-item {
    padding: 14px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .webcraftglobal-cart-table .product-remove,
  .webcraftglobal-cart-table .product-price,
  .webcraftglobal-cart-table .product-name {
    width: 100%;
    text-align: left;
  }

  .webcraftglobal-cart-table .product-remove {
    margin-bottom: 10px;
  }

  .webcraftglobal-cart-table .product-price {
    margin-top: 10px;
    white-space: normal;
  }

  .webcraftglobal-cart-table td.actions .coupon {
    flex-direction: column;
    align-items: stretch;
  }

  .webcraftglobal-cart-table td.actions .coupon .button,
  .webcraftglobal-cart-table td.actions .coupon .input-text,
  .woocommerce-cart .wc-proceed-to-checkout .checkout-button.button {
    width: 100%;
  }

  .webcraftglobal-checkout-auth,
  .webcraftglobal-checkout-grid {
    grid-template-columns: 1fr;
  }

  body.woocommerce-checkout .section-shell--narrow {
    width: calc(100% - 24px);
  }

  .webcraftglobal-checkout-auth {
    padding: 18px;
  }

  .webcraftglobal-checkout-card,
  .woocommerce-checkout #payment {
    padding: 18px;
  }

  body.woocommerce-checkout .wc-block-checkout {
    grid-template-columns: 1fr;
  }

  body.woocommerce-checkout .wc-block-components-checkout-step,
  body.woocommerce-checkout .wc-block-components-sidebar,
  body.woocommerce-checkout .wc-block-components-order-summary {
    padding: 18px;
  }

  body.woocommerce-checkout .wc-block-components-checkout-place-order-button,
  body.woocommerce-checkout .wc-block-components-button:not(.is-link),
  body.woocommerce-checkout .wc-block-components-form .wc-block-components-button {
    width: 100%;
  }

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

  .webcraftglobal-checkout-coupon-form .form-row-last,
  .webcraftglobal-checkout-coupon-form .button {
    width: 100%;
  }

  .woocommerce-checkout .form-row-first,
  .woocommerce-checkout .form-row-last {
    width: 100%;
    float: none;
  }

  .woocommerce-checkout #payment #place_order,
  .webcraftglobal-checkout-auth__button {
    width: 100%;
  }

  .woocommerce div.product .woocommerce-tabs ul.tabs {
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 8px;
    margin-bottom: 18px;
    padding-bottom: 4px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .woocommerce div.product .woocommerce-tabs ul.tabs::-webkit-scrollbar {
    display: none;
  }

  .woocommerce div.product .woocommerce-tabs ul.tabs li {
    flex: 0 0 auto;
  }

  .woocommerce div.product .woocommerce-tabs ul.tabs li a {
    padding: 12px 18px;
    font-size: 0.88rem;
    min-height: 48px;
    min-width: 144px;
  }

  .webcraftglobal-product-archive__toolbar-row {
    display: grid;
    gap: 12px;
  }

  .webcraftglobal-product-archive .product-grid.webcraftglobal-product-archive__grid,
  .webcraftglobal-product-archive__toolbar {
    border-radius: 22px;
  }

  .webcraftglobal-product-archive .product-grid.webcraftglobal-product-archive__grid {
    grid-template-columns: 1fr;
  }

  .webcraftglobal-product__gallery .flex-control-thumbs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .site-footer__bottom {
    text-align: center;
  }
}

@media (min-width: 1025px) {
  .site-app-install-banner {
    display: none !important;
  }
}

.ofs-service-archive,
.ofs-service-single {
  padding: 0 0 88px;
}

.ofs-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 18px 0 18px;
  color: var(--muted);
  font-size: 0.84rem;
}

.webcraftglobal-post-breadcrumbs {
  margin: 6px 0 10px;
  padding-inline: 14px;
}

.ofs-breadcrumbs a,
.ofs-breadcrumbs span {
  display: inline-flex;
  align-items: center;
}

.ofs-breadcrumbs a:hover {
  color: var(--accent);
}

.ofs-breadcrumbs__sep {
  opacity: 0.55;
}

.ofs-service-archive__toolbar,
.ofs-service-single__hero,
.ofs-service-single__items,
.ofs-service-single__sidebar-card,
.ofs-service-card,
.ofs-service-archive__empty,
.ofs-service-single__empty {
  background: linear-gradient(180deg, rgba(17, 35, 61, 0.92), rgba(9, 20, 35, 0.9));
  border: 1px solid var(--line);
  border-radius: 28px;
  box-shadow: var(--shadow);
}

.ofs-service-archive__toolbar {
  position: relative;
  padding: 28px;
  margin-bottom: 30px;
  overflow: hidden;
}

.ofs-service-archive__toolbar-row,
.ofs-service-single__section-head {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: flex-start;
}

.ofs-service-archive__toolbar-row > :first-child {
  flex: 1 1 540px;
  position: relative;
  z-index: 1;
}

.ofs-service-archive__motion-lines {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.ofs-service-archive__motion-lines::before {
  content: "";
  position: absolute;
  inset: auto 0 0 auto;
  width: min(54%, 560px);
  height: 100%;
  background: linear-gradient(270deg, rgba(8, 17, 31, 0), rgba(8, 17, 31, 0.08) 24%, rgba(8, 17, 31, 0) 100%);
  opacity: 0.9;
}

.ofs-service-archive__motion-lines::after {
  content: "";
  position: absolute;
  inset: 0 -12%;
  background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.08) 48%, transparent 100%);
  transform: translateX(-120%);
  animation: ofsServiceArchiveSheen 7.5s linear infinite;
}

.ofs-service-archive__motion-band {
  position: absolute;
  display: block;
  height: 24px;
  border-radius: 999px;
  transform: rotate(-19deg);
  transform-origin: center;
  opacity: 0.9;
  filter: saturate(115%);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.04), 0 18px 40px rgba(0, 0, 0, 0.16);
}

.ofs-service-archive__motion-band--one {
  top: 6px;
  right: -70px;
  width: min(44vw, 420px);
  background: linear-gradient(90deg, rgba(0, 204, 153, 0), rgba(0, 204, 153, 0.82), rgba(142, 240, 213, 0.18));
  animation: ofsServiceArchiveBandOne 9s ease-in-out infinite;
}

.ofs-service-archive__motion-band--two {
  top: 56px;
  right: -12px;
  width: min(38vw, 360px);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(215, 179, 106, 0.78), rgba(255, 244, 212, 0.14));
  animation: ofsServiceArchiveBandTwo 8s ease-in-out infinite;
}

.ofs-service-archive__motion-band--three {
  top: 118px;
  right: -88px;
  width: min(52vw, 520px);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(137, 186, 255, 0.7), rgba(137, 186, 255, 0.12));
  animation: ofsServiceArchiveBandThree 10s ease-in-out infinite;
}

.ofs-service-archive__motion-band--four {
  top: 174px;
  right: 18px;
  width: min(30vw, 280px);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.55), rgba(255, 255, 255, 0.08));
  animation: ofsServiceArchiveBandFour 7s ease-in-out infinite;
}

.ofs-service-single__section-head {
  margin-bottom: 20px;
}

.ofs-service-archive__eyebrow,
.ofs-service-single__eyebrow,
.ofs-service-single__section-eyebrow {
  margin: 0 0 12px;
  color: var(--accent);
  font-size: 0.82rem;
  letter-spacing: 0.08em;
}

.ofs-service-archive__title,
.ofs-service-single__title,
.ofs-service-single__section-title {
  margin: 0;
  font-size: clamp(1.5rem, 2.2vw, 2.15rem);
  line-height: 1.25;
}

.ofs-service-archive__desc,
.ofs-service-single__summary {
  color: var(--muted);
  max-width: 760px;
}

.ofs-service-single__summary {
  margin-top: 18px;
}

.ofs-service-archive__meta,
.ofs-service-single__meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.ofs-service-archive__meta span,
.ofs-service-single__meta-row span,
.ofs-service-card__badge,
.ofs-service-card__status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.88rem;
}

.ofs-service-archive__category-bar,
.ofs-service-single__category-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
  position: relative;
  z-index: 1;
}

.ofs-service-archive__cat,
.ofs-service-single__category-links a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  border-radius: 18px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.04);
  transition: transform 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}

.ofs-service-archive__cat span,
.ofs-service-single__category-links small {
  color: var(--accent);
}

.ofs-service-archive__cat:hover,
.ofs-service-single__category-links a:hover,
.ofs-service-archive__cat.is-active,
.ofs-service-single__category-links a.is-active {
  transform: translateY(-2px);
  border-color: var(--line-strong);
  color: var(--text);
}

.ofs-service-archive__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.ofs-service-archive__description {
  margin-top: 30px;
}

.ofs-service-archive__description-inner {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(17, 35, 61, 0.92), rgba(9, 20, 35, 0.9));
  box-shadow: var(--shadow);
}

.ofs-service-archive__description-body {
  color: var(--muted);
  line-height: 2;
}

.ofs-service-archive__description-body,
.ofs-service-archive__description-body p,
.ofs-service-archive__description-body li,
.ofs-service-archive__description-body a,
.ofs-service-archive__description-body span {
  color: rgba(247, 243, 234, 0.96);
  font-weight: 200;
  font-size: 18px;
}

.ofs-service-archive__description-body p,
.ofs-service-archive__description-body li {
  line-height: 2.05;
}

.ofs-service-archive__description-body ul,
.ofs-service-archive__description-body ol {
  padding-inline-start: 1.4rem;
}

.ofs-service-archive__description-body h2,
.ofs-service-archive__description-body h3,
.ofs-service-archive__description-body h4,
.ofs-service-archive__description-body h5,
.ofs-service-archive__description-body h6 {
  margin: 1.8em 0 0.7em;
  color: var(--text);
  font-weight: 700;
  line-height: 1.45;
}

.ofs-service-archive__description-body h2 {
  font-size: clamp(1.45rem, 2vw, 2rem);
}

.ofs-service-archive__description-body h3 {
  font-size: clamp(1.25rem, 1.7vw, 1.6rem);
}

.ofs-service-archive__description-body h4 {
  font-size: 1.2rem;
}

.ofs-service-archive__description-body > :first-child {
  margin-top: 0;
}

.ofs-service-archive__description-body > :last-child {
  margin-bottom: 0;
}

.ofs-service-card {
  padding: 26px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.ofs-service-card__head,
.ofs-service-card__stats,
.ofs-service-single__item,
.ofs-service-single__facts li {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: flex-start;
}

.ofs-service-card__title {
  margin: 0;
  font-size: 1.35rem;
}

.ofs-service-card__title a:hover {
  color: var(--accent);
}

.ofs-service-card__summary,
.ofs-service-single__item p {
  margin: 0;
  color: var(--muted);
}

.ofs-service-card__stats {
  padding: 18px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.ofs-service-card__stats strong,
.ofs-service-single__item-side strong,
.ofs-service-single__facts strong {
  display: block;
  font-size: 1.1rem;
  color: var(--text);
}

.ofs-service-card__stats span,
.ofs-service-single__item-side span,
.ofs-service-single__item-side small,
.ofs-service-single__facts span {
  color: var(--muted);
}

.ofs-service-card__link,
.ofs-service-single__cta {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 16px;
  border: 1px solid rgba(215, 179, 106, 0.3);
  background: linear-gradient(135deg, rgba(215, 179, 106, 0.18), rgba(255, 255, 255, 0.04));
  color: var(--text);
}

.ofs-service-single__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.8fr) minmax(290px, 0.9fr);
  gap: 24px;
}

.ofs-service-single__hero,
.ofs-service-single__items,
.ofs-service-single__sidebar-card {
  padding: 28px;
}

.ofs-service-single__sidebar-card {
  position: relative;
  overflow: hidden;
}

.ofs-service-single__sidebar > .ofs-service-single__sidebar-card + .ofs-service-single__sidebar-card {
  margin-top: 18px;
}

.ofs-service-single__item-list {
  display: grid;
  gap: 12px;
}

.ofs-service-single__item {
  padding: 18px 20px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
}

.ofs-service-single__item:first-child {
  padding-top: 18px;
}

.ofs-service-single__item h3 {
  margin: 0 0 6px;
  font-size: 1rem;
}

.ofs-service-single__item-main {
  flex: 1 1 auto;
}

.ofs-service-single__item-side {
  min-width: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
  text-align: left;
}

.ofs-service-single__item-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 36px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.05);
  color: var(--muted);
  font-size: 0.82rem;
}

.ofs-service-single__item-chip--price {
  color: var(--text);
  border-color: rgba(215, 179, 106, 0.28);
  background: linear-gradient(135deg, rgba(215, 179, 106, 0.14), rgba(255, 255, 255, 0.05));
}

.ofs-service-single__item-chip strong {
  display: inline;
  font-size: 0.96rem;
  color: currentColor;
}

.ofs-service-single__item-chip em {
  font-style: normal;
  color: var(--muted);
}

.ofs-service-single__sidebar-card--glow {
  background:
    radial-gradient(circle at top right, rgba(215, 179, 106, 0.22), transparent 36%),
    radial-gradient(circle at bottom left, rgba(54, 99, 235, 0.18), transparent 30%),
    linear-gradient(180deg, rgba(16, 31, 53, 0.98), rgba(8, 17, 30, 0.98));
  border-color: rgba(215, 179, 106, 0.22);
  box-shadow:
    0 22px 52px rgba(0, 0, 0, 0.28),
    0 0 34px rgba(215, 179, 106, 0.08);
}

.ofs-service-single__sidebar-eyebrow {
  margin: 0 0 10px;
  color: var(--accent);
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ofs-service-single__sidebar-copy {
  margin: 0 0 18px;
  color: var(--muted);
}

.ofs-service-single__cta--glow {
  width: 100%;
  justify-content: center;
  box-shadow: 0 0 26px rgba(215, 179, 106, 0.16);
}

.ofs-service-single__cta--order {
  width: 100%;
  border: 1px solid rgba(74, 201, 126, 0.36);
  background: linear-gradient(135deg, rgba(34, 156, 87, 0.92), rgba(76, 201, 126, 0.86));
  color: #f6fff9;
  box-shadow:
    0 18px 36px rgba(34, 156, 87, 0.24),
    0 0 24px rgba(76, 201, 126, 0.2);
}

.ofs-service-single__cta--order:hover {
  color: #ffffff;
  transform: translateY(-1px);
  box-shadow:
    0 22px 42px rgba(34, 156, 87, 0.3),
    0 0 30px rgba(76, 201, 126, 0.24);
}

.ofs-service-single__sidebar-card--glow-alt {
  background:
    radial-gradient(circle at top left, rgba(86, 132, 255, 0.22), transparent 34%),
    radial-gradient(circle at bottom right, rgba(215, 179, 106, 0.14), transparent 30%),
    linear-gradient(180deg, rgba(12, 26, 45, 0.98), rgba(8, 18, 31, 0.98));
  border-color: rgba(86, 132, 255, 0.2);
  box-shadow:
    0 20px 48px rgba(0, 0, 0, 0.24),
    0 0 28px rgba(86, 132, 255, 0.1);
}

.ofs-service-single__facts {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
  display: grid;
  gap: 14px;
}

.ofs-service-archive__empty,
.ofs-service-single__empty {
  padding: 28px;
  text-align: center;
  color: var(--muted);
}

html.theme-light .ofs-service-archive__toolbar,
html.theme-light .ofs-service-single__hero,
html.theme-light .ofs-service-single__items,
html.theme-light .ofs-service-single__sidebar-card,
html.theme-light .ofs-service-card,
html.theme-light .ofs-service-archive__empty,
html.theme-light .ofs-service-single__empty {
  background: linear-gradient(180deg, rgba(255, 250, 242, 0.96), rgba(245, 238, 226, 0.96));
}

html.theme-light .ofs-service-archive__description-inner {
  background: linear-gradient(180deg, rgba(255, 250, 242, 0.96), rgba(245, 238, 226, 0.96));
}

html.theme-light .ofs-service-archive__description-body,
html.theme-light .ofs-service-archive__description-body p,
html.theme-light .ofs-service-archive__description-body li,
html.theme-light .ofs-service-archive__description-body a,
html.theme-light .ofs-service-archive__description-body span {
  color: #22252a;
  font-weight: 200;
  font-size: 18px;
}

html.theme-light .ofs-service-archive__description-body h2,
html.theme-light .ofs-service-archive__description-body h3,
html.theme-light .ofs-service-archive__description-body h4,
html.theme-light .ofs-service-archive__description-body h5,
html.theme-light .ofs-service-archive__description-body h6 {
  color: #17203f;
}

html.theme-light .ofs-service-archive__meta span,
html.theme-light .ofs-service-single__meta-row span,
html.theme-light .ofs-service-card__badge,
html.theme-light .ofs-service-card__status,
html.theme-light .ofs-service-archive__cat,
html.theme-light .ofs-service-single__category-links a {
  background: rgba(255, 255, 255, 0.72);
}

html.theme-light .ofs-service-archive__motion-lines {
  opacity: 0.92;
}

html.theme-light .ofs-service-archive__motion-lines::before {
  background: linear-gradient(270deg, rgba(255, 255, 255, 0), rgba(8, 17, 31, 0.04) 24%, rgba(255, 255, 255, 0) 100%);
}

html.theme-light .ofs-service-single__item {
  background: rgba(255, 255, 255, 0.62);
}

html.theme-light .ofs-service-single__item-chip {
  background: rgba(255, 255, 255, 0.8);
}

html.theme-light .ofs-breadcrumbs {
  color: var(--muted);
}

@media (max-width: 782px) {
  .webcraftglobal-post-breadcrumbs {
    margin: 4px 0 8px;
    padding-inline: 8px;
  }
}

html.theme-light .ofs-service-single__sidebar-card--glow {
  background:
    radial-gradient(circle at top right, rgba(184, 136, 39, 0.16), transparent 36%),
    radial-gradient(circle at bottom left, rgba(48, 79, 185, 0.14), transparent 30%),
    linear-gradient(180deg, rgba(255, 250, 242, 0.98), rgba(244, 236, 224, 0.98));
  border-color: rgba(184, 136, 39, 0.18);
  box-shadow:
    0 18px 42px rgba(20, 23, 29, 0.08),
    0 0 28px rgba(184, 136, 39, 0.08);
}

html.theme-light .ofs-service-single__sidebar-card--glow-alt {
  background:
    radial-gradient(circle at top left, rgba(76, 110, 214, 0.16), transparent 34%),
    radial-gradient(circle at bottom right, rgba(184, 136, 39, 0.12), transparent 30%),
    linear-gradient(180deg, rgba(252, 248, 241, 0.98), rgba(243, 236, 225, 0.98));
  border-color: rgba(76, 110, 214, 0.16);
  box-shadow:
    0 18px 42px rgba(20, 23, 29, 0.08),
    0 0 28px rgba(76, 110, 214, 0.08);
}

html.theme-light .ofs-service-single__cta--order {
  border-color: rgba(28, 140, 76, 0.28);
  background: linear-gradient(135deg, rgba(39, 166, 94, 0.96), rgba(102, 214, 144, 0.94));
  color: #f8fff9;
  box-shadow:
    0 16px 32px rgba(39, 166, 94, 0.18),
    0 0 24px rgba(102, 214, 144, 0.16);
}

@media (max-width: 1024px) {
  .ofs-service-archive__grid,
  .ofs-service-single__layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .ofs-service-archive,
  .ofs-service-single {
    padding: 0 0 64px;
  }

  .ofs-service-archive__toolbar,
  .ofs-service-card,
  .ofs-service-single__hero,
  .ofs-service-single__items,
  .ofs-service-single__sidebar-card,
  .ofs-service-archive__description-inner {
    padding: 20px;
    border-radius: 22px;
  }

  .ofs-service-archive__toolbar-row,
  .ofs-service-single__section-head,
  .ofs-service-card__head,
  .ofs-service-card__stats,
  .ofs-service-single__item,
  .ofs-service-single__facts li {
    flex-direction: column;
  }

  .ofs-service-archive__toolbar {
    padding-top: 18px;
    padding-bottom: 18px;
    min-height: 0;
  }

  .ofs-service-archive__category-bar {
    margin-top: 16px;
    gap: 10px;
  }

  .ofs-service-archive__cat {
    padding: 10px 14px;
    border-radius: 16px;
    gap: 8px;
    font-size: 0.9rem;
  }

  .ofs-service-archive__motion-lines::before {
    width: 100%;
  }

  .ofs-service-archive__motion-band--one {
    top: 16px;
    right: -90px;
    width: 250px;
  }

  .ofs-service-archive__motion-band--two {
    top: 56px;
    right: -32px;
    width: 210px;
  }

  .ofs-service-archive__motion-band--three {
    top: 92px;
    right: -120px;
    width: 280px;
  }

  .ofs-service-archive__motion-band--four {
    top: 128px;
    right: -18px;
    width: 170px;
  }

  .ofs-service-archive__motion-band--three,
  .ofs-service-archive__motion-band--four {
    opacity: 0.4;
  }

  .ofs-service-single__item-side {
    min-width: 0;
    justify-content: flex-start;
    text-align: left;
  }
}

@keyframes ofsServiceArchiveSheen {
  0% {
    transform: translateX(-120%);
  }
  100% {
    transform: translateX(160%);
  }
}

@keyframes ofsServiceArchiveBandOne {
  0%,
  100% {
    transform: rotate(-19deg) translate3d(0, 0, 0);
    opacity: 0.72;
  }
  50% {
    transform: rotate(-19deg) translate3d(-18px, 6px, 0);
    opacity: 1;
  }
}

@keyframes ofsServiceArchiveBandTwo {
  0%,
  100% {
    transform: rotate(-19deg) translate3d(0, 0, 0);
    opacity: 0.58;
  }
  50% {
    transform: rotate(-19deg) translate3d(-12px, -8px, 0);
    opacity: 0.9;
  }
}

@keyframes ofsServiceArchiveBandThree {
  0%,
  100% {
    transform: rotate(-19deg) translate3d(0, 0, 0);
    opacity: 0.48;
  }
  50% {
    transform: rotate(-19deg) translate3d(-24px, 10px, 0);
    opacity: 0.86;
  }
}

@keyframes ofsServiceArchiveBandFour {
  0%,
  100% {
    transform: rotate(-19deg) translate3d(0, 0, 0);
    opacity: 0.34;
  }
  50% {
    transform: rotate(-19deg) translate3d(-10px, -6px, 0);
    opacity: 0.7;
  }
}

.trust-badges {
  display: flex;
  align-items: center;
  gap: 12px; 
  justify-content: center; 
}

.trust-badge-link {

  display: flex;
  align-items: center;
}

.trust-badge-image,
#zarinpal-trust img { 
  max-width: 100px !important; 
  height: auto !important; 
  width: auto !important; 
  max-height: 60px !important; 
}
.trust-badge-image,
#zarinpal-trust img {
  max-width: 80px !important;
  max-height: 80px !important;
  width: 80px !important;
  height: 80px !important;
  object-fit: contain;
}

/* Post templates placeholders */
.webcraftglobal-post-template-placeholder {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(249, 246, 238, 0.98) 100%);
	border: 1px solid rgba(148, 116, 44, 0.16);
	border-radius: 36px;
	box-shadow: 0 28px 80px rgba(15, 23, 42, 0.08);
	overflow: hidden;
}

.webcraftglobal-post-template-placeholder__hero {
	background: linear-gradient(135deg, #0f172a 0%, #1e293b 55%, #3f2f15 100%);
	color: #f8fafc;
	padding: 40px;
}

.webcraftglobal-post-template-placeholder__eyebrow {
	color: #d4af37;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.04em;
	margin-bottom: 16px;
}

.webcraftglobal-post-template-placeholder__title {
	color: inherit;
	font-size: clamp(30px, 5vw, 48px);
	margin: 0 0 12px;
}

.webcraftglobal-post-template-placeholder__text {
	color: rgba(248, 250, 252, 0.82);
	font-size: 16px;
	line-height: 1.9;
	margin: 0;
	max-width: 820px;
}

.webcraftglobal-post-template-placeholder__panel {
	padding: 32px 40px 40px;
}

.webcraftglobal-post-template-placeholder__panel h2 {
	font-size: 22px;
	margin: 0 0 18px;
}

.webcraftglobal-post-template-placeholder__list {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	list-style: none;
	margin: 0 0 28px;
	padding: 0;
}

.webcraftglobal-post-template-placeholder__list li {
	background: #fff;
	border: 1px solid rgba(148, 116, 44, 0.16);
	border-radius: 18px;
	padding: 16px 18px;
	position: relative;
}

.webcraftglobal-post-template-placeholder__list li::before {
	color: #b38728;
	content: "•";
	font-size: 22px;
	margin-left: 8px;
}

.webcraftglobal-post-template-placeholder__content {
	border-top: 1px solid rgba(148, 116, 44, 0.16);
	padding-top: 24px;
}

@media (max-width: 782px) {
	.webcraftglobal-post-template-placeholder__hero,
	.webcraftglobal-post-template-placeholder__panel {
		padding: 24px;
	}

	.webcraftglobal-post-template-placeholder__list {
		grid-template-columns: 1fr;
	}
}

/* Video post template */
.site-main--video-template {
	padding-bottom: 48px;
}

.webcraftglobal-video-article {
	position: relative;
}

.webcraftglobal-video-hero {
	background:
		radial-gradient(circle at top right, rgba(212, 175, 55, 0.22), transparent 30%),
		radial-gradient(circle at top left, rgba(99, 102, 241, 0.18), transparent 24%),
		linear-gradient(180deg, #07111f 0%, #101b2d 58%, #0b1422 100%);
	color: #f8fafc;
	overflow: hidden;
	padding: 44px 0 28px;
	position: relative;
}

.webcraftglobal-video-hero::before {
	background-image: var(--webcraftglobal-video-hero-image);
	background-position: center;
	background-size: cover;
	content: "";
	inset: 0;
	opacity: 0.09;
	position: absolute;
}

.webcraftglobal-video-hero::after {
	background: linear-gradient(180deg, rgba(7, 17, 31, 0.2) 0%, rgba(7, 17, 31, 0.9) 100%);
	content: "";
	inset: 0;
	position: absolute;
}

.webcraftglobal-video-hero__inner {
	display: grid;
	gap: 28px;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	position: relative;
	z-index: 1;
}

.webcraftglobal-video-hero__copy {
	align-self: center;
}

.webcraftglobal-video-hero__eyebrow,
.webcraftglobal-video-author__eyebrow {
	color: #d4af37;
	display: inline-block;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.08em;
	margin-bottom: 16px;
	text-transform: uppercase;
}

.webcraftglobal-video-hero__title {
	color: inherit;
	font-size: clamp(28px, 3.6vw, 46px);
	line-height: 1.25;
	margin: 0 0 20px;
}

.webcraftglobal-video-hero__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: center;
	margin-bottom: 20px;
}

.webcraftglobal-video-hero__meta span,
.webcraftglobal-video-hero__meta a {
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 999px;
	color: #e2e8f0;
	display: inline-flex;
	align-items: center;
	padding: 8px 14px;
	text-decoration: none;
	white-space: nowrap;
}

.webcraftglobal-video-hero__description {
	color: rgba(226, 232, 240, 0.84);
	font-size: 17px;
	line-height: 2;
	margin: 0;
	max-width: 640px;
}

.webcraftglobal-video-hero__player-card {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0.04) 100%);
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 30px;
	box-shadow: 0 30px 70px rgba(2, 6, 23, 0.35);
	margin: 0 auto;
	margin-bottom: -18px;
	padding: 18px;
	backdrop-filter: blur(18px);
}

.webcraftglobal-video-hero .ofv-wrap,
.webcraftglobal-video-hero .ofv-note {
	margin: 0;
}

.webcraftglobal-video-hero .ofv-tv {
	border-radius: 22px;
	margin: 0;
	padding: 18px 18px 56px;
}

.webcraftglobal-video-hero__fallback-note {
	background: rgba(15, 23, 42, 0.82);
	border: 1px dashed rgba(212, 175, 55, 0.45);
	border-radius: 22px;
	padding: 28px;
}

.webcraftglobal-video-hero__fallback-note h2 {
	color: #fff;
	font-size: 24px;
	margin: 0 0 12px;
}

.webcraftglobal-video-hero__fallback-note p {
	color: rgba(226, 232, 240, 0.82);
	line-height: 2;
	margin: 0;
}

.webcraftglobal-video-article__stack {
	position: relative;
	z-index: 2;
}

.site-main--video-template .webcraftglobal-single-article__content-layout {
	display: grid;
	grid-template-columns: 1fr;
	gap: 22px;
	margin-top: 18px;
}

@media (min-width: 1091px) {
	.site-main--video-template .webcraftglobal-single-article__content-layout {
		grid-template-columns: minmax(0, 1fr) minmax(300px, 340px);
	}
}

.webcraftglobal-video-article__panel {
	background:
		radial-gradient(circle at top right, rgba(92, 124, 255, 0.12), transparent 30%),
		linear-gradient(180deg, rgba(18, 28, 46, 0.96), rgba(8, 14, 24, 0.98));
	border: 1px solid rgba(212, 175, 55, 0.16);
	border-radius: 28px;
	box-shadow: 0 24px 60px rgba(2, 6, 23, 0.26);
	margin-bottom: 22px;
	padding: 28px;
}

.webcraftglobal-video-article__panel-head {
	display: grid;
	gap: 8px;
}

.webcraftglobal-video-article__meta {
	margin: 0 0 8px;
}

.webcraftglobal-video-article__meta .webcraftglobal-single-article__meta {
	margin: 0;
}

.webcraftglobal-video-article__meta .webcraftglobal-single-article__meta-row {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 10px 18px;
	min-width: 0;
}

.webcraftglobal-video-article__meta .webcraftglobal-single-article__meta-item {
	align-items: center;
	color: var(--muted);
	display: inline-flex;
	gap: 8px;
}

.webcraftglobal-video-article__meta .webcraftglobal-single-article__meta-item::before,
.webcraftglobal-video-article__meta .webcraftglobal-single-article__meta-item::after {
	display: inline-block;
}

.webcraftglobal-video-article__meta .webcraftglobal-single-article__meta-item a,
.webcraftglobal-video-article__meta .webcraftglobal-single-article__tag-item a {
	color: var(--text);
}

.site-main--video-template .webcraftglobal-video-article__content,
.site-main--video-template .webcraftglobal-video-article__content p,
.site-main--video-template .webcraftglobal-video-article__content li,
.site-main--video-template .webcraftglobal-video-article__content a,
.site-main--video-template .webcraftglobal-video-article__content span {
	color: rgba(235, 240, 255, 0.88);
	font-size: 18px;
	font-weight: 200;
}

.site-main--video-template .webcraftglobal-video-article__content p,
.site-main--video-template .webcraftglobal-video-article__content li {
	line-height: 2.05;
}

.site-main--video-template .webcraftglobal-video-article__content h1,
.site-main--video-template .webcraftglobal-video-article__content h2,
.site-main--video-template .webcraftglobal-video-article__content h3,
.site-main--video-template .webcraftglobal-video-article__content h4,
.site-main--video-template .webcraftglobal-video-article__content h5,
.site-main--video-template .webcraftglobal-video-article__content h6 {
	color: #f8fafc;
}

.site-main--video-template .webcraftglobal-video-article__content blockquote,
.site-main--video-template .webcraftglobal-video-article__content figcaption,
.site-main--video-template .webcraftglobal-video-article__content cite {
	color: rgba(203, 213, 225, 0.82);
}


/* Fix image aspect ratios in video template */
.site-main--video-template .webcraftglobal-video-article__content img {
	height: auto;
	max-width: 100%;
	width: auto;
}

.site-main--video-template .webcraftglobal-video-article__content figure {
	margin: 1.5em 0;
}

.site-main--video-template .webcraftglobal-video-article__content figure img {
	display: block;
	height: auto;
	width: 100%;
}

.webcraftglobal-video-article__panel-head h2,
.webcraftglobal-video-author__content h2 {
	font-size: 28px;
	margin: 0 0 12px;
}

.webcraftglobal-video-author {
	align-items: center;
	display: grid;
	gap: 20px;
	grid-template-columns: 120px minmax(0, 1fr);
}

.webcraftglobal-video-author__avatar img {
	border-radius: 24px;
	display: block;
	height: auto;
	width: 100%;
}

.webcraftglobal-video-author__content p {
	color: #475569;
	line-height: 1.95;
	margin: 0;
}

.webcraftglobal-video-fallback__tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
	margin-bottom: 14px;
}
.webcraftglobal-video-hero__player-card {
	max-width: none;
	width: 70vw;
}
.webcraftglobal-video-fallback__tab {
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 999px;
	color: #fff;
	cursor: pointer;
	padding: 10px 16px;
	transition: transform 0.2s ease, background-color 0.2s ease;
}

.webcraftglobal-video-fallback__tab.is-active,
.webcraftglobal-video-fallback__tab:hover {
	background: rgba(212, 175, 55, 0.2);
	transform: translateY(-1px);
}

.webcraftglobal-video-fallback__frame {
	aspect-ratio: 16 / 9;
	background: #000;
	border-radius: 18px;
	overflow: hidden;
}

.webcraftglobal-video-fallback__frame iframe {
	border: 0;
	display: block;
	height: 100%;
	width: 100%;
}

@media (max-width: 960px) {
	.webcraftglobal-video-hero {
		padding: 34px 0 24px;
	}

	.webcraftglobal-video-hero__inner {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 782px) {
	.webcraftglobal-video-hero__title {
		font-size: 20px;
	}
	
	.webcraftglobal-video-hero__player-card,
	.webcraftglobal-video-article__panel {
		border-radius: 22px;
		padding: 5px;
		max-width: none;
		width: 90vw;
	}

	.webcraftglobal-video-author {
		grid-template-columns: 1fr;
	}


	.webcraftglobal-video-hero__player-card {
		margin-bottom: -10px;
	}
}

.webcraftglobal-video-hero__inner {
	grid-template-columns: 1fr;
	justify-items: center;
	text-align: center;
}

.webcraftglobal-video-hero__copy {
	display: grid;
	justify-items: center;
	max-width: none;
	width: 100%;
}

.webcraftglobal-video-hero__meta {
	justify-content: center;
}

html.theme-light .site-main--video-template .webcraftglobal-video-article__panel {
	background: linear-gradient(180deg, #ffffff 0%, #fcfaf5 100%);
	border-color: rgba(148, 116, 44, 0.16);
	box-shadow: 0 24px 60px rgba(15, 23, 42, 0.08);
}

html.theme-light .site-main--video-template .webcraftglobal-video-article__content,
html.theme-light .site-main--video-template .webcraftglobal-video-article__content p,
html.theme-light .site-main--video-template .webcraftglobal-video-article__content li,
html.theme-light .site-main--video-template .webcraftglobal-video-article__content a,
html.theme-light .site-main--video-template .webcraftglobal-video-article__content span {
	color: #22252a;
	font-size: 18px;
	font-weight: 200;
}

html.theme-light .site-main--video-template .webcraftglobal-video-article__content h1,
html.theme-light .site-main--video-template .webcraftglobal-video-article__content h2,
html.theme-light .site-main--video-template .webcraftglobal-video-article__content h3,
html.theme-light .site-main--video-template .webcraftglobal-video-article__content h4,
html.theme-light .site-main--video-template .webcraftglobal-video-article__content h5,
html.theme-light .site-main--video-template .webcraftglobal-video-article__content h6 {
	color: #17203f;
}

html.theme-light .site-main--video-template .webcraftglobal-video-article__content blockquote,
html.theme-light .site-main--video-template .webcraftglobal-video-article__content figcaption,
html.theme-light .site-main--video-template .webcraftglobal-video-article__content cite {
	color: #5b647d;
}

.webcraftglobal-video-hero__description {
	margin-inline: auto;
}

.webcraftglobal-video-hero__title,
.webcraftglobal-video-hero__meta {
	max-width: 860px;
	width: 100%;
}




.ofv-wrap {
	margin: 0 auto;
	width: 100%;
}

.ofv-tv {
	background: #111;
	border: 4px solid #333;
	border-radius: 24px;
	box-shadow: 0 8px 22px rgba(0, 0, 0, 0.25);
	margin: 12px 0;
	padding: 18px 18px 60px;
	position: relative;
}

.ofv-tv::before {
	background: #e74c3c;
	border-radius: 50%;
	box-shadow: 18px 0 0 #f1c40f, 36px 0 0 #2ecc71;
	content: "";
	height: 12px;
	left: 20px;
	position: absolute;
	top: -10px;
	width: 12px;
}

.ofv-tv::after {
	background: #333;
	border-radius: 3px;
	bottom: -8px;
	box-shadow: 0 3px 0 rgba(0, 0, 0, 0.2);
	content: "";
	height: 6px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 80%;
}

.ofv-screen {
	background: #000;
	border-radius: 14px;
	overflow: hidden;
}

.ofv-player iframe {
	aspect-ratio: 16 / 9;
	border: 0;
	display: block;
	max-width: 100%;
	width: 100%;
}

.ofv-overlay {
	align-items: center;
	bottom: 6px;
	display: flex;
	gap: 10px;
	justify-content: space-between;
	left: 0;
	padding: 0 10px;
	pointer-events: none;
	position: absolute;
	right: 0;
}

.ofv-follow,
.ofv-switch {
	display: flex;
	gap: 8px;
	pointer-events: auto;
}

.ofv-follow a,
.ofv-switch button {
	align-items: center;
	background: rgba(255, 255, 255, 0.08);
	backdrop-filter: blur(4px);
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 8px;
	display: inline-flex;
	height: 30px;
	justify-content: center;
	padding: 0 6px;
	position: relative;
	text-decoration: none;
	-webkit-backdrop-filter: blur(4px);
}

.ofv-switch button {
	cursor: pointer;
}

.ofv-follow a img {
	display: block;
	height: 24px;
	width: auto;
}

.ofv-switch button img {
	display: block;
	height: 22px;
	width: auto;
}

.ofv-brand {
	background: rgba(255, 255, 255, 0.08);
	backdrop-filter: blur(4px);
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 999px;
	bottom: 6px;
	color: #fff;
	left: 50%;
	padding: 4px 10px;
	position: absolute;
	transform: translateX(-50%);
	-webkit-backdrop-filter: blur(4px);
	white-space: nowrap;
}

.ofv-brand span {
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.5px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25), 0 2px 6px rgba(0, 0, 0, 0.6);
}

.ofv-has-tip {
	position: relative;
}

.ofv-has-tip::after {
	background: rgba(0, 0, 0, 0.82);
	border-radius: 6px;
	bottom: 100%;
	color: #fff;
	content: attr(data-label);
	font-size: 11px;
	left: 50%;
	opacity: 0;
	padding: 4px 8px;
	pointer-events: none;
	position: absolute;
	transform: translate(-50%, -6px);
	transition: opacity 0.18s ease, transform 0.18s ease;
	white-space: nowrap;
}

.ofv-has-tip:hover::after {
	opacity: 1;
	transform: translate(-50%, -10px);
}

.ofv-follow .ofv-has-tip::after {
	bottom: 50%;
	left: auto;
	right: -6px;
	transform: translateY(-6px);
}

.ofv-follow .ofv-has-tip:hover::after {
	transform: translateY(-10px);
}

.ofv-note {
	color: #d6d9df;
	font-size: 12px;
	margin-top: 10px;
	text-align: center;
}

.ofv-switch-alert {
	background: rgba(0, 0, 0, 0.72);
	border-radius: 8px;
	bottom: 48px;
	color: #fff;
	font-size: 12px;
	padding: 6px 10px;
	position: absolute;
	right: 12px;
	transition: opacity 0.24s ease, transform 0.24s ease;
	z-index: 5;
}

.ofv-switch-alert.is-leaving {
	opacity: 0;
	transform: translateY(6px);
}

@media (max-width: 782px) {
	.ofv-overlay {
		gap: 6px;
		padding: 0 6px;
	}

	.ofv-follow a,
	.ofv-switch button {
		height: 28px;
		padding: 0 4px;
	}

	.ofv-follow a img {
		height: 20px;
	}

	.ofv-switch button img {
		height: 18px;
	}
}
