:root {
  --rose: #f43f5e;
  --pink: #ec4899;
  --deep-rose: #a6173d;
  --ink: #111827;
  --muted: #6b7280;
  --line: #e5e7eb;
  --soft: #fff5f7;
  --panel: #ffffff;
  --shadow: 0 20px 55px rgba(38, 35, 36, 0.12);
  --grad: linear-gradient(90deg, #ec4899, #f43f5e);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

button,
input,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 2px 4px 40px rgba(38, 35, 36, 0.1);
  backdrop-filter: blur(14px);
}

.header-inner {
  height: 65px;
  max-width: 1540px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-width: max-content;
}

.brand-mark {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: inline-grid;
  place-items: center;
  color: #fff;
  font-weight: 900;
  letter-spacing: 0;
  background: var(--grad);
  box-shadow: 0 10px 22px rgba(236, 72, 153, 0.28);
}

.brand-text {
  font-size: 24px;
  font-weight: 900;
  color: #151515;
}

.desktop-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  font-size: 15px;
  font-weight: 650;
  flex: 1;
}

.desktop-nav > a,
.nav-trigger {
  border: 0;
  background: transparent;
  color: #111;
  padding: 24px 0;
}

.desktop-nav > a:hover,
.nav-trigger:hover {
  color: var(--pink);
}

.nav-group {
  position: relative;
}

.mega-menu {
  position: absolute;
  top: 64px;
  left: 50%;
  min-width: 290px;
  transform: translateX(-50%) translateY(10px);
  opacity: 0;
  pointer-events: none;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  border-radius: 16px;
  padding: 16px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 4px;
  transition: 180ms ease;
}

.mega-menu.small {
  min-width: 230px;
}

.mega-menu a {
  padding: 10px 12px;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 650;
}

.mega-menu a:hover {
  color: var(--pink);
  background: #fff1f5;
}

.nav-group:hover .mega-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.round-action,
.icon-btn {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: 1px solid rgba(244, 63, 94, 0.16);
  background: rgba(255, 255, 255, 0.88);
  display: inline-grid;
  place-items: center;
  color: #9f1239;
  font-weight: 800;
  box-shadow: 0 10px 26px rgba(17, 24, 39, 0.07);
  transition: 180ms ease;
}

.round-action:hover,
.icon-btn:hover {
  color: #fff;
  background: var(--grad);
  transform: translateY(-1px);
}

.round-action svg,
.mobile-menu-btn svg,
.login-btn svg {
  width: 19px;
  height: 19px;
  display: block;
  fill: currentColor;
}

.whatsapp-action {
  color: #128c7e;
}

.phone-action {
  color: #be123c;
}

.login-btn {
  min-height: 42px;
  padding: 0 16px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 800;
  background: var(--grad);
  box-shadow: 0 12px 24px rgba(244, 63, 94, 0.24);
  text-decoration: none;
  white-space: nowrap;
  transition: 180ms ease;
}

.login-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 28px rgba(244, 63, 94, 0.28);
}

.mobile-menu-btn {
  display: none;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 12px;
  background: #fff1f5;
  color: var(--deep-rose);
  place-items: center;
}

.hero-section {
  min-height: 520px;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 92px 18px 72px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(255, 245, 247, 0.92)),
    var(--hero-bg-image, none),
    radial-gradient(circle at 15% 15%, rgba(244, 63, 94, 0.13), transparent 28%),
    radial-gradient(circle at 85% 20%, rgba(236, 72, 153, 0.13), transparent 26%),
    linear-gradient(180deg, #fff 0%, #fff5f7 48%, #fff 100%);
  background-size: cover, cover, auto, auto, auto;
  background-position: center;
}

.hero-inner {
  max-width: 930px;
}

.eyebrow {
  color: var(--pink);
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  margin: 0 0 12px;
}

.hero-section h1 {
  margin: 0;
  font-size: clamp(38px, 5vw, 72px);
  line-height: 1.05;
  letter-spacing: 0;
}

.hero-copy {
  max-width: 720px;
  margin: 22px auto 0;
  color: #4b5563;
  font-size: 19px;
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-top: 32px;
  flex-wrap: wrap;
}

.primary-btn,
.secondary-btn,
.ghost-btn {
  border: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 24px;
  border-radius: 16px;
  font-weight: 850;
}

.primary-btn {
  color: #fff;
  background: var(--grad);
  box-shadow: 0 15px 30px rgba(244, 63, 94, 0.24);
}

.primary-btn.compact {
  min-height: 40px;
  border-radius: 12px;
  padding: 0 16px;
}

.secondary-btn,
.ghost-btn {
  color: var(--deep-rose);
  background: #fff;
  border: 1px solid #f6cbd7;
}

.section {
  padding: 72px 24px;
}

.section-head {
  max-width: 780px;
  margin: 0 auto 34px;
  text-align: center;
}

.section-head p.eyebrow {
  display: inline-block;
  background: #fff1f5;
  color: var(--pink);
  padding: 6px 16px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 12px;
}

.section-head h2 {
  margin: 0;
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1.15;
  letter-spacing: -0.01em;
}

.category-grid {
  max-width: 1440px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(7, minmax(150px, 1fr));
  gap: 18px;
}

.category-card {
  min-height: 210px;
  border-radius: 22px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.12);
  background: #111;
}

.category-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.9;
  transition: 400ms ease;
}

.category-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(17, 24, 39, 0.02), rgba(17, 24, 39, 0.72));
}

.category-card:hover img {
  transform: scale(1.06);
}

.category-card-content {
  position: absolute;
  inset: auto 16px 16px;
  color: #fff;
  z-index: 1;
}

.category-card h3 {
  margin: 0 0 9px;
  font-size: 18px;
}

.category-card span {
  font-size: 13px;
  font-weight: 850;
}

.popular-section {
  background: linear-gradient(180deg, #fff 0%, #fff5f7 28%, #ffeef4 50%, #fff 100%);
  padding-left: 5px;
  padding-right: 5px;
}

.home-popular-section {
  background: linear-gradient(180deg, #fff 0%, #fff7fa 48%, #fff 100%);
}

.home-template-shell {
  max-width: 1320px;
  margin: 0 auto;
}

.category-hero,
.inner-hero {
  padding: 74px 24px 46px;
  text-align: center;
  background:
    radial-gradient(circle at 20% 20%, rgba(244, 63, 94, 0.12), transparent 26%),
    linear-gradient(180deg, #fff, #fff5f7);
}

.category-hero div {
  display: flex;
  justify-content: center;
  gap: 10px;
  color: #7f1d3f;
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 14px;
}

.category-hero h1,
.inner-hero h1 {
  margin: 0;
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.08;
}

.category-hero p,
.inner-hero p {
  max-width: 760px;
  margin: 18px auto 0;
  color: #4b5563;
  font-size: 18px;
  line-height: 1.7;
}

.page-hero {
  padding: 92px 24px 76px;
  background:
    radial-gradient(circle at 18% 22%, rgba(236, 72, 153, 0.14), transparent 24%),
    radial-gradient(circle at 82% 18%, rgba(244, 63, 94, 0.1), transparent 22%),
    linear-gradient(180deg, #fff, #fff7fa);
  text-align: center;
}

.page-hero-inner {
  max-width: 960px;
  margin: 0 auto;
}

.page-hero h1 {
  margin: 0;
  font-size: clamp(42px, 5vw, 72px);
  line-height: 1.02;
  letter-spacing: 0;
}

.page-hero p:not(.eyebrow) {
  max-width: 780px;
  margin: 22px auto 0;
  color: #4b5563;
  font-size: 19px;
  line-height: 1.75;
}

.story-section,
.contact-page-section {
  background: #fff;
}

.story-grid,
.contact-layout {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: 28px;
  align-items: stretch;
}

.story-copy,
.contact-info-panel,
.contact-card {
  border: 1px solid rgba(244, 63, 94, 0.12);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(17, 24, 39, 0.07);
}

.story-copy,
.contact-info-panel {
  padding: 34px;
}

.story-copy h2,
.contact-info-panel h2,
.section-head h2 {
  margin: 0;
  color: #111827;
  font-size: clamp(30px, 3vw, 46px);
  line-height: 1.12;
}

.story-copy p:not(.eyebrow),
.contact-info-panel p {
  color: #4b5563;
  font-size: 16px;
  line-height: 1.75;
}

.story-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.story-panel {
  min-height: 420px;
  border-radius: 24px;
  padding: 30px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background:
    linear-gradient(180deg, rgba(17, 24, 39, 0.05), rgba(136, 19, 55, 0.92)),
    url("https://media.myvideoinvites.com/uploadedFiles/vThumb_file/0e9f136808f353c75c9112b48d3ede39f1fc35811779270782.webp") center/cover;
  box-shadow: var(--shadow);
}

.story-panel span {
  font-size: 54px;
  line-height: 1;
  font-weight: 950;
}

.story-panel h3 {
  margin: 12px 0 8px;
  font-size: 26px;
}

.story-panel p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.65;
}

.section-head {
  max-width: 860px;
  margin: 0 auto 28px;
  text-align: center;
}

.process-section,
.reviews-showcase {
  background: linear-gradient(180deg, #fff7fa, #fff);
}

.process-timeline {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.process-timeline article {
  min-height: 190px;
  padding: 22px;
  border-radius: 20px;
  border: 1px solid #ffd1dc;
  background: #fff;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06);
}

.process-timeline span {
  width: 48px;
  height: 48px;
  border-radius: 15px;
  color: #fff;
  background: var(--grad);
  display: grid;
  place-items: center;
  font-weight: 900;
}

.process-timeline p {
  margin: 18px 0 0;
  color: #4b5563;
  line-height: 1.65;
  font-weight: 650;
}

.rich-review-grid article {
  position: relative;
  overflow: hidden;
}

.rich-review-grid article::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: var(--grad);
}

.rich-review-grid article small {
  display: block;
  margin-top: 4px;
  color: #6b7280;
  font-weight: 750;
}

.proof-band {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto 72px;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.proof-band div {
  padding: 26px;
  border-radius: 20px;
  background: #111827;
  color: #fff;
  text-align: center;
}

.proof-band strong {
  display: block;
  font-size: 38px;
}

.proof-band span {
  color: rgba(255, 255, 255, 0.72);
  font-weight: 750;
}

.contact-layout {
  grid-template-columns: minmax(320px, 0.8fr) minmax(0, 1.2fr);
}

.contact-info-panel {
  color: #fff;
  background:
    linear-gradient(180deg, rgba(17, 24, 39, 0.2), rgba(17, 24, 39, 0.94)),
    url("https://media.myvideoinvites.com/uploadedFiles/vThumb_file/7c5eb2b71080e27c791d33154751deb9df85d2ec1779270694.webp") center/cover;
}

.contact-info-panel h2,
.contact-info-panel .eyebrow {
  color: #fff;
}

.contact-info-panel p {
  color: rgba(255, 255, 255, 0.78);
}

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

.contact-methods a {
  padding: 13px 14px;
  border-radius: 14px;
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  font-weight: 850;
}

.contact-card {
  padding: 28px;
  display: grid;
  gap: 16px;
}

.form-row-two {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.contact-card label {
  display: grid;
  gap: 8px;
  color: #374151;
  font-size: 14px;
  font-weight: 850;
}

.contact-card textarea {
  min-height: 150px;
}

.contact-card .primary-btn {
  width: max-content;
  min-height: 48px;
  padding: 0 24px;
  border: 0;
  color: #fff;
  cursor: pointer;
}

.contact-alert {
  padding: 13px 14px;
  border-radius: 14px;
  font-weight: 850;
}

.contact-alert.success {
  color: #047857;
  background: #ecfdf5;
  border: 1px solid #a7f3d0;
}

.contact-alert.error {
  color: #be123c;
  background: #fff1f5;
  border: 1px solid #fecdd3;
}

.stats-row {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.stats-row span {
  min-width: 160px;
  padding: 14px 18px;
  border: 1px solid #ffd1dc;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.8);
  color: #6b7280;
  font-weight: 750;
}

.stats-row strong {
  display: block;
  color: var(--deep-rose);
  font-size: 24px;
}

.catalog-shell {
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  gap: 28px;
  align-items: flex-start;
}

.filter-panel {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 24px;
  box-shadow: var(--shadow);
  padding: 16px;
}

.desktop-filter {
  position: sticky;
  top: 90px;
  width: 300px;
  flex: 0 0 300px;
}

.filter-title {
  display: flex;
  gap: 9px;
  align-items: center;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line);
  font-size: 18px;
}

.filter-block {
  padding: 14px 0;
}

.filter-block h3 {
  margin: 0 0 10px;
  font-size: 16px;
}

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

.chip-wrap button,
.chip-wrap a,
.tag-strip button {
  border: 1px solid #ffd1dc;
  background: #fff7fa;
  color: #8f1233;
  border-radius: 999px;
  padding: 8px 12px;
  font-size: 13px;
  font-weight: 750;
  text-decoration: none;
  display: inline-block;
}

.chip-wrap a:hover,
.chip-wrap button:hover {
  background: #ffe4ec;
  color: #7f0e2b;
}

.chip-wrap a.active {
  background: var(--grad);
  color: #fff;
  border-color: transparent;
}

.swatches {
  display: flex;
  gap: 9px;
}

.swatches button {
  width: 28px;
  height: 28px;
  border-radius: 999px;
  border: 3px solid #fff;
  outline: 1px solid #e5e7eb;
  background: var(--swatch);
}

.filter-actions {
  display: flex;
  gap: 10px;
  padding-top: 10px;
}

.catalog-main {
  flex: 1;
  min-width: 0;
}

.catalog-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 18px;
}

.catalog-head h2 {
  margin: 0;
  font-size: 32px;
  line-height: 1.2;
}

.catalog-head h2 span {
  color: var(--pink);
}

.catalog-head p {
  margin: 7px 0 0;
  color: var(--muted);
}

.sort-control {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--muted);
  font-weight: 650;
}

.sort-control button {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.75);
  border-radius: 14px;
  padding: 10px 16px;
  font-weight: 850;
  color: #374151;
}

.category-strip,
.tag-strip {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 8px 0 14px;
  scrollbar-width: none;
}

.category-strip::-webkit-scrollbar,
.tag-strip::-webkit-scrollbar {
  display: none;
}

.category-pill {
  white-space: nowrap;
  padding: 9px 18px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid #ffd1dc;
  color: #4b5563;
  font-weight: 750;
}

.category-pill.active {
  color: #fff;
  border-color: transparent;
  background: var(--grad);
}

.tag-strip a {
  white-space: nowrap;
  color: #6b7280;
  font-size: 14px;
  font-weight: 650;
}

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

.template-card {
  cursor: pointer;
}

.template-shell {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(15, 23, 42, 0.05);
  transition: 250ms ease;
}

.template-card:hover .template-shell {
  transform: translateY(-4px);
  box-shadow: 0 18px 30px rgba(15, 23, 42, 0.12);
}

.template-media {
  display: block;
  position: relative;
  aspect-ratio: 9 / 16;
  overflow: hidden;
  background: #111;
}

.template-media img,
.template-media video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.template-media img {
  transition: transform 500ms ease;
}

.template-media video {
  opacity: 0;
  transition: opacity 300ms ease;
}

.template-card:hover .template-media img {
  transform: scale(1.05);
}

.template-card.is-playing .template-media video,
.template-card:hover .template-media video {
  opacity: 1;
}

.price-badge {
  position: absolute;
  left: 12px;
  bottom: 12px;
  z-index: 2;
  color: #fff;
  border-radius: 999px;
  padding: 7px 10px;
  font-size: 12px;
  font-weight: 900;
  background: rgba(0, 0, 0, 0.48);
  backdrop-filter: blur(10px);
}

.fav-btn {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: rgba(255, 255, 255, 0.28);
  backdrop-filter: blur(10px);
}

.template-body {
  padding: 13px;
}

.template-body h3 {
  min-height: 44px;
  margin: 0 0 8px;
  font-size: 15px;
  line-height: 1.45;
}

.template-body p {
  margin: 0 0 12px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 650;
}

.edit-link {
  width: 100%;
  min-height: 44px;
  border-radius: 14px;
  color: #fff;
  background: var(--grad);
  display: grid;
  place-items: center;
  font-weight: 850;
}

.edit-link:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(244, 63, 94, 0.22);
}

.variant-entry-section {
  min-height: auto;
}

.variant-entry-wrap {
  max-width: 1180px;
  margin: 0 auto;
}

.variant-entry-head {
  max-width: 760px;
  margin: 22px 0 30px;
  color: #fff;
}

.variant-entry-head .eyebrow {
  color: #f9a8d4;
}

.variant-entry-head h1 {
  margin: 8px 0 12px;
  font-size: clamp(36px, 5vw, 64px);
  line-height: 1.02;
  color: #fff;
}

.variant-entry-head p {
  margin: 0;
  max-width: 680px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
  line-height: 1.65;
  font-weight: 650;
}

.variant-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.variant-choice-card .template-shell {
  border-color: rgba(255, 255, 255, 0.18);
}

.variant-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  max-width: calc(100% - 24px);
  color: #fff;
  border-radius: 999px;
  padding: 7px 10px;
  background: rgba(236, 72, 153, 0.9);
  box-shadow: 0 12px 24px rgba(236, 72, 153, 0.28);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.steps-section,
.features-section {
  background: #fff;
}

.account-auth-shell {
  width: min(1180px, calc(100% - 32px));
  margin: 38px auto 72px;
  display: grid;
  grid-template-columns: minmax(280px, 0.85fr) minmax(420px, 1.15fr);
  gap: 28px;
  align-items: stretch;
}

.account-auth-intro {
  min-height: 560px;
  border-radius: 28px;
  padding: 44px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background:
    linear-gradient(180deg, rgba(136, 19, 55, 0.08), rgba(136, 19, 55, 0.92)),
    url("https://media.myvideoinvites.com/uploadedFiles/vThumb_file/7c5eb2b71080e27c791d33154751deb9df85d2ec1779270694.webp") center/cover;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.account-auth-intro .eyebrow {
  color: #ffe4ec;
}

.account-auth-intro h1 {
  margin: 0;
  max-width: 620px;
  font-size: clamp(36px, 4vw, 58px);
  line-height: 1.02;
  letter-spacing: 0;
}

.account-auth-intro p:not(.eyebrow) {
  max-width: 560px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 17px;
  line-height: 1.7;
}

.account-auth-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.account-auth-points span {
  padding: 10px 13px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.24);
  color: #fff;
  font-size: 13px;
  font-weight: 850;
}

.account-auth-card {
  align-self: center;
  display: grid;
  gap: 18px;
}

.account-form-panel {
  padding: 28px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid rgba(244, 63, 94, 0.12);
  box-shadow: 0 18px 48px rgba(17, 24, 39, 0.08);
}

.account-form-panel h2 {
  margin: 0 0 20px;
  color: #111827;
  font-size: 28px;
}

.account-form-panel label {
  display: block;
  margin-bottom: 8px;
  color: #374151;
  font-size: 14px;
  font-weight: 850;
}

.account-form-panel input.input-text {
  width: 100%;
  min-height: 48px;
  border: 1px solid #f2d4dd;
  border-radius: 14px;
  padding: 0 14px;
  background: #fffafb;
  color: #111827;
  font: inherit;
}

.account-form-panel input.input-text:focus {
  outline: 3px solid rgba(236, 72, 153, 0.13);
  border-color: var(--pink);
}

.account-submit-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 14px;
}

.account-submit-row .woocommerce-form-login__rememberme {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: #6b7280;
  font-size: 13px;
}

.account-form-panel .primary-btn {
  min-height: 46px;
  padding: 0 22px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: var(--grad);
  font-weight: 900;
  cursor: pointer;
}

.lost_password {
  margin: 18px 0 0;
}

.lost_password a,
.account-form-panel a {
  color: var(--deep-rose);
  font-weight: 800;
}

.register-panel {
  background: linear-gradient(180deg, #fff, #fff6f9);
}

.account-generated-note {
  padding: 12px 14px;
  border-radius: 14px;
  background: #fff1f5;
  color: #9f1239;
  font-size: 14px;
  font-weight: 750;
}

.steps-grid,
.features-grid,
.review-grid {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  gap: 20px;
}

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

.features-grid,
.review-grid {
  grid-template-columns: repeat(3, 1fr);
}

.steps-grid article,
.features-grid article,
.review-grid article {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06);
}

.steps-grid span,
.features-grid span {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  color: #fff;
  background: var(--grad);
  display: grid;
  place-items: center;
  font-weight: 900;
}

.steps-grid h3,
.features-grid h3 {
  margin: 18px 0 8px;
}

.steps-grid p,
.features-grid p,
.review-grid p {
  color: var(--muted);
  line-height: 1.65;
}

.editor-section {
  padding: 72px 24px;
  background: linear-gradient(180deg, #111827, #58112a);
}

.standalone-editor {
  min-height: calc(100vh - 65px);
}

.editor-layout {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 430px 1fr;
  gap: 32px;
  align-items: start;
}

.preview-column {
  position: sticky;
  top: 92px;
}

.breadcrumb {
  color: rgba(255, 255, 255, 0.85);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
  font-weight: 650;
}

.breadcrumb a {
  display: flex;
  align-items: center;
}

.breadcrumb a::after {
  content: "/";
  margin-left: 12px;
  color: rgba(255, 255, 255, 0.4);
}

.phone-preview {
  width: min(100%, 390px);
  aspect-ratio: 9 / 16;
  margin: 0 auto;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
  background: #000;
}

.phone-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.phone-preview .single-preview-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.preview-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 34px;
  color: #fff;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.6);
}

.preview-overlay p {
  margin: 0 0 18px;
  font-size: 13px;
  letter-spacing: 0.08em;
}

.preview-overlay h3 {
  margin: 0;
  font-size: 44px;
  line-height: 1.08;
  display: grid;
}

.preview-overlay small {
  font-size: 22px;
  font-family: Georgia, serif;
  font-weight: 400;
}

.preview-overlay strong {
  margin-top: 20px;
  font-size: 18px;
}

.preview-controls {
  position: absolute;
  top: 14px;
  right: 14px;
  display: flex;
  gap: 8px;
}

.preview-controls button {
  width: 38px;
  height: 38px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
  backdrop-filter: blur(12px);
}

.editor-panel {
  background: #ffffff;
  border: 1px solid #f3f4f6;
  border-radius: 24px;
  padding: 32px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05);
}

.editor-title {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  border-bottom: 1px solid var(--line);
  padding-bottom: 20px;
  margin-bottom: 24px;
}

.editor-title h1,
.editor-title h2 {
  margin: 0;
  font-size: 26px;
  line-height: 1.25;
}

.editor-title strong {
  display: inline-block;
  margin-top: 8px;
  color: var(--deep-rose);
  font-size: 24px;
}

.editor-tabs {
  display: flex;
  margin: 18px 0;
  padding: 4px;
  border-radius: 999px;
  background: #f3f4f6;
}

.editor-tabs button {
  flex: 1;
  border: 0;
  border-radius: 999px;
  min-height: 42px;
  font-weight: 850;
}

.editor-tabs .active {
  color: #fff;
  background: var(--grad);
}

.editor-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.editor-form label {
  display: grid;
  gap: 7px;
  color: #374151;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 900;
}

.editor-form textarea,
.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  background: #fff;
  padding: 12px 13px;
  color: #111827;
  resize: vertical;
  min-height: 48px;
}

.editor-form textarea {
  min-height: 68px;
}

.audio-btn,
.download-actions {
  grid-column: 1 / -1;
}

.audio-btn {
  min-height: 48px;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  background: #fff;
  color: #374151;
  font-weight: 850;
}

.download-actions {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 12px;
}

.reviews-section {
  background: #fff7fa;
}

.review-grid article strong {
  color: var(--pink);
  font-size: 32px;
}

.review-grid article span {
  font-weight: 850;
}

.faq-list {
  max-width: 920px;
  margin: 0 auto;
  display: grid;
  gap: 14px;
}

.faq-list details {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  overflow: hidden;
}

.faq-list summary {
  cursor: pointer;
  padding: 20px 24px;
  font-weight: 850;
}

.faq-list p {
  margin: 0;
  padding: 0 24px 20px;
  color: var(--muted);
  line-height: 1.7;
}

.contact-band {
  max-width: 1180px;
  margin: 34px auto 72px;
  padding: 32px;
  border-radius: 28px;
  background: linear-gradient(135deg, #fff1f5, #fff);
  border: 1px solid #ffd3de;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 30px;
}

.contact-band h2 {
  margin: 0 0 10px;
  font-size: 38px;
}

.contact-band p {
  color: var(--muted);
  line-height: 1.7;
}

.contact-form {
  display: grid;
  gap: 12px;
}

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

.contact-page-band {
  margin-top: 48px;
}

.contact-info-list {
  display: grid;
  gap: 10px;
  margin-top: 20px;
}

.contact-info-list p {
  margin: 0;
  padding: 14px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid #ffd1dc;
}

.site-header .custom-logo {
  max-height: 48px;
  width: auto;
}

.desktop-nav .menu,
.mobile-menu .menu {
  list-style: none;
  display: contents;
  margin: 0;
  padding: 0;
}

.desktop-nav li,
.mobile-menu li {
  list-style: none;
}

.desktop-nav .sub-menu {
  display: none;
}

.shaadireel-empty {
  max-width: 900px;
  margin: 0 auto;
  padding: 24px;
  border: 1px solid #ffd1dc;
  border-radius: 18px;
  background: #fff7fa;
  color: #6b7280;
  text-align: center;
  font-weight: 750;
}

.editor-panel form.cart {
  display: grid;
  gap: 18px;
}

.editor-panel .quantity {
  display: none;
}

.editor-panel .single_add_to_cart_button {
  width: 100%;
  min-height: 56px;
  border: 0;
  border-radius: 16px;
  color: #fff;
  background: var(--grad);
  font-size: 16px;
  font-weight: 800;
  box-shadow: 0 10px 25px rgba(244, 63, 94, 0.3);
  margin-top: 24px !important;
  transition: all 0.25s ease;
}

.editor-panel .single_add_to_cart_button:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 30px rgba(244, 63, 94, 0.4);
}

.editor-panel .single_add_to_cart_button:active {
  transform: translateY(0);
}

.shaadireel-customization {
  display: grid;
  gap: 18px;
}

.shaadireel-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  align-items: start;
}

.shaadireel-field {
  display: grid;
  gap: 6px;
  color: #4b5563;
  font-size: 11px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-weight: 800;
}

.shaadireel-field input,
.shaadireel-field textarea,
.shaadireel-field select {
  width: 100%;
  border: 1.5px solid #e5e7eb;
  border-radius: 12px;
  background: #fdfdfd;
  padding: 14px 16px;
  color: #111827;
  text-transform: none;
  font-weight: 650;
  transition: all 0.25s ease;
}

.shaadireel-field input[type="file"] {
  padding: 11px 14px;
  background: #fff;
  cursor: pointer;
}

.shaadireel-field input:focus,
.shaadireel-field textarea:focus {
  border-color: var(--pink);
  background: #fff;
  outline: none;
  box-shadow: 0 0 0 4px rgba(236, 72, 153, 0.1);
}

.shaadireel-field textarea {
  min-height: 74px;
  resize: vertical;
}

.shaadireel-help {
  color: #6b7280;
  font-size: 12px;
  font-weight: 650;
  text-transform: none;
}

.shaadireel-addons {
  display: grid;
  gap: 10px;
}

.shaadireel-variant-picker {
  grid-column: 1 / -1;
  margin-bottom: 16px;
}

.shaadireel-variant-picker label {
  display: grid;
  gap: 8px;
  color: #374151;
  font-size: 14px;
  font-weight: 850;
}

.shaadireel-variant-picker select {
  width: 100%;
  min-height: 50px;
  border: 1px solid #ffd1dc;
  border-radius: 14px;
  background: #fff7fa;
  color: #111827;
  padding: 0 14px;
  font-weight: 850;
}

.shaadireel-config-group[hidden] {
  display: none !important;
}

.shaadireel-addon {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  padding: 14px 18px;
  border: 1px solid #f3f4f6;
  border-radius: 16px;
  background: #fafafa;
  color: #374151;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.25s ease;
}

.shaadireel-addon small,
.shaadireel-addon input[type="file"] {
  grid-column: 1 / -1;
}

.shaadireel-addon small {
  color: #be185d;
  font-size: 12px;
  font-weight: 800;
}

.shaadireel-addon input[type="file"] {
  width: 100%;
  border: 1px dashed #f9a8d4;
  border-radius: 12px;
  background: #fff;
  padding: 10px 12px;
}

.shaadireel-addon input[type="file"]:disabled {
  display: none;
}

.shaadireel-addon:hover {
  border-color: #f9a8d4;
  background: #fff5f8;
  transform: translateY(-1px);
}

.shaadireel-addon:has(input:checked) {
  border-color: var(--pink);
  background: #fff0f5;
  box-shadow: 0 4px 12px rgba(236, 72, 153, 0.08);
}

.shaadireel-addon input[type="checkbox"] {
  accent-color: var(--pink);
  width: 18px;
  height: 18px;
  cursor: pointer;
}

.woocommerce-ordering select {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.75);
  border-radius: 14px;
  padding: 10px 16px;
  font-weight: 850;
  color: #374151;
}

.woocommerce div.product form.cart {
  margin: 0;
}

.woocommerce-notices-wrapper {
  max-width: 1180px;
  margin: 24px auto 0;
  padding: 0 20px;
}

.woocommerce-error,
.woocommerce-message,
.woocommerce-info {
  border-radius: 18px;
  padding: 18px 22px;
  font-weight: 750;
  border: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.woocommerce-error {
  background: #fef2f2;
  color: #991b1b;
  border: 1px solid #fecaca;
}

.woocommerce-message {
  background: #f0fdf4;
  color: #166534;
  border: 1px solid #bbf7d0;
}

.woocommerce-info {
  background: #eff6ff;
  color: #1e40af;
  border: 1px solid #bfdbfe;
}

.woocommerce-message a,
.woocommerce-error a,
.woocommerce-info a {
  font-weight: 850;
  white-space: nowrap;
}

.woocommerce-message a {
  color: #15803d;
}

.woocommerce-error a {
  color: #b91c1c;
}

.woocommerce-info a {
  color: #1d4ed8;
}

.related-section {
  background: #fff;
}

.compact-related-grid {
  max-width: 1180px;
  margin: 0 auto;
}

.footer {
  background: var(--footer-bg);
  color: #fff;
  padding: 54px 24px;
}

.footer-grid {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 32px;
}

.footer .brand-text,
.footer a {
  color: #fff;
}

.footer p,
.footer a {
  color: rgba(255, 255, 255, 0.72);
}

.footer a {
  display: block;
  margin: 8px 0;
}

.mobile-menu,
.filter-drawer {
  position: fixed;
  inset: 0 0 0 auto;
  width: min(360px, 92vw);
  z-index: 80;
  background: #fff;
  transform: translateX(104%);
  transition: 220ms ease;
  padding: 18px;
  overflow-y: auto;
  box-shadow: var(--shadow);
}

.mobile-menu.open,
.filter-drawer.open {
  transform: translateX(0);
}

.mobile-menu a,
.accordion-trigger {
  width: 100%;
  display: block;
  padding: 14px 4px;
  border: 0;
  border-bottom: 1px solid #f3f4f6;
  background: transparent;
  text-align: left;
  font-weight: 800;
}

.drawer-links a {
  padding-left: 16px;
  color: #6b7280;
  font-size: 14px;
}

.mobile-drawer-actions {
  display: grid;
  gap: 14px;
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid #f3f4f6;
}

.mobile-menu .mobile-drawer-actions .login-btn {
  width: 100%;
  justify-content: center;
  color: #fff;
  border-bottom: 0;
  padding: 0 16px;
}

.mobile-contact-row {
  display: flex;
  gap: 10px;
}

.mobile-menu .mobile-contact-row .round-action {
  width: 48px;
  height: 48px;
  border-bottom: 1px solid rgba(244, 63, 94, 0.16);
  padding: 0;
}

.drawer-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.scrim {
  position: fixed;
  inset: 0;
  z-index: 70;
  background: rgba(17, 24, 39, 0.38);
  opacity: 0;
  pointer-events: none;
  transition: 200ms ease;
}

.scrim.open {
  opacity: 1;
  pointer-events: auto;
}

.mobile-bar {
  display: none;
}

.filter-drawer {
  inset: auto 0 0 0;
  width: 100%;
  max-height: 78vh;
  border-radius: 24px 24px 0 0;
  transform: translateY(104%);
}

.filter-drawer.open {
  transform: translateY(0);
}

#shaadireel-filter-drawer:target {
  transform: translateY(0);
}

@media (max-width: 1280px) {
  .desktop-nav {
    gap: 13px;
    font-size: 14px;
  }

  .template-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .variant-card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

@media (max-width: 1023px) {
  .desktop-nav,
  .round-action,
  .header-actions .login-btn {
    display: none;
  }

  .mobile-menu-btn {
    display: inline-grid;
    place-items: center;
  }

  .header-inner {
    padding: 0 14px;
  }

  .brand-mark {
    width: 40px;
    height: 40px;
  }

  .brand-text {
    font-size: 22px;
  }

  .category-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .catalog-shell {
    display: block;
  }

  .desktop-filter {
    display: none;
  }

  .catalog-main {
    padding: 0 5px;
  }

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

  .variant-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .sort-control {
    display: none;
  }

  .catalog-head h2 {
    font-size: 25px;
  }

  .editor-layout {
    grid-template-columns: 1fr;
  }

  .story-grid,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .process-timeline {
    grid-template-columns: repeat(2, 1fr);
  }

  .proof-band {
    grid-template-columns: 1fr;
  }

  .account-auth-shell {
    grid-template-columns: 1fr;
  }

  .account-auth-intro {
    min-height: 420px;
  }

  .preview-column {
    position: static;
  }

  .steps-grid,
  .features-grid,
  .review-grid,
  .contact-band,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .mobile-bar {
    position: fixed;
    z-index: 60;
    bottom: 14px;
    left: 14px;
    right: 14px;
    display: none;
    grid-template-columns: 1fr 1fr;
    gap: 1px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 16px 34px rgba(17, 24, 39, 0.22);
  }

  .mobile-bar.visible {
    display: grid;
  }

  .mobile-bar button,
  .mobile-bar a {
    min-height: 48px;
    border: 0;
    color: #fff;
    background: var(--grad);
    font-weight: 900;
    display: grid;
    place-items: center;
    text-decoration: none;
  }
}

@media (max-width: 640px) {
  .section {
    padding: 46px 10px;
  }

  .hero-section {
    min-height: 460px;
    padding-top: 62px;
  }

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

  .page-hero {
    padding: 58px 16px 48px;
  }

  .page-hero h1 {
    font-size: 38px;
  }

  .page-hero p:not(.eyebrow) {
    font-size: 16px;
  }

  .story-grid,
  .contact-layout,
  .process-timeline,
  .proof-band {
    width: min(100% - 20px, 520px);
  }

  .story-copy,
  .contact-info-panel,
  .contact-card {
    padding: 20px;
    border-radius: 18px;
  }

  .story-panel {
    min-height: 310px;
    border-radius: 18px;
    padding: 22px;
  }

  .process-timeline,
  .form-row-two {
    grid-template-columns: 1fr;
  }

  .contact-card .primary-btn {
    width: 100%;
  }

  .hero-copy {
    font-size: 16px;
  }

  .category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .category-card {
    min-height: 184px;
    border-radius: 18px;
  }

  .popular-section {
    padding-left: 0;
    padding-right: 0;
  }

  .catalog-head {
    margin-left: 5px;
    margin-right: 5px;
  }

  .template-shell {
    border-radius: 15px;
  }

  .template-body {
    padding: 10px;
  }

  .template-body h3 {
    font-size: 13px;
    min-height: 40px;
  }

  .variant-entry-head {
    margin: 16px 0 22px;
  }

  .variant-entry-head h1 {
    font-size: 34px;
  }

  .variant-entry-head p {
    font-size: 15px;
  }

  .variant-card-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .variant-choice-card .template-shell {
    display: grid;
    grid-template-columns: 132px minmax(0, 1fr);
  }

  .variant-choice-card .template-media {
    min-height: 235px;
  }

  .variant-badge {
    top: 8px;
    right: 8px;
    font-size: 10px;
  }

  .edit-link {
    min-height: 42px;
    border-radius: 12px;
  }

  .account-auth-shell {
    width: min(100% - 20px, 480px);
    margin: 18px auto 56px;
    gap: 14px;
  }

  .account-auth-intro {
    min-height: 310px;
    border-radius: 20px;
    padding: 24px;
  }

  .account-auth-intro h1 {
    font-size: 34px;
  }

  .account-auth-intro p:not(.eyebrow) {
    font-size: 15px;
  }

  .account-form-panel {
    padding: 20px;
    border-radius: 18px;
  }

  .account-submit-row {
    align-items: stretch;
    flex-direction: column;
  }

  .account-form-panel .primary-btn {
    width: 100%;
  }

  .editor-section {
    padding: 42px 10px;
  }

  .phone-preview {
    width: min(100%, 330px);
    border-radius: 26px;
  }

  .editor-panel {
    padding: 16px;
    border-radius: 22px;
  }

  .editor-title h1,
  .editor-title h2 {
    font-size: 20px;
  }

  .editor-form {
    grid-template-columns: 1fr;
  }

  .shaadireel-fields {
    grid-template-columns: 1fr;
  }

  .download-actions {
    grid-template-columns: 1fr;
  }

  .contact-band {
    margin: 20px 10px 64px;
    padding: 22px;
  }

  .footer {
    padding-bottom: 90px;
  }
}

/* Variation preview transition */
.single-preview-video {
  transition: opacity 0.25s ease;
}
.single-preview-video.swapping {
  opacity: 0.5;
}

/* Modern variations dropdown layout */
table.variations {
  display: block;
  width: 100%;
  margin-bottom: 24px;
}

table.variations tbody {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  width: 100%;
}

@media (max-width: 640px) {
  table.variations tbody {
    grid-template-columns: 1fr;
  }
}

table.variations tr {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

table.variations th.label {
  display: block;
  text-align: left;
  padding: 0;
}

table.variations th.label label {
  font-size: 11px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-weight: 800;
  color: #4b5563;
}

table.variations td.value {
  display: block;
  position: relative;
}

/* Beautiful custom select dropdown */
.variations select {
  width: 100%;
  border: 1.5px solid #e5e7eb;
  border-radius: 12px;
  background: #fdfdfd url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%236b7280'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2.5' d='M19 9l-7 7-7-7'/%3E%3C/svg%3E") no-repeat right 16px center/14px;
  appearance: none;
  -webkit-appearance: none;
  padding: 14px 40px 14px 16px;
  color: #111827;
  font-weight: 650;
  font-size: 14px;
  transition: all 0.25s ease;
  cursor: pointer;
}

.variations select:focus {
  border-color: var(--pink);
  background-color: #fff;
  outline: none;
  box-shadow: 0 0 0 4px rgba(236, 72, 153, 0.1);
}

/* Variation price display */
.woocommerce-variation-price {
  font-size: 20px;
  font-weight: 850;
  color: var(--pink);
}

.woocommerce-variation-price .price {
  display: flex;
  align-items: baseline;
  gap: 6px;
}

.woocommerce-variation-price del {
  font-size: 15px;
  color: #9ca3af;
  font-weight: 650;
}

.woocommerce-variation-price ins {
  text-decoration: none;
}

/* Smooth field/addon transitions */
.shaadireel-fields,
.shaadireel-addons {
  transition: opacity 0.2s ease;
}

.shaadireel-customization.updating .shaadireel-fields,
.shaadireel-customization.updating .shaadireel-addons {
  opacity: 0.5;
}

/* Reset variation button */
.reset_variations {
  display: inline-block;
  margin-top: 6px;
  font-size: 13px;
  color: var(--pink);
  font-weight: 750;
  text-decoration: none;
}

.reset_variations:hover {
  text-decoration: underline;
}

/* Admin: variation checkbox inheritance list */
.shaadireel-var-inherited-list {
  display: grid;
  gap: 6px;
  margin-bottom: 10px;
}
.shaadireel-var-check-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 8px;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  font-size: 13px;
  cursor: pointer;
}
.shaadireel-var-check-item:hover {
  background: #f3f4f6;
}
.shaadireel-var-check-item small {
  color: #9ca3af;
  font-weight: 400;
}
