:root {
  --ink: #172033;
  --muted: #667085;
  --line: #e4e8ef;
  --soft: #f5f7fb;
  --paper: #ffffff;
  --green: #1f9d55;
  --blue: #2563eb;
  --coral: #e85d4f;
  --gold: #f3b43f;
  --shadow: 0 18px 45px rgba(23, 32, 51, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--soft);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5;
}

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

button,
input,
textarea {
  font: inherit;
}

.notice {
  padding: 6px 18px;
  color: #fff;
  background: var(--ink);
  text-align: center;
  font-size: 14px;
  font-weight: 700;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 8px clamp(18px, 4vw, 64px);
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
}

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

.brand-mark {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  color: #fff;
  background: var(--coral);
  border-radius: 8px;
  font-weight: 800;
}

.brand strong,
.brand small {
  display: block;
}

.brand small {
  color: var(--muted);
  font-size: 12px;
}

nav {
  display: flex;
  gap: 18px;
  color: var(--muted);
  font-weight: 700;
}

.cart-button,
.contact-form button,
.product-card button,
.primary-link,
.secondary-link,
.checkout-button,
.filters button,
.qty-controls button,
.cart-head button {
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 800;
}

.cart-button {
  padding: 8px 12px;
  color: #fff;
  background: var(--ink);
}

.cart-button span {
  display: inline-grid;
  min-width: 22px;
  height: 22px;
  margin-left: 8px;
  place-items: center;
  color: var(--ink);
  background: #fff;
  border-radius: 999px;
}

.header-whatsapp {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  padding: 0 14px;
  color: #fff;
  background: var(--green);
  border-radius: 8px;
  font-weight: 800;
}

.hero {
  display: grid;
  grid-template-columns: minmax(360px, 0.8fr) minmax(520px, 1.2fr);
  gap: clamp(28px, 4vw, 64px);
  align-items: center;
  min-height: 560px;
  padding: clamp(34px, 5vw, 64px) clamp(18px, 4vw, 64px);
  background:
    radial-gradient(circle at 88% 58%, rgba(217, 169, 91, .18), transparent 24%),
    radial-gradient(circle at 66% 20%, rgba(12, 35, 58, .12), transparent 26%),
    linear-gradient(120deg, rgba(255,255,255,0.97), rgba(247,249,252,0.82)),
    url("assets/hero-pattern.svg");
  background-size: cover;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--green);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

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

h1 {
  max-width: 760px;
  margin-bottom: 18px;
  font-size: clamp(36px, 5.8vw, 60px);
  line-height: 1.02;
  letter-spacing: 0;
}

h2 {
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.12;
  letter-spacing: 0;
}

.hero-copy p:not(.eyebrow),
.section-heading p,
.split p {
  color: var(--muted);
  font-size: 18px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.hero-offers {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.hero-offers span {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  gap: 6px;
  padding: 0 14px;
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 10px 26px rgba(23, 32, 51, 0.08);
  font-weight: 800;
}

.hero-offers strong {
  color: var(--green);
}

.primary-link,
.secondary-link {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  padding: 0 20px;
}

.primary-link {
  color: #fff;
  background: var(--green);
  box-shadow: 0 14px 30px rgba(31, 157, 85, .22);
}

.secondary-link {
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--line);
}

.hero-visual {
  min-height: 360px;
}

.premium-brand-scene {
  position: relative;
  display: grid;
  min-height: 360px;
  place-items: center;
}

.premium-brand-scene::before,
.premium-brand-scene::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.premium-brand-scene::before {
  inset: 18px 18px 42px 18px;
  background: linear-gradient(135deg, rgba(8, 29, 48, .12), rgba(218, 165, 92, .13));
  border-radius: 26px;
  filter: blur(18px);
}

.premium-brand-scene::after {
  right: 6%;
  bottom: 12%;
  width: 42%;
  height: 34%;
  background: linear-gradient(90deg, transparent, rgba(36, 184, 199, .2), transparent);
  border-radius: 50%;
  transform: rotate(-7deg);
  opacity: .45;
}

.premium-brand-scene img {
  position: relative;
  z-index: 1;
  display: block;
  width: min(100%, 760px);
  border: 1px solid rgba(218, 165, 92, .28);
  border-radius: 8px;
  box-shadow: 0 26px 70px rgba(8, 22, 39, .22);
}

.product-scene {
  position: relative;
  height: 520px;
}

.mug {
  position: absolute;
  right: 8%;
  top: 54px;
  width: 280px;
  height: 330px;
  background: #fff;
  border: 12px solid #f0f3f8;
  border-radius: 28px 28px 48px 48px;
  box-shadow: var(--shadow);
}

.mug::after {
  content: "";
  position: absolute;
  right: -74px;
  top: 82px;
  width: 86px;
  height: 120px;
  border: 18px solid #f0f3f8;
  border-left: 0;
  border-radius: 0 70px 70px 0;
}

.mug span {
  position: absolute;
  inset: 66px 50px 90px;
  background:
    radial-gradient(circle at 68% 34%, #fff 0 12%, transparent 13%),
    linear-gradient(135deg, var(--blue), var(--green));
  border-radius: 8px;
}

.print {
  position: absolute;
  background: #fff;
  border: 10px solid #fff;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.print-one {
  left: 2%;
  top: 26px;
  width: 210px;
  height: 250px;
  background:
    linear-gradient(135deg, rgba(232,93,79,.95), rgba(243,180,63,.88)),
    #fff;
  transform: rotate(-5deg);
}

.print-two {
  left: 12%;
  bottom: 42px;
  width: 260px;
  height: 170px;
  background:
    linear-gradient(135deg, rgba(37,99,235,.88), rgba(31,157,85,.85)),
    #fff;
  transform: rotate(4deg);
}

.caption-card {
  position: absolute;
  right: 0;
  bottom: 38px;
  width: 250px;
  padding: 18px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.caption-card strong,
.caption-card span {
  display: block;
}

.caption-card span {
  color: var(--muted);
}

.before-after {
  padding: 42px clamp(18px, 4vw, 64px) 26px;
  background: linear-gradient(135deg, #fff, #fffaf0 58%, #f7f9fc);
}

.before-after-head {
  max-width: 760px;
  margin-bottom: 22px;
}

.before-after-head h2 {
  margin-bottom: 8px;
}

.before-after-head p:not(.eyebrow) {
  color: var(--muted);
  font-size: 18px;
}

.transform-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 22px;
}

.transform-card {
  display: grid;
  gap: 16px;
  padding: 16px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(23, 32, 51, .09);
}

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

.transform-images figure {
  position: relative;
  min-height: 190px;
  margin: 0;
  overflow: hidden;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.transform-images img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.transform-images span {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
  padding: 5px 9px;
  color: #fff;
  background: rgba(23, 32, 51, .88);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
}

.transform-copy {
  display: grid;
  gap: 4px;
}

.transform-copy strong {
  font-size: 20px;
}

.transform-copy p {
  margin: 0;
  color: var(--muted);
}

.trust-band {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin: -34px clamp(18px, 4vw, 64px) 0;
  overflow: hidden;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 10px 26px rgba(23, 32, 51, 0.08);
}

.trust-band div {
  padding: 20px;
  background: #fff;
}

.trust-band strong,
.trust-band span {
  display: block;
}

.trust-band span {
  margin-top: 4px;
  color: var(--muted);
}

.featured-canvas,
.photo-lab-banner {
  margin: 28px clamp(18px, 4vw, 64px) 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 10px 26px rgba(23, 32, 51, 0.08);
}

.featured-canvas {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 24px;
  align-items: center;
  padding: 28px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(5, 20, 36, .96), rgba(9, 45, 72, .92)),
    url("assets/brand/arta-cu-poza-banner-v4.png") center / cover;
}

.featured-canvas .eyebrow {
  color: #e9bd72;
}

.featured-copy h2 {
  max-width: 760px;
  margin-bottom: 10px;
}

.featured-copy p:not(.eyebrow) {
  max-width: 800px;
  color: rgba(255,255,255,.8);
}

.featured-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.featured-sizes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding: 18px;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 8px;
}

.featured-sizes strong {
  grid-column: 1 / -1;
  color: #fff;
}

.featured-sizes span {
  padding: 10px;
  color: #102033;
  background: #fff;
  border-radius: 8px;
  text-align: center;
  font-weight: 900;
}

.photo-lab-banner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .85fr) auto;
  gap: 22px;
  align-items: center;
  padding: 24px 28px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.97), rgba(247,249,252,.9)),
    radial-gradient(circle at 12% 20%, rgba(232, 93, 79, .12), transparent 28%);
}

.photo-lab-banner h2 {
  margin-bottom: 8px;
  font-size: clamp(24px, 3vw, 34px);
}

.photo-lab-banner p:not(.eyebrow) {
  color: var(--muted);
}

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

.photo-price-list span {
  display: flex;
  min-height: 54px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 0 14px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--muted);
  font-weight: 800;
}

.photo-price-list strong {
  color: var(--ink);
  font-size: 18px;
}

.section {
  padding: 72px clamp(18px, 4vw, 64px);
}

.section-heading {
  max-width: 760px;
  margin-bottom: 28px;
}

.catalog-tools {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
  gap: 18px;
  align-items: start;
  margin-bottom: 22px;
}

.filters-wrap {
  position: relative;
  max-width: 100%;
}

.filters-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 12px;
  width: 42px;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(255,255,255,0), var(--soft));
}

.filters {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  max-width: 100%;
  margin-bottom: 10px;
  padding: 2px 2px 12px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scrollbar-width: thin;
  -webkit-overflow-scrolling: touch;
}

.filters::-webkit-scrollbar {
  height: 8px;
}

.filters::-webkit-scrollbar-track {
  background: var(--soft);
  border-radius: 999px;
}

.filters::-webkit-scrollbar-thumb {
  background: #b8c2d6;
  border-radius: 999px;
}

.filters button {
  flex: 0 0 auto;
  min-height: 42px;
  padding: 10px 14px;
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--line);
  white-space: nowrap;
}

.filters button.active {
  color: #fff;
  background: var(--ink);
  border-color: var(--ink);
}

.gift-tabs {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  overflow-x: auto;
  padding: 0 2px 8px;
  scrollbar-width: thin;
}

.gift-tabs[hidden] {
  display: none;
}

.gift-tabs button {
  flex: 0 0 auto;
  min-height: 36px;
  padding: 8px 12px;
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  font-weight: 800;
  white-space: nowrap;
  cursor: pointer;
}

.gift-tabs button.active {
  color: #fff;
  background: #8b6b2d;
  border-color: #8b6b2d;
}

.quick-menu {
  display: grid;
  gap: 8px;
  padding: 14px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 10px 26px rgba(23, 32, 51, 0.08);
}

.quick-menu strong {
  font-size: 14px;
}

.quick-menu a {
  display: block;
  padding: 10px 12px;
  background: var(--soft);
  border-radius: 8px;
  color: var(--ink);
  font-weight: 800;
}

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

.product-card {
  overflow: hidden;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 10px 26px rgba(23, 32, 51, 0.08);
}

.product-art {
  display: grid;
  min-height: 180px;
  place-items: center;
  color: #fff;
  font-size: 42px;
  font-weight: 900;
}

.product-art span {
  display: grid;
  width: 84px;
  height: 84px;
  place-items: center;
  background: rgba(255,255,255,.18);
  border: 2px solid rgba(255,255,255,.5);
  border-radius: 8px;
}

.product-art.cani { background: linear-gradient(135deg, var(--blue), var(--green)); }
.product-art.textile { background: linear-gradient(135deg, var(--coral), var(--gold)); }
.product-art.cadouri { background: linear-gradient(135deg, #172033, #d9a95b); }
.product-art.servicii { background: linear-gradient(135deg, #111827, #e85d4f); }
.product-art.decor { background: linear-gradient(135deg, #334155, var(--blue)); }
.product-art.canvas { background: linear-gradient(135deg, #082033, #d9a95b); }
.product-art.mic { background: linear-gradient(135deg, var(--green), var(--gold)); }
.product-art.brelocuri { background: linear-gradient(135deg, #475569, #06b6d4); }
.product-art.foto { background: linear-gradient(135deg, #111827, #94a3b8); }
.product-art.perne { background: linear-gradient(135deg, #be185d, #f59e0b); }

.product-image {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  background: var(--soft);
}

.product-body {
  padding: 18px;
}

.product-meta {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 12px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.product-body h3 {
  margin-bottom: 6px;
  font-size: 20px;
}

.product-body p {
  min-height: 70px;
  color: var(--muted);
}

.price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.price-row strong {
  font-size: 22px;
}

.details-link {
  display: inline-flex;
  margin-top: 12px;
  color: var(--blue);
  font-size: 14px;
  font-weight: 800;
}

.product-card button {
  padding: 10px 12px;
  color: #fff;
  background: var(--green);
}

.process {
  background: #fff;
}

.steps,
.info-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.steps article,
.info-grid article {
  padding: 24px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.info-grid {
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr);
}

.about-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  gap: 28px;
  align-items: start;
  background: #fff;
}

.about-copy {
  max-width: 820px;
}

.about-copy p:not(.eyebrow) {
  color: var(--muted);
  font-size: 18px;
}

.about-points {
  display: grid;
  gap: 10px;
  padding: 18px;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.about-points span {
  display: block;
  padding: 12px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  font-weight: 800;
}

.steps span {
  display: grid;
  width: 42px;
  height: 42px;
  margin-bottom: 20px;
  place-items: center;
  color: #fff;
  background: var(--ink);
  border-radius: 8px;
  font-weight: 900;
}

.steps p {
  color: var(--muted);
}

.check-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  padding-left: 28px;
  position: relative;
}

.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--green);
  font-weight: 900;
}

.cost-line,
.cost-total {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
}

.cost-total {
  margin-top: 8px;
  border-bottom: 0;
  font-size: 20px;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 460px);
  gap: 32px;
  align-items: start;
}

.conversion-contact {
  background: linear-gradient(135deg, #fff, #fffaf0 62%, #f7f9fc);
}

.conversion-contact h2 {
  max-width: 780px;
}

.conversion-contact p {
  max-width: 720px;
}

.contact-benefits {
  display: grid;
  gap: 10px;
  margin-top: 22px;
}

.contact-benefits span {
  display: block;
  padding: 14px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  font-weight: 700;
}

.contact-form {
  display: grid;
  gap: 14px;
  padding: 22px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 10px 26px rgba(23, 32, 51, 0.08);
}

.order-form h3 {
  margin: 0;
  font-size: 22px;
}

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

.contact-form label {
  display: grid;
  gap: 6px;
  color: var(--muted);
  font-weight: 700;
}

input,
textarea,
select {
  width: 100%;
  padding: 12px;
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.contact-form button,
.checkout-button,
.canvas-form button {
  min-height: 46px;
  color: #fff;
  background: var(--green);
}

.whatsapp-link {
  display: grid;
  min-height: 46px;
  place-items: center;
  color: #fff;
  background: var(--green);
  border-radius: 8px;
  font-weight: 800;
}

.canvas-calculator {
  background: #fff;
}

.material-section {
  background: #fff;
}

.upload-section {
  background: var(--soft);
}

.policy-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  gap: clamp(24px, 4vw, 54px);
  align-items: center;
  padding: clamp(48px, 7vw, 92px) clamp(18px, 4vw, 64px);
  background:
    radial-gradient(circle at 86% 18%, rgba(243, 180, 63, .2), transparent 28%),
    linear-gradient(135deg, #fffaf0, #f7f9fc 58%, #fff);
}

.policy-hero h1 {
  max-width: 780px;
}

.policy-hero p:not(.eyebrow) {
  max-width: 760px;
  color: var(--muted);
  font-size: 19px;
}

.policy-highlight {
  display: grid;
  gap: 10px;
  padding: 28px;
  color: #fff;
  background: linear-gradient(135deg, #172033, #0c233a);
  border: 1px solid rgba(243, 180, 63, .38);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.policy-highlight strong {
  color: var(--gold);
  font-size: 26px;
  line-height: 1.15;
}

.policy-highlight span {
  color: rgba(255, 255, 255, .82);
}

.delivery-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  padding: 0 clamp(18px, 4vw, 64px) 36px;
  margin-top: -28px;
}

.delivery-summary article,
.policy-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 14px 30px rgba(23, 32, 51, .08);
}

.delivery-summary article {
  display: grid;
  gap: 6px;
  padding: 22px;
}

.delivery-summary span {
  color: var(--gold);
  font-size: 28px;
  font-weight: 900;
}

.delivery-summary strong {
  font-size: 18px;
}

.delivery-summary p {
  margin: 0;
  color: var(--muted);
}

.policy-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  padding: 36px clamp(18px, 4vw, 64px) 72px;
}

.policy-card {
  padding: 26px;
}

.policy-card h2 {
  margin-bottom: 12px;
  font-size: clamp(24px, 3vw, 32px);
}

.policy-card p {
  color: var(--muted);
}

.policy-card-wide {
  grid-column: span 2;
  background: linear-gradient(135deg, #fff, #fffaf0);
  border-color: rgba(243, 180, 63, .42);
}

.legal-note {
  padding: 14px;
  color: var(--ink) !important;
  background: #fff;
  border-left: 4px solid var(--gold);
  border-radius: 8px;
  font-weight: 700;
}

.contact-policy {
  display: grid;
  align-content: start;
  gap: 12px;
}

.contact-policy .primary-link {
  justify-content: center;
}

.contact-policy span {
  color: var(--muted);
  font-weight: 800;
}

.calculator-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 380px);
  gap: 24px;
  align-items: stretch;
}

.canvas-form,
.canvas-result {
  padding: 24px;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 8px;
}

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

.canvas-form label {
  display: grid;
  gap: 6px;
  color: var(--muted);
  font-weight: 800;
}

.canvas-form label span {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px;
  color: var(--ink);
}

.canvas-form .checkbox-line {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
}

.checkbox-line input {
  width: 18px;
  height: 18px;
}

.canvas-form button {
  grid-column: 1 / -1;
}

.form-note {
  grid-column: 1 / -1;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.canvas-result {
  display: grid;
  align-content: center;
  gap: 8px;
  background:
    linear-gradient(135deg, rgba(37,99,235,.08), rgba(31,157,85,.12)),
    #fff;
}

.canvas-result span {
  color: var(--muted);
  font-weight: 800;
  text-transform: uppercase;
  font-size: 13px;
}

.canvas-result strong {
  font-size: 44px;
  line-height: 1;
}

.canvas-result p {
  margin: 0;
  color: var(--muted);
}

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

.material-grid article {
  padding: 22px;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.material-grid p {
  color: var(--muted);
}

.upload-layout {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(300px, 420px);
  gap: 24px;
  align-items: stretch;
}

.upload-box,
.preview-card {
  padding: 24px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 10px 26px rgba(23, 32, 51, 0.08);
}

.upload-box {
  display: grid;
  gap: 16px;
}

.upload-box label {
  display: grid;
  gap: 6px;
  color: var(--muted);
  font-weight: 800;
}

.upload-label {
  min-height: 126px;
  place-items: center;
  color: var(--ink);
  background: var(--soft);
  border: 2px dashed #b8c2d6;
  border-radius: 8px;
  text-align: center;
  cursor: pointer;
}

.upload-label strong,
.upload-label span {
  display: block;
}

.upload-label span {
  color: var(--muted);
  font-size: 14px;
}

#photoUpload {
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  position: absolute;
}

.effect-picker {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.effect-picker legend {
  padding: 0 8px;
  color: var(--ink);
  font-weight: 900;
}

.effect-picker label {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--ink);
  font-weight: 700;
}

.effect-picker input {
  width: 16px;
  height: 16px;
}

.preview-card {
  display: grid;
  gap: 16px;
}

.preview-frame {
  display: grid;
  min-height: 310px;
  place-items: center;
  overflow: hidden;
  color: var(--muted);
  background:
    linear-gradient(135deg, rgba(37,99,235,.08), rgba(232,93,79,.08)),
    #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  text-align: center;
}

.preview-frame.has-image {
  display: grid;
}

.mockup-shell {
  position: relative;
  display: grid;
  width: 100%;
  min-height: 310px;
  place-items: center;
  padding: 28px;
}

.mockup-object {
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: var(--muted);
  background: #fff;
  border: 10px solid #fff;
  box-shadow: 0 18px 45px rgba(23, 32, 51, .16);
}

.mockup-object span {
  padding: 18px;
  font-weight: 900;
}

.preview-frame img {
  width: 100%;
  height: 100%;
  min-height: 310px;
  object-fit: cover;
  display: block;
}

.mockup-canvas .mockup-object {
  width: min(82%, 330px);
  aspect-ratio: 4 / 3;
  border-width: 12px;
  border-radius: 4px;
}

.mockup-cana .mockup-object {
  width: min(72%, 260px);
  aspect-ratio: 1 / 1.08;
  border-width: 18px 28px;
  border-radius: 30px 30px 46px 46px;
}

.mockup-cana .mockup-object::after {
  content: "";
  position: absolute;
  right: -54px;
  top: 34%;
  width: 62px;
  height: 86px;
  border: 16px solid #fff;
  border-left: 0;
  border-radius: 0 42px 42px 0;
  box-shadow: 12px 8px 24px rgba(23, 32, 51, .08);
}

.mockup-breloc .mockup-object {
  width: min(70%, 260px);
  aspect-ratio: 1 / 1.18;
  border-width: 12px;
  border-radius: 26px;
}

.mockup-breloc .mockup-object::before {
  content: "";
  position: absolute;
  top: -34px;
  width: 72px;
  height: 72px;
  border: 12px solid #cbd5e1;
  border-radius: 50%;
  background: transparent;
}

.mockup-magnet .mockup-object {
  width: min(74%, 300px);
  aspect-ratio: 1.22 / 1;
  border-width: 10px;
  border-radius: 22px;
}

.mockup-magnet .mockup-object::after {
  content: "";
  position: absolute;
  right: 14px;
  bottom: 14px;
  width: 64px;
  height: 40px;
  border-radius: 6px;
  background: rgba(15, 23, 42, .24);
}

.mockup-perna .mockup-object {
  width: min(78%, 310px);
  aspect-ratio: 1 / 1;
  border-width: 16px;
  border-radius: 34px;
}

.mockup-perna .mockup-object::before,
.mockup-perna .mockup-object::after {
  content: "";
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(255,255,255,.75);
  border-radius: 28px;
}

.mockup-tricou .mockup-object {
  width: min(78%, 310px);
  aspect-ratio: 1 / 1.12;
  border-width: 0;
  border-radius: 42px 42px 18px 18px;
  clip-path: polygon(22% 0, 38% 0, 42% 8%, 58% 8%, 62% 0, 78% 0, 100% 22%, 82% 40%, 78% 100%, 22% 100%, 18% 40%, 0 22%);
}

.mockup-ceas .mockup-object {
  width: min(76%, 300px);
  aspect-ratio: 1 / 1;
  border-width: 16px;
  border-radius: 50%;
}

.mockup-ceas .mockup-object::before {
  content: "";
  position: absolute;
  inset: 12px;
  border: 2px solid rgba(255,255,255,.8);
  border-radius: 50%;
}

.mockup-ceas .mockup-object::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 4px;
  height: 70px;
  background: rgba(23,32,51,.65);
  transform-origin: 50% 0;
  transform: rotate(35deg);
  border-radius: 999px;
}

.mockup-rama .mockup-object {
  width: min(82%, 330px);
  aspect-ratio: 4 / 3;
  border: 24px solid #d9a95b;
  border-radius: 8px;
}

.mockup-cub .mockup-object {
  width: min(76%, 300px);
  aspect-ratio: 1 / 1;
  border-width: 12px;
  border-radius: 18px;
  transform: rotate(-4deg);
}

.mockup-restaurare .mockup-object {
  width: min(82%, 330px);
  aspect-ratio: 4 / 3;
  border-width: 12px;
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(23,32,51,.18) 0 50%, transparent 50%),
    #fff;
}

.mockup-restaurare .mockup-object::after {
  content: "inainte / dupa";
  position: absolute;
  left: 50%;
  bottom: 12px;
  transform: translateX(-50%);
  padding: 5px 10px;
  color: #fff;
  background: rgba(23,32,51,.78);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
}

.preview-frame.effect-caricatura img {
  filter: saturate(1.8) contrast(1.45) brightness(1.08);
}

.preview-frame.effect-caricatura {
  border: 4px solid var(--gold);
}

.preview-frame.effect-alb-negru img {
  filter: grayscale(1) contrast(1.08);
}

.preview-frame.effect-sepia img {
  filter: sepia(.82) contrast(1.08) saturate(.9);
}

.preview-frame.effect-poster img {
  filter: saturate(2.2) contrast(1.35);
}

.preview-frame.effect-poster {
  background: linear-gradient(135deg, rgba(232,93,79,.18), rgba(37,99,235,.18));
}

.preview-copy {
  display: grid;
  gap: 4px;
}

.preview-copy span {
  color: var(--muted);
}

.cart-panel {
  position: fixed;
  right: 18px;
  bottom: 74px;
  z-index: 4;
  width: min(300px, calc(100vw - 36px));
  padding: 14px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.cart-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 6px;
}

.cart-head h2 {
  margin: 0;
  font-size: 18px;
}

.cart-head button {
  min-height: 34px;
  padding: 6px 9px;
  color: var(--muted);
  background: var(--soft);
}

.cart-items {
  max-height: 132px;
  overflow: auto;
  color: var(--muted);
  font-size: 14px;
}

.cart-line,
.cart-total {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.cart-line {
  align-items: center;
  padding: 7px 0;
  border-bottom: 1px solid var(--line);
}

.cart-line strong,
.cart-line span {
  display: block;
}

.cart-line strong {
  color: var(--ink);
}

.qty-controls {
  display: grid;
  grid-template-columns: 26px 26px 26px;
  align-items: center;
  gap: 4px;
}

.qty-controls button {
  min-height: 26px;
  width: 26px;
  height: 26px;
  color: var(--ink);
  background: var(--soft);
}

.qty-controls span {
  color: var(--ink);
  text-align: center;
  font-weight: 800;
}

.cart-total {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid var(--line);
  font-size: 14px;
}

.checkout-button {
  width: 100%;
  min-height: 42px;
  margin-top: 10px;
  padding: 0 14px;
}

.order-message {
  min-height: 20px;
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 13px;
}

.help-widget {
  position: fixed;
  left: 18px;
  right: auto;
  bottom: 18px;
  z-index: 6;
  display: grid;
  justify-items: end;
  gap: 10px;
  width: min(320px, calc(100vw - 36px));
}

.help-toggle {
  order: 2;
  min-height: 44px;
  padding: 0 18px;
  color: #fff;
  background: var(--green);
  border: 0;
  border-radius: 999px;
  box-shadow: 0 16px 34px rgba(31, 157, 85, .28);
  cursor: pointer;
  font-weight: 900;
}

.help-panel {
  order: 1;
  width: 100%;
  padding: 16px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.help-widget.is-closed .help-panel {
  display: none;
}

.help-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

.help-dot {
  width: 12px;
  height: 12px;
  background: var(--green);
  border-radius: 999px;
  box-shadow: 0 0 0 6px rgba(31, 157, 85, .12);
}

.help-head strong,
.help-head span {
  display: block;
}

.help-head span,
.help-panel p {
  color: var(--muted);
  font-size: 13px;
}

.help-actions {
  display: grid;
  gap: 8px;
}

.help-actions a {
  display: grid;
  min-height: 40px;
  place-items: center;
  padding: 8px 10px;
  color: var(--ink);
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 8px;
  text-align: center;
  font-size: 13px;
  font-weight: 800;
}

.help-actions .help-primary {
  color: #fff;
  background: var(--green);
  border-color: var(--green);
}

.help-panel p {
  margin: 12px 0 0;
}

footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  padding: 28px clamp(18px, 4vw, 64px);
  color: var(--muted);
  background: #fff;
  border-top: 1px solid var(--line);
}

footer strong,
footer span {
  display: block;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  color: var(--ink);
  font-weight: 800;
}

.seo-product-hero {
  display: grid;
  grid-template-columns: minmax(320px, 0.92fr) minmax(360px, 0.78fr);
  gap: clamp(24px, 4vw, 54px);
  align-items: center;
  padding: clamp(34px, 5vw, 70px) clamp(18px, 4vw, 64px);
  background:
    radial-gradient(circle at 80% 28%, rgba(243, 180, 63, .20), transparent 22%),
    linear-gradient(130deg, #fff, #f6f1e9);
}

.seo-product-hero h1 {
  max-width: 820px;
}

.seo-product-hero p {
  color: var(--muted);
  font-size: 18px;
}

.seo-product-media {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

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

.seo-product-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin: 0 clamp(18px, 4vw, 64px);
  overflow: hidden;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: 8px;
  transform: translateY(-18px);
}

.seo-product-strip article {
  padding: 18px;
  background: #fff;
}

.seo-product-strip strong,
.seo-product-strip span {
  display: block;
}

.seo-product-strip span {
  color: var(--muted);
  font-size: 14px;
}

.seo-content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 28px;
  padding: 28px clamp(18px, 4vw, 64px) 70px;
}

.seo-main,
.seo-side-card,
.faq-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 32px rgba(23, 32, 51, 0.08);
}

.seo-main {
  padding: clamp(22px, 3vw, 34px);
}

.seo-main h2 {
  margin-top: 28px;
}

.seo-main h2:first-child {
  margin-top: 0;
}

.seo-main ul {
  padding-left: 20px;
}

.seo-side {
  display: grid;
  align-content: start;
  gap: 18px;
}

.seo-side-card,
.faq-card {
  padding: 22px;
}

.seo-side-card .primary-link,
.seo-side-card .secondary-link {
  width: 100%;
  justify-content: center;
  margin-top: 10px;
}

.seo-price-list {
  display: grid;
  gap: 10px;
  margin: 14px 0;
}

.seo-price-list span {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--line);
}

.faq-list {
  display: grid;
  gap: 14px;
}

.faq-list details {
  padding: 14px;
  background: var(--soft);
  border-radius: 8px;
}

.faq-list summary {
  cursor: pointer;
  font-weight: 800;
}

.related-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.related-links a {
  padding: 10px 12px;
  color: var(--ink);
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 8px;
  font-weight: 800;
}

.catalog-hero {
  padding: clamp(34px, 5vw, 70px) clamp(18px, 4vw, 64px);
  color: #fff;
  background:
    radial-gradient(circle at 78% 24%, rgba(243, 180, 63, .24), transparent 24%),
    linear-gradient(135deg, #0c233a, #172033);
}

.catalog-hero .eyebrow {
  color: var(--gold);
}

.catalog-hero p {
  max-width: 780px;
  color: rgba(255, 255, 255, .82);
  font-size: 18px;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 22px;
  color: rgba(255, 255, 255, .76);
  font-size: 14px;
  font-weight: 800;
}

.breadcrumbs a {
  color: #fff;
}

.category-shell {
  padding: 34px clamp(18px, 4vw, 64px) 70px;
}

.category-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, .44fr);
  gap: 22px;
  align-items: start;
  margin-bottom: 24px;
}

.category-note,
.filter-panel,
.category-card,
.canvas-listing-card,
.collection-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(23, 32, 51, .08);
}

.category-note {
  padding: 20px;
}

.category-note strong,
.category-note span {
  display: block;
}

.category-note span {
  margin-top: 6px;
  color: var(--muted);
}

.category-grid,
.subcategory-grid,
.canvas-listing-grid,
.collection-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.category-card,
.collection-card {
  overflow: hidden;
}

.category-card a,
.collection-card a {
  display: grid;
  height: 100%;
}

.category-thumb {
  min-height: 154px;
  background:
    linear-gradient(135deg, rgba(12, 35, 58, .86), rgba(243, 180, 63, .68)),
    var(--thumb-image, none) center / cover;
}

.category-card-body,
.collection-card-body {
  padding: 18px;
}

.category-card-body h2,
.category-card-body h3,
.collection-card-body h2,
.collection-card-body h3 {
  margin-bottom: 8px;
  font-size: 22px;
}

.category-card-body p,
.collection-card-body p {
  color: var(--muted);
}

.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.tag-row span,
.product-tags span {
  padding: 6px 8px;
  color: var(--ink);
  background: #f6f1e9;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
}

.filter-panel {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 24px 0;
  padding: 18px;
}

.filter-panel label {
  display: grid;
  gap: 6px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.filter-panel select {
  width: 100%;
  min-height: 42px;
  padding: 0 12px;
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.canvas-listing-card {
  overflow: hidden;
}

.canvas-listing-card img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.canvas-listing-body {
  padding: 18px;
}

.canvas-listing-body h2,
.canvas-listing-body h3 {
  margin-bottom: 8px;
  font-size: 22px;
}

.canvas-listing-body p {
  color: var(--muted);
}

.canvas-listing-meta {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin: 14px 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.canvas-listing-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.no-results {
  display: none;
  padding: 20px;
  color: var(--muted);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

@media (max-width: 1080px) {
  .product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

@media (max-width: 980px) {
  .hero,
  .policy-hero,
  .seo-product-hero,
  .seo-content,
  .transform-grid,
  .featured-canvas,
  .photo-lab-banner,
  .catalog-tools,
  .split,
  .info-grid,
  .calculator-layout,
  .upload-layout,
  .material-grid {
    grid-template-columns: 1fr;
  }

  .seo-product-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .hero-visual {
    min-height: 430px;
  }

  .premium-brand-scene {
    min-height: 430px;
  }

  .product-scene {
    height: 430px;
  }

  .trust-band,
  .steps,
  .category-grid,
  .subcategory-grid,
  .canvas-listing-grid,
  .collection-grid,
  .delivery-summary,
  .policy-grid {
    grid-template-columns: 1fr;
  }

  .category-intro,
  .filter-panel {
    grid-template-columns: 1fr;
  }

  .policy-card-wide {
    grid-column: auto;
  }

  .photo-lab-banner .secondary-link {
    justify-content: center;
  }

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

@media (max-width: 720px) {
  .topbar {
    position: static;
    align-items: flex-start;
    flex-direction: column;
  }

  nav {
    width: 100%;
    justify-content: space-between;
    gap: 10px;
    font-size: 14px;
  }

  .hero {
    min-height: auto;
  }

  .mug {
    right: 4%;
    width: 210px;
    height: 270px;
  }

  .mug::after {
    right: -55px;
    width: 62px;
    height: 92px;
  }

  .print-one {
    width: 150px;
    height: 190px;
  }

  .print-two {
    width: 200px;
    height: 135px;
  }

  .caption-card {
    width: 220px;
  }

  .product-grid {
    grid-template-columns: 1fr;
  }

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

  .effect-picker {
    grid-template-columns: 1fr;
  }

  .photo-price-list,
  .featured-sizes,
  .seo-product-strip,
  .transform-images {
    grid-template-columns: 1fr;
  }

  .cart-panel {
    position: static;
    width: auto;
    margin: 0 18px 18px;
  }

  .help-widget {
    left: auto;
    right: 12px;
    bottom: 12px;
    width: min(300px, calc(100vw - 24px));
  }

  footer {
    flex-direction: column;
    align-items: flex-start;
  }
}
