/*
Theme Name: Flatsome Child
Description: Child theme for PK LT666.
Author: LT Groups
Template: flatsome
Version: 3.0.9
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

:root {
  --pk-ink: #111827;
  --pk-muted: #5d6675;
  --pk-line: #ead9d9;
  --pk-soft: #f8f4f2;
  --pk-cream: #fff6eb;
  --pk-brand: #832121;
  --pk-brand-dark: #571313;
  --pk-brand-soft: #f6e8e6;
  --pk-gold: #d9a441;
  --pk-warm: #a46a28;
  --pk-shadow: 0 20px 48px rgba(131, 33, 33, 0.14);
}

body {
  color: var(--pk-ink);
}

.pk-scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, var(--pk-brand), var(--pk-gold));
  transform: scaleX(0);
  transform-origin: left;
  pointer-events: none;
}

.header-newsletter-item,
.header-divider,
.account-item,
.cart-item,
.header-search,
.element-error,
#top-bar,
.top-divider {
  display: none !important;
}

.header-main {
  border-bottom: 1px solid var(--pk-line);
  box-shadow: 0 12px 34px rgba(17, 24, 39, 0.06);
  transition: box-shadow 0.22s ease, background 0.22s ease;
}

.pk-is-scrolled .header-main {
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 16px 42px rgba(17, 24, 39, 0.1);
  backdrop-filter: blur(14px);
}

.logo img {
  display: none !important;
}

.logo a {
  display: block !important;
  width: 190px;
  min-height: 52px;
  background: url("https://pk.lt666.vn/wp-content/uploads/2026/03/Logo-Lt666-e1774407601163-1024x399.png") left center / contain no-repeat;
  text-indent: -999px;
  overflow: hidden;
}

.header-nav-main > li > a {
  letter-spacing: 0;
}

.header-nav-main > li > a:hover,
.header-nav-main > li.active > a {
  color: var(--pk-brand) !important;
}

.header-nav-main > li > a::after {
  content: "";
  display: block;
  height: 2px;
  margin-top: 7px;
  border-radius: 999px;
  background: var(--pk-brand);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.22s ease;
}

.header-nav-main > li > a:hover::after {
  transform: scaleX(1);
}

.html_topbar_left,
.header-social-icons {
  display: none !important;
}

.page-wrapper,
.entry-content {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.pk-home {
  overflow: hidden;
  background: #fffaf5;
}

.pk-wrap {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.pk-hero {
  min-height: 690px;
  display: flex;
  align-items: center;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  color: #fff;
  background:
    linear-gradient(90deg, rgba(72, 13, 13, 0.97) 0%, rgba(91, 19, 19, 0.9) 45%, rgba(91, 19, 19, 0.42) 74%, rgba(91, 19, 19, 0.16) 100%),
    url("https://pk.lt666.vn/wp-content/uploads/2025/11/Tay-nam-vuong-den-cao-cap-1-Lt666.webp") center right / min(62vw, 820px) auto no-repeat,
    linear-gradient(135deg, #3a0d0d 0%, #832121 56%, #2a1010 100%);
}

.pk-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(90deg, #000 0%, transparent 72%);
  pointer-events: none;
}

.pk-hero {
  position: relative;
}

.pk-hero .pk-wrap {
  position: relative;
  z-index: 1;
}

.pk-hero .pk-wrap {
  padding: 86px 0 106px;
}

.pk-eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  border: 1px solid rgba(217, 164, 65, 0.46);
  border-radius: 999px;
  padding: 0 13px;
  color: #ffd98a;
  background: rgba(255, 255, 255, 0.08);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.pk-hero h1,
.pk-section-head h2,
.pk-cta h2 {
  margin: 0;
  letter-spacing: 0;
  line-height: 1.08;
}

.pk-hero h1 {
  max-width: 720px;
  margin-top: 18px;
  color: #fff;
  font-size: 64px;
}

.pk-hero p {
  max-width: 600px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.83);
  font-size: 18px;
  line-height: 1.65;
}

.pk-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.pk-btn {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 0 18px;
  background: var(--pk-brand);
  color: #fff !important;
  font-weight: 800;
  text-decoration: none !important;
  box-shadow: 0 14px 30px rgba(131, 33, 33, 0.28);
}

.pk-btn.pk-btn-light {
  border: 1px solid rgba(255, 217, 138, 0.48);
  background: rgba(255, 255, 255, 0.12);
  color: #fff !important;
  box-shadow: none;
}

.pk-hero-metrics {
  display: grid;
  max-width: 650px;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  overflow: hidden;
  margin-top: 46px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.18);
}

.pk-metric {
  padding: 18px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
}

.pk-metric strong {
  display: block;
  color: #fff;
  font-size: 26px;
  line-height: 1;
}

.pk-metric span {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
}

.pk-band {
  padding: 86px 0;
}

.pk-band-soft {
  background:
    linear-gradient(180deg, #fffaf5 0%, var(--pk-soft) 100%);
}

.pk-band-cream {
  background:
    linear-gradient(135deg, var(--pk-cream), #f8ece8);
}

.pk-section-head {
  max-width: 760px;
  margin-bottom: 32px;
}

.pk-section-head.center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.pk-section-head h2 {
  font-size: 40px;
}

.pk-section-head p {
  margin: 14px 0 0;
  color: var(--pk-muted);
  font-size: 17px;
  line-height: 1.65;
}

.pk-category-grid,
.pk-product-grid,
.pk-reason-grid,
.pk-process-grid {
  display: grid;
  gap: 18px;
}

.pk-category-grid {
  grid-template-columns: repeat(4, 1fr);
}

.pk-product-grid {
  grid-template-columns: repeat(4, 1fr);
}

.pk-reason-grid,
.pk-process-grid {
  grid-template-columns: repeat(3, 1fr);
}

.pk-category,
.pk-product-card,
.pk-reason,
.pk-process {
  position: relative;
  border: 1px solid var(--pk-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(131, 33, 33, 0.08);
}

.pk-category::before,
.pk-product-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  border-radius: inherit;
  background: radial-gradient(circle at var(--pk-shine-x, 50%) var(--pk-shine-y, 0%), rgba(255, 255, 255, 0.5), transparent 34%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

.pk-category {
  min-height: 260px;
  overflow: hidden;
  border-top: 3px solid var(--pk-brand);
}

.pk-product-card {
  border-top: 3px solid var(--pk-gold);
}

.pk-category,
.pk-product-card,
.pk-reason,
.pk-process,
.pk-check {
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.pk-category:hover,
.pk-product-card:hover,
.pk-reason:hover,
.pk-process:hover {
  border-color: rgba(131, 33, 33, 0.35);
  box-shadow: 0 22px 52px rgba(131, 33, 33, 0.15);
  transform: translateY(-4px);
}

.pk-category.is-tilting,
.pk-product-card.is-tilting {
  transform: perspective(900px) rotateX(var(--pk-tilt-x, 0deg)) rotateY(var(--pk-tilt-y, 0deg)) translateY(-4px);
}

.pk-category.is-tilting::before,
.pk-product-card.is-tilting::before {
  opacity: 1;
}

.pk-category img,
.pk-product-card img {
  display: block;
  width: 100%;
  height: 190px;
  object-fit: contain;
  background: #fff;
}

.pk-category-body,
.pk-product-body,
.pk-reason,
.pk-process {
  padding: 20px;
}

.pk-category h3,
.pk-product-card h3,
.pk-reason h3,
.pk-process h3 {
  margin: 0;
  color: var(--pk-ink);
  font-size: 18px;
  line-height: 1.3;
}

.pk-category p,
.pk-product-card p,
.pk-reason p,
.pk-process p {
  margin: 10px 0 0;
  color: var(--pk-muted);
  line-height: 1.6;
}

.pk-product-card {
  overflow: hidden;
}

.pk-price {
  display: block;
  margin-top: 14px;
  color: var(--pk-brand-dark);
  font-size: 18px;
  font-weight: 900;
}

.pk-product-link {
  display: inline-flex;
  margin-top: 14px;
  color: var(--pk-warm);
  font-weight: 800;
  text-decoration: none !important;
}

.pk-feature {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 42px;
  align-items: center;
}

.pk-feature-media {
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--pk-shadow);
}

.pk-feature-media img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.pk-checks {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.pk-check {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  border: 1px solid var(--pk-line);
  border-radius: 8px;
  padding: 14px 16px;
  background: #fff;
}

.pk-check b {
  display: inline-flex;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--pk-brand);
  color: #fff;
  font-size: 14px;
}

.pk-check span {
  color: var(--pk-muted);
  line-height: 1.55;
}

.pk-reason strong,
.pk-process strong {
  display: inline-flex;
  min-width: 42px;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  margin-bottom: 18px;
  background: #111827;
  color: #ffd98a;
}

.pk-cta {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 76px 0;
  background:
    linear-gradient(90deg, rgba(9, 32, 29, 0.95), rgba(9, 32, 29, 0.8)),
    url("https://pk.lt666.vn/wp-content/uploads/2025/11/banchay.webp") center / cover no-repeat;
  color: #fff;
}

.pk-cta .pk-wrap {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 28px;
  align-items: center;
}

.pk-cta h2 {
  color: #fff;
  font-size: 42px;
}

.pk-cta p {
  max-width: 680px;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.65;
}

.pk-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

.pk-contact-section {
  position: relative;
  overflow: hidden;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 86px 0;
  background:
    linear-gradient(135deg, rgba(87, 19, 19, 0.96), rgba(17, 24, 39, 0.92)),
    url("https://pk.lt666.vn/wp-content/uploads/2025/11/banchay.webp") center / cover no-repeat;
}

.pk-contact-section::before,
.pk-contact-section::after {
  content: "";
  position: absolute;
  width: 280px;
  height: 280px;
  border-radius: 999px;
  filter: blur(34px);
  opacity: 0.32;
  pointer-events: none;
  animation: pk-float-glow 9s ease-in-out infinite;
}

.pk-contact-section::before {
  top: -80px;
  left: 8%;
  background: #f4c86f;
}

.pk-contact-section::after {
  right: 6%;
  bottom: -110px;
  background: #832121;
  animation-delay: -4s;
}

@keyframes pk-float-glow {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(24px, -18px, 0) scale(1.08);
  }
}

.pk-contact-panel {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 28px;
  align-items: stretch;
}

.pk-contact-info,
.pk-contact-form {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.13);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(16px);
}

.pk-contact-info {
  padding: 34px;
  color: #fff;
}

.pk-contact-info h2 {
  margin: 18px 0 0;
  color: #fff;
  font-size: 40px;
  line-height: 1.12;
  letter-spacing: 0;
}

.pk-contact-info p {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.65;
}

.pk-contact-methods {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.pk-contact-method {
  position: relative;
  display: flex;
  min-height: 64px;
  align-items: center;
  gap: 14px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  padding: 12px 14px;
  color: #fff !important;
  text-decoration: none !important;
  background: rgba(255, 255, 255, 0.12);
}

.pk-contact-method::before {
  content: "";
  position: absolute;
  inset: -45%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.18), transparent);
  transform: translateX(-60%);
  animation: pk-soft-sweep 6s ease-in-out infinite;
}

@keyframes pk-soft-sweep {
  0%,
  45% {
    transform: translateX(-60%);
  }
  70%,
  100% {
    transform: translateX(60%);
  }
}

.pk-contact-method span,
.pk-submit svg {
  display: inline-flex;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.16);
}

.pk-contact-method svg,
.pk-submit svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.pk-contact-method b {
  position: relative;
  z-index: 1;
  font-size: 15px;
}

.pk-contact-form {
  padding: 26px;
}

.pk-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.pk-contact-form label {
  display: grid;
  gap: 8px;
  margin: 0 0 14px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 14px;
  font-weight: 700;
}

.pk-contact-form input,
.pk-contact-form select,
.pk-contact-form textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  padding: 10px 12px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--pk-ink);
  font-size: 15px;
  box-shadow: none;
}

.pk-contact-form textarea {
  min-height: 120px;
  resize: vertical;
}

.pk-contact-form input:focus,
.pk-contact-form select:focus,
.pk-contact-form textarea:focus {
  border-color: #d9a441;
  box-shadow: 0 0 0 3px rgba(217, 164, 65, 0.22);
  outline: none;
}

.pk-submit {
  display: inline-flex;
  min-width: 290px;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 0;
  border-radius: 8px;
  padding: 0 18px;
  background: #d9a441;
  color: #220a0a;
  font-weight: 900;
  white-space: nowrap;
  cursor: pointer;
}

.pk-submit svg {
  background: rgba(19, 32, 31, 0.12);
}

.pk-form-success,
.pk-form-error {
  border-radius: 8px;
  margin-bottom: 16px;
  padding: 12px 14px;
  line-height: 1.55;
}

.pk-form-success {
  background: rgba(220, 252, 231, 0.94);
  color: #14532d;
}

.pk-form-error {
  background: rgba(254, 226, 226, 0.94);
  color: #7f1d1d;
}

.pk-field-invalid {
  border-color: #ef4444 !important;
  box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.2) !important;
}

.pk-hidden-field {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.footer-widgets {
  display: none;
}

.absolute-footer {
  background: #220a0a;
  color: rgba(255, 255, 255, 0.72);
}

.copyright-footer {
  visibility: hidden;
}

.copyright-footer::before {
  content: "Copyright 2026 © PK LT666";
  visibility: visible;
}

.pk-effects-ready .pk-reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition-delay: var(--pk-delay, 0ms);
}

.pk-effects-ready .pk-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.pk-floating-actions {
  position: fixed;
  right: 18px;
  bottom: 92px;
  z-index: 9999;
  display: grid;
  gap: 10px;
}

.pk-floating-actions a {
  position: relative;
  display: inline-flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(217, 164, 65, 0.5);
  border-radius: 999px;
  background: rgba(131, 33, 33, 0.92);
  color: #fff !important;
  box-shadow: 0 14px 32px rgba(34, 10, 10, 0.28);
  text-decoration: none !important;
  backdrop-filter: blur(10px);
}

.pk-floating-actions a::before {
  content: "";
  position: absolute;
  inset: -7px;
  border: 1px solid rgba(217, 164, 65, 0.28);
  border-radius: inherit;
  animation: pk-action-pulse 2.6s ease-out infinite;
}

.pk-floating-actions svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

.pk-floating-actions span {
  font-weight: 900;
}

@keyframes pk-action-pulse {
  0% {
    opacity: 0.85;
    transform: scale(0.86);
  }
  100% {
    opacity: 0;
    transform: scale(1.35);
  }
}

@media (prefers-reduced-motion: reduce) {
  .pk-scroll-progress,
  .pk-contact-section::before,
  .pk-contact-section::after,
  .pk-contact-method::before,
  .pk-floating-actions a::before {
    animation: none !important;
    transition: none !important;
  }

  .pk-effects-ready .pk-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

@media (max-width: 900px) {
  .pk-hero {
    min-height: 620px;
    background:
      linear-gradient(180deg, rgba(72, 13, 13, 0.97) 0%, rgba(87, 19, 19, 0.86) 58%, rgba(87, 19, 19, 0.52) 100%),
      url("https://pk.lt666.vn/wp-content/uploads/2025/11/Tay-nam-vuong-den-cao-cap-1-Lt666.webp") bottom center / 520px auto no-repeat,
      linear-gradient(135deg, #3a0d0d 0%, #832121 58%, #2a1010 100%);
  }

  .pk-hero .pk-wrap {
    padding-top: 70px;
    padding-bottom: 260px;
  }

  .pk-hero h1 {
    font-size: 46px;
  }

  .pk-category-grid,
  .pk-product-grid,
  .pk-reason-grid,
  .pk-process-grid,
  .pk-feature,
  .pk-cta .pk-wrap,
  .pk-contact-panel {
    grid-template-columns: 1fr 1fr;
  }

  .pk-cta-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 640px) {
  .pk-wrap {
    width: min(100% - 24px, 1180px);
  }

  .pk-hero {
    min-height: auto;
  }

  .pk-hero .pk-wrap {
    padding-top: 50px;
    padding-bottom: 230px;
  }

  .pk-hero h1 {
    font-size: 36px;
  }

  .pk-hero p,
  .pk-section-head p {
    font-size: 16px;
  }

  .pk-hero-metrics,
  .pk-category-grid,
  .pk-product-grid,
  .pk-reason-grid,
  .pk-process-grid,
  .pk-feature,
  .pk-cta .pk-wrap,
  .pk-contact-panel,
  .pk-form-grid {
    grid-template-columns: 1fr;
  }

  .pk-band,
  .pk-cta,
  .pk-contact-section {
    padding: 56px 0;
  }

  .pk-section-head,
  .pk-section-head.center {
    text-align: left;
  }

  .pk-section-head h2,
  .pk-cta h2,
  .pk-contact-info h2 {
    font-size: 30px;
  }

  .pk-contact-info,
  .pk-contact-form {
    padding: 20px;
  }

  .pk-submit {
    width: 100%;
    min-width: 0;
  }

  .pk-category img,
  .pk-product-card img {
    height: 220px;
  }

  .pk-floating-actions {
    right: 12px;
    bottom: 82px;
    gap: 8px;
  }

  .pk-floating-actions a {
    width: 42px;
    height: 42px;
  }
}
