:root {
  --blue: #1565c0;
  --blue-deep: #0d47a1;
  --blue-mid: #1e88e5;
  --blue-ice: #eaf3ff;
  --blue-soft: #d6e8ff;
  --ink: #1b2430;
  --mute: #5b6776;
  --paper: #f5f8fc;
  --card: #ffffff;
  --line: #d7e3f2;
  --yellow: #ffd60a;
  --max: 1180px;
  --sans: "DM Sans", "Segoe UI", Helvetica, Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.cfp-sat {
  margin: 0;
  font-family: var(--sans);
  color: var(--ink);
  background:
    radial-gradient(1200px 420px at 10% -8%, rgba(33,150,243,.12), transparent 60%),
    radial-gradient(900px 380px at 92% 8%, rgba(13,71,161,.08), transparent 55%),
    var(--paper);
  line-height: 1.5;
}
.cfp-skip { position: absolute; left: -999px; }
.cfp-skip:focus { left: 12px; top: 8px; background: #fff; padding: 8px 12px; z-index: 80; }

.cfp-promo {
  background: linear-gradient(90deg, var(--blue-deep), var(--blue) 55%, #2196f3);
  color: #fff; font-size: 0.86rem; font-weight: 650;
}
.cfp-promo-inner {
  max-width: var(--max); margin: 0 auto; padding: 8px 16px;
  display: flex; justify-content: space-between; gap: 12px; align-items: center;
}
.cfp-promo a { color: #fff; text-decoration: none; }
.cfp-promo a:hover { text-decoration: underline; }
.cfp-free-tag {
  display: inline-block; background: var(--yellow); color: #111;
  font-weight: 800; font-size: 0.68rem; letter-spacing: 0.04em;
  text-transform: uppercase; padding: 4px 8px; border-radius: 6px;
  transform: rotate(-4deg); box-shadow: 0 1px 3px rgba(0,0,0,.2);
}

.cfp-head {
  background: rgba(255,255,255,.94);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
  position: sticky; top: 0; z-index: 40;
}
.cfp-head-row {
  max-width: var(--max); margin: 0 auto; padding: 10px 16px;
  display: flex; align-items: center; gap: 14px;
}
.cfp-logo { display: flex; align-items: center; flex: 0 0 auto; }
.cfp-logo img {
  display: block; height: 100px; width: auto; max-width: min(420px, 58vw);
  transition: transform .35s cubic-bezier(.22,1,.36,1);
}
.cfp-logo:hover img { transform: scale(1.04) rotate(-1.5deg); }
.cfp-search { display: flex; width: 260px; max-width: min(260px, 36vw); flex: 0 0 auto; }
.cfp-search input {
  flex: 1; border: 1px solid #d1d5db; border-right: 0; border-radius: 999px 0 0 999px;
  padding: 0.5rem 14px; font-size: 0.875rem; height: 2.5rem; min-width: 0;
  background: #f9fafb;
  transition: box-shadow .2s ease, background .2s ease, border-color .2s ease;
}
.cfp-search input:focus {
  outline: 0;
  background: #f7fbff;
  box-shadow: 0 0 0 4px rgba(21,101,192,.14);
}
.cfp-search button {
  background: var(--blue); color: #fff; border: 0; border-radius: 0 999px 999px 0;
  padding: 0 16px; height: 2.5rem; font-weight: 700; font-size: 0.875rem; cursor: pointer;
  transition: background .2s ease;
}
.cfp-search button:hover { background: var(--blue-deep); }
.cfp-head-acts { display: flex; align-items: center; gap: 10px; margin-left: auto; }
.cfp-head-acts a {
  color: var(--ink); text-decoration: none; font-weight: 700; font-size: 0.9rem;
  padding: 8px 10px; border-radius: 8px;
  transition: background .2s ease, color .2s ease, transform .2s ease;
}
.cfp-head-acts a:hover { background: var(--blue-ice); color: var(--blue-deep); transform: translateY(-1px); }
.cfp-cart {
  display: inline-flex; align-items: center; gap: 6px;
}
.cfp-cart svg {
  width: 16px; height: 16px; flex: 0 0 auto;
  transition: transform .28s cubic-bezier(.22,1,.36,1);
}
.cfp-cart:hover svg { transform: translateY(-2px) rotate(-8deg); }
.cfp-burger {
  display: none; border: 1px solid var(--line); background: #fff;
  border-radius: 8px; padding: 8px 12px; font-weight: 700;
}

.cfp-cats { background: #fff; border-bottom: 1px solid var(--line); }
.cfp-cats-inner {
  max-width: var(--max); margin: 0 auto; padding: 0 12px;
  display: flex; flex-wrap: wrap; gap: 0; overflow-x: visible;
}
.cfp-cats a {
  color: var(--ink); text-decoration: none; font-weight: 700; font-size: 0.86rem;
  padding: 10px 10px; white-space: nowrap; border-bottom: 3px solid transparent;
  transition: color .2s ease, border-color .2s ease, background .2s ease;
}
.cfp-cats a:hover, .cfp-cats a.is-on { color: var(--blue); border-bottom-color: var(--blue); }
.cfp-cats a:hover { background: rgba(21,101,192,.04); }
.cfp-tools { position: relative; }
.cfp-tools-toggle {
  color: var(--ink); text-decoration: none; font-weight: 700; font-size: 0.86rem;
  padding: 10px 10px; white-space: nowrap; border-bottom: 3px solid transparent;
  display: inline-block;
}
.cfp-tools:hover .cfp-tools-toggle, .cfp-tools:focus-within .cfp-tools-toggle,
.cfp-tools-toggle.is-on {
  color: var(--blue); border-bottom-color: var(--blue); background: rgba(21,101,192,.04);
}
.cfp-tools-panel {
  display: none; position: absolute; left: 0; top: 100%;
  width: min(920px, 92vw); background: #fff; border: 1px solid var(--line);
  border-radius: 12px; box-shadow: 0 18px 40px rgba(13,71,161,.16);
  padding: 16px; z-index: 50;
  grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px 18px;
}
.cfp-tools:hover .cfp-tools-panel, .cfp-tools:focus-within .cfp-tools-panel,
.cfp-head.is-open .cfp-tools-panel { display: grid; }
.cfp-tools-h { margin: 0 0 8px; font-size: 0.72rem; letter-spacing: .04em; text-transform: uppercase; color: var(--mute); font-weight: 800; }
.cfp-tools-col a {
  display: block; padding: 8px 8px 9px; border-bottom: 0; white-space: normal;
  border-radius: 8px; line-height: 1.25;
}
.cfp-tools-col a strong { display: block; font-size: 0.86rem; }
.cfp-tools-col a i {
  display: inline-block; margin-left: 6px; background: var(--yellow); color: #111;
  font-style: normal; font-size: 0.62rem; font-weight: 800; padding: 2px 5px;
  border-radius: 4px; transform: rotate(-4deg);
}
.cfp-tools-col a span { display: block; color: var(--mute); font-size: 0.74rem; font-weight: 500; }

.cfp-hero-slide {
  position: relative; min-height: 420px; overflow: hidden;
  background: linear-gradient(105deg, var(--blue-deep) 0%, var(--blue) 48%, #42a5f5 100%);
  color: #fff;
}
.cfp-hero-slide::before {
  content: "";
  position: absolute; width: 260px; height: 260px; right: 6%; top: -80px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,.12), transparent 70%);
  pointer-events: none;
}
.cfp-slides { display: grid; position: relative; z-index: 1; }
.cfp-slide {
  grid-area: 1 / 1;
  max-width: var(--max); margin: 0 auto; padding: 36px 20px;
  display: grid; grid-template-columns: 1fr 1fr; gap: 28px; align-items: center;
  min-height: 420px; width: 100%;
  opacity: 0; visibility: hidden; pointer-events: none;
  transform: translateX(28px) scale(.985);
  transition: opacity .55s ease, transform .55s cubic-bezier(.22,1,.36,1), visibility .55s;
}
.cfp-slide.is-on {
  opacity: 1; visibility: visible; pointer-events: auto;
  transform: none; z-index: 1;
}
.cfp-slide h1 {
  font-size: clamp(2rem, 4.4vw, 3.4rem); line-height: 1.05; letter-spacing: -0.03em; margin: 8px 0 12px;
  font-weight: 800;
}
.cfp-slide.is-on h1 { animation: cfpRise .55s ease both; }
.cfp-slide p { color: rgba(255,255,255,.9); font-size: 1.08rem; max-width: 34rem; }
.cfp-slide.is-on p { animation: cfpRise .65s .06s ease both; }
.cfp-slide-art {
  display: flex; align-items: center; justify-content: center;
}
.cfp-slide img {
  width: 100%; max-height: 340px; object-fit: contain; background: #fff;
  border-radius: 18px; box-shadow: 0 18px 40px rgba(0,0,0,.18);
}
.cfp-hero-nav {
  position: absolute; left: 0; right: 0; bottom: 14px;
  display: flex; justify-content: center; gap: 8px; z-index: 2;
}
.cfp-hero-nav button {
  width: 10px; height: 10px; border-radius: 50%; border: 0;
  background: rgba(255,255,255,.45); cursor: pointer;
  transition: width .25s ease, background .2s ease, transform .2s ease;
}
.cfp-hero-nav button.is-on { background: #fff; width: 22px; border-radius: 999px; }
.cfp-hero-arrow {
  position: absolute; top: 50%; transform: translateY(-50%);
  width: 40px; height: 40px; border: 0; border-radius: 50%;
  background: rgba(255,255,255,.92); color: var(--blue-deep); font-size: 1.3rem; cursor: pointer;
  z-index: 2;
  box-shadow: 0 8px 18px rgba(0,0,0,.12);
  transition: transform .2s ease, box-shadow .2s ease;
}
.cfp-hero-arrow:hover { transform: translateY(-50%) scale(1.08); box-shadow: 0 12px 22px rgba(0,0,0,.16); }
.cfp-hero-arrow.prev { left: 12px; }
.cfp-hero-arrow.next { right: 12px; }

.cfp-btn {
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--yellow); color: #111; padding: 12px 18px; border-radius: 8px;
  text-decoration: none; font-weight: 800;
  box-shadow: 0 8px 18px rgba(255,214,10,.25);
  transition: transform .18s ease, box-shadow .18s ease;
}
.cfp-btn:hover { transform: translateY(-2px); box-shadow: 0 10px 18px rgba(255,214,10,.3); }
.cfp-btn:active { transform: scale(.98); }
.cfp-btn-2 { background: #fff; color: var(--blue-deep); }
.cfp-pageh .cfp-btn-2 { border: 2px solid var(--blue); }

.cfp-wrap { max-width: var(--max); margin: 0 auto; padding: 28px 16px 8px; }
.cfp-sec-h {
  display: flex; justify-content: space-between; align-items: baseline; gap: 12px;
  margin: 8px 0 16px;
}
.cfp-sec-h h2 { margin: 0; font-size: 1.55rem; letter-spacing: -0.02em; }
.cfp-sec-h a {
  color: var(--blue); font-weight: 700; text-decoration: none;
  transition: transform .2s ease;
}
.cfp-sec-h a:hover { text-decoration: underline; transform: translateX(3px); }

.cfp-icons {
  display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 12px;
  max-width: var(--max); margin: -28px auto 8px; padding: 0 16px; position: relative; z-index: 2;
}
.cfp-icon {
  background: #fff; border-radius: 16px; text-align: center; text-decoration: none; color: var(--ink);
  padding: 14px 8px 12px; box-shadow: 0 10px 24px rgba(21,101,192,.1);
  transition: box-shadow .2s ease, transform .22s cubic-bezier(.22,1,.36,1), opacity .5s ease, translate .5s cubic-bezier(.22,1,.36,1);
}
.cfp-icon.cfp-wait { opacity: 0; translate: 0 16px; }
.cfp-icon.is-in { opacity: 1; translate: 0 0; }
.cfp-icon:nth-child(1) { transition-delay: .02s; }
.cfp-icon:nth-child(2) { transition-delay: .07s; }
.cfp-icon:nth-child(3) { transition-delay: .12s; }
.cfp-icon:nth-child(4) { transition-delay: .17s; }
.cfp-icon:nth-child(5) { transition-delay: .22s; }
.cfp-icon:nth-child(6) { transition-delay: .27s; }
.cfp-icon:hover { transform: translateY(-4px); box-shadow: 0 16px 28px rgba(21,101,192,.16); }
.cfp-icon img {
  width: 86px; height: 86px; object-fit: contain; object-position: center;
  border-radius: 50%; background: var(--blue-ice); display: block; margin: 0 auto 8px;
  padding: 6px;
  box-shadow: inset 0 0 0 3px rgba(21,101,192,.08);
  transition: transform .28s cubic-bezier(.22,1,.36,1), box-shadow .28s ease;
}
.cfp-icon:hover img {
  transform: scale(1.04);
  box-shadow: inset 0 0 0 3px rgba(21,101,192,.16);
}
.cfp-icon b { display: block; font-size: 0.84rem; line-height: 1.25; }

.cfp-grid {
  display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px;
  max-width: var(--max); margin: 0 auto; padding: 0 16px 36px;
}
.cfp-card {
  background: #fff; border-radius: 14px; overflow: hidden; text-decoration: none; color: inherit;
  box-shadow: 0 8px 20px rgba(21,101,192,.08);
  display: flex; flex-direction: column;
  transition: box-shadow .22s ease, transform .22s cubic-bezier(.22,1,.36,1), opacity .5s ease, translate .5s cubic-bezier(.22,1,.36,1);
}
.cfp-card.cfp-wait { opacity: 0; translate: 0 18px; }
.cfp-card.is-in { opacity: 1; translate: 0 0; }
.cfp-card:nth-child(4n+1) { transition-delay: .02s; }
.cfp-card:nth-child(4n+2) { transition-delay: .08s; }
.cfp-card:nth-child(4n+3) { transition-delay: .14s; }
.cfp-card:nth-child(4n+4) { transition-delay: .2s; }
.cfp-card:hover { transform: translateY(-4px); box-shadow: 0 16px 30px rgba(21,101,192,.15); }
.cfp-card-img { display: block; background: #fff; aspect-ratio: 1; overflow: hidden; }
.cfp-card-img img {
  width: 100%; height: 100%; object-fit: cover; object-position: top center;
  transition: transform .4s ease;
}
.cfp-card:hover img { transform: scale(1.04); }
.cfp-card-name { padding: 12px 12px 0; font-weight: 800; font-size: 0.98rem; }
.cfp-card-price {
  padding: 6px 12px 14px; color: var(--blue-deep); font-weight: 800; font-size: 0.88rem;
  display: flex; align-items: center; gap: 8px; flex-wrap: wrap;
}

.cfp-pageh {
  background: linear-gradient(180deg, var(--blue-ice), var(--paper));
  padding: 14px 16px 8px;
}
.cfp-pageh--tight { padding: 10px 16px 4px; }
.cfp-pageh-inner { max-width: var(--max); margin: 0 auto; }
.cfp-pageh h1 { margin: 4px 0 6px; font-size: clamp(1.45rem, 2.6vw, 2rem); letter-spacing: -0.03em; }
.cfp-pageh p { color: var(--mute); max-width: 46rem; margin: 0 0 4px; }
.cfp-crumb { font-size: 0.8rem; color: var(--mute); margin: 0 0 4px; }
.cfp-crumb a { color: var(--blue); text-decoration: none; font-weight: 650; }
.cfp-crumb a:hover { text-decoration: underline; }

.cfp-article { max-width: var(--max); margin: 0 auto; padding: 8px 16px 56px; }
.cfp-article-inner { max-width: 820px; }
.cfp-article h1 { margin: 8px 0 10px; font-size: clamp(1.5rem, 2.8vw, 2.1rem); letter-spacing: -0.03em; }
.cfp-article h2 { margin-top: 1.6rem; }
.cfp-table { width: 100%; border-collapse: collapse; margin: 18px 0; background: #fff; }
.cfp-table th, .cfp-table td { border: 1px solid var(--line); padding: 10px 12px; text-align: left; }
.cfp-faq { margin: 14px 0; background: #fff; border-radius: 12px; padding: 14px 16px; border: 1px solid var(--line); }
.cfp-faq h3 { margin: 0 0 8px; font-size: 1rem; }
.cfp-answer {
  margin: 4px 0 18px;
  padding: 16px 18px;
  background: var(--blue-ice);
  border: 1px solid var(--line);
  border-radius: 12px;
  font-size: 1.05rem;
  line-height: 1.55;
}
.cfp-facts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 0 0 22px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
}
.cfp-facts > div {
  padding: 11px 14px;
  border-bottom: 1px solid var(--line);
}
.cfp-facts > div:nth-last-child(-n+2) { border-bottom: 0; }
.cfp-facts dt {
  margin: 0;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--mute);
}
.cfp-facts dd { margin: 3px 0 0; font-weight: 750; }
.cfp-howto {
  margin: 12px 0 22px;
  padding-left: 1.25rem;
}
.cfp-howto li { margin: 0 0 10px; }
.cfp-reviewed {
  margin: 22px 0 0;
  color: var(--mute);
  font-size: 0.88rem;
}
.cfp-related-wrap { max-width: var(--max); margin: 0 auto 40px; padding: 0 16px 24px; }
.cfp-kit {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 8px 0 26px;
}
.cfp-kit-card {
  display: block;
  padding: 12px 14px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  text-decoration: none;
  color: inherit;
}
.cfp-kit-card:hover { border-color: var(--blue-mid); }
.cfp-kit-card strong {
  display: block;
  color: var(--blue-deep);
  font-size: 0.95rem;
  margin-bottom: 4px;
}
.cfp-kit-card span {
  display: block;
  color: var(--mute);
  font-size: 0.88rem;
  line-height: 1.4;
}
@media (max-width: 700px) {
  .cfp-kit { grid-template-columns: 1fr; }
}
@media (max-width: 700px) {
  .cfp-facts { grid-template-columns: 1fr; }
  .cfp-facts > div:nth-last-child(-n+2) { border-bottom: 1px solid var(--line); }
  .cfp-facts > div:last-child { border-bottom: 0; }
}
.cfp-form-slot {
  max-width: 1180px; margin: 8px auto 36px; padding: 8px 10px 20px;
  background: #fff; border-radius: 16px; box-shadow: 0 12px 30px rgba(21,101,192,.08);
}
.cfp-crumb--in { padding: 14px 0 12px; letter-spacing: 0.01em; }
.cfp-product .cfp-form-slot {
  max-width: var(--max);
  margin: 0 auto 8px;
  padding: 0 16px 8px;
  border-radius: 0;
  box-shadow: none;
  background: #fff;
}
.cfp-product #ccf-isolated-container {
  max-width: none !important;
  width: 100% !important;
  padding: 0 0 12px !important;
}
.cfp-product #ccf-isolated-container .ccf-main-layout-container {
  justify-content: start !important;
  margin: 0 !important;
}
@media (min-width: 1101px) {
  .cfp-product #ccf-isolated-container .ccf-main-layout-container {
    grid-template-columns: minmax(440px, 480px) minmax(280px, 1fr) minmax(300px, 360px) !important;
    justify-content: start !important;
    gap: 18px !important;
    padding: 0 !important;
  }
}
.cfp-product #ccf-isolated-container .ccf-product-image-frame {
  max-width: none !important;
  width: 100% !important;
  background: none !important;
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  overflow: visible !important;
  transform: none !important;
}
.cfp-product #ccf-isolated-container .ccf-expansion-product-title {
  white-space: normal;
}
.cfp-product #ccf-isolated-container .ccf-image-text-below-image {
  display: none !important;
}
.cfp-product #ccf-isolated-container .ccf-product-main-image {
  display: block;
  width: 100%;
  max-width: 480px !important;
  height: auto !important;
  max-height: none !important;
  margin: 0 auto;
  object-fit: contain;
}

/* Product form polish: CheapFAST blue, dropzones, no leftover purple/shine */
.cfp-product #ccf-isolated-container .ccf-product-image-container {
  text-align: center;
  background: none;
  border: 0;
  padding: 0;
  border-radius: 0;
}
.cfp-product #ccf-isolated-container .ccf-form-container {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
}
.cfp-product #ccf-isolated-container .ccf-expansion-shipping-box {
  background: #f3f9ff !important;
  border: 1px solid var(--blue-soft) !important;
  box-shadow: none !important;
}
.cfp-product #ccf-isolated-container .ccf-price-line,
.cfp-product #ccf-isolated-container .ccf-grand-total-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}
.cfp-product #ccf-isolated-container .ccf-price-label {
  font-size: 0.86rem;
  color: var(--mute);
  font-weight: 650;
}
.cfp-product #ccf-isolated-container .ccf-grand-label {
  font-size: 1rem;
  color: var(--ink);
  font-weight: 800;
  text-transform: none;
}
.cfp-product #ccf-isolated-container #ccf-printing-price,
.cfp-product #ccf-isolated-container #ccf-grand-total-display {
  color: var(--blue-deep) !important;
}
.cfp-product #ccf-isolated-container .ccf-add-to-cart-btn,
.cfp-product #ccf-isolated-container .ccf-submit-button {
  background: var(--blue) !important;
  box-shadow: none !important;
}
.cfp-product #ccf-isolated-container .ccf-add-to-cart-btn::before,
.cfp-product #ccf-isolated-container .ccf-submit-button::before {
  display: none !important;
}
.cfp-product #ccf-isolated-container .ccf-add-to-cart-btn:hover:not(:disabled) {
  background: var(--blue-deep) !important;
  filter: none;
}
.cfp-product #ccf-isolated-container .ccf-zip-calc-btn {
  padding: 8px 12px;
  background: var(--blue);
  color: #fff;
  border: 0;
  border-radius: 8px;
  font-size: 0.85rem;
  font-weight: 700;
  cursor: pointer;
}
.cfp-product #ccf-isolated-container .ccf-zip-calc-btn:hover { background: var(--blue-deep); }
.cfp-product #ccf-isolated-container #ccf-zipcode,
.cfp-product #ccf-isolated-container #ccf-special-instructions {
  width: 100%;
  box-sizing: border-box;
  border: 1.5px solid var(--line);
  border-radius: 10px;
  padding: 10px 12px;
  font: inherit;
  font-size: 0.9rem;
  background: #fff;
}
.cfp-product #ccf-isolated-container #ccf-zipcode:focus,
.cfp-product #ccf-isolated-container #ccf-special-instructions:focus {
  outline: 0;
  border-color: var(--blue);
  box-shadow: 0 0 0 4px rgba(21,101,192,.14);
}
.cfp-product #ccf-isolated-container .ccf-artwork-upload-block { margin-top: 18px; }
.cfp-product #ccf-isolated-container .ccf-artwork-upload-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.cfp-product #ccf-isolated-container .ccf-artwork-upload-title {
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 800;
  color: var(--ink);
}
.cfp-product #ccf-isolated-container .ccf-tooltip-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--blue-ice);
  color: var(--blue-deep);
  font-size: 0.68rem;
  font-weight: 800;
  cursor: help;
}
.cfp-product #ccf-isolated-container .ccf-upload-later-inline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 4px 8px 4px 10px;
  border-radius: 999px;
  background: var(--blue-ice);
  border: 1px solid var(--line);
}
.cfp-product #ccf-isolated-container .ccf-upload-later-text {
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--mute);
}
.cfp-product #ccf-isolated-container .ccf-upload-later-switch { position: relative; display: inline-flex; cursor: pointer; margin: 0; }
.cfp-product #ccf-isolated-container .ccf-upload-later-checkbox {
  position: absolute; opacity: 0; width: 1px; height: 1px;
}
.cfp-product #ccf-isolated-container .ccf-upload-later-track {
  width: 34px; height: 18px; border-radius: 999px;
  background: #c5d0dc; position: relative; display: block;
  transition: background .2s ease;
}
.cfp-product #ccf-isolated-container .ccf-upload-later-knob {
  position: absolute; top: 2px; left: 2px;
  width: 14px; height: 14px; border-radius: 50%; background: #fff;
  transition: transform .2s ease;
}
.cfp-product #ccf-isolated-container .ccf-upload-later-inline.is-on .ccf-upload-later-track { background: var(--blue); }
.cfp-product #ccf-isolated-container .ccf-upload-later-inline.is-on .ccf-upload-later-knob { transform: translateX(16px); }
.cfp-product #ccf-isolated-container .ccf-file-uploader {
  min-height: 118px;
  border: 2px dashed var(--blue-mid);
  border-radius: 14px;
  padding: 16px 12px;
  background: var(--blue-ice);
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: border-color .2s ease, background .2s ease, transform .2s ease;
}
.cfp-product #ccf-isolated-container .ccf-file-uploader:hover,
.cfp-product #ccf-isolated-container .ccf-file-uploader.is-dragover {
  border-color: var(--blue-deep);
  background: #d9ebff;
  transform: translateY(-1px);
}
.cfp-product #ccf-isolated-container .ccf-file-uploader.has-file {
  border-style: solid;
  border-color: var(--blue);
  background: #fff;
}
.cfp-product #ccf-isolated-container .ccf-file-uploader.ccf-upload-disabled {
  opacity: .45;
  pointer-events: none;
  background: #f3f5f8;
}
.cfp-product #ccf-isolated-container .ccf-file-uploader input[type="file"] {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}
.cfp-product #ccf-isolated-container .ccf-file-uploader { position: relative; }
.cfp-product #ccf-isolated-container .ccf-file-uploader-icon svg {
  width: 34px;
  height: 34px;
  color: var(--blue);
}
.cfp-product #ccf-isolated-container .ccf-file-uploader-text {
  margin: 0;
  font-size: 0.86rem;
  font-weight: 650;
  color: var(--ink);
  text-align: center;
}
.cfp-product #ccf-isolated-container .ccf-file-uploader-text span {
  color: var(--blue);
  font-weight: 800;
}
.cfp-product #ccf-isolated-container .ccf-upload-hint {
  margin: 8px 0 0;
  font-size: 0.78rem;
  color: var(--mute);
}
.cfp-product #ccf-isolated-container .ccf-notes-group { margin-top: 12px; }
.cfp-product #ccf-isolated-container .ccf-form-select-trigger,
.cfp-product #ccf-isolated-container .ccf-form-select {
  border-radius: 10px;
}
.cfp-product #ccf-isolated-container .ccf-additional-options-toggle,
.cfp-product #ccf-isolated-container .ccf-toggle-button,
.cfp-product #ccf-isolated-container #ccf-additional-options-btn {
  border-radius: 10px;
  border-color: var(--line);
  color: var(--blue-deep) !important;
  background: transparent !important;
  font-weight: 750;
}
.cfp-afterform {
  max-width: var(--max);
  margin: 0 auto 8px;
  padding: 8px 16px 0;
}
.cfp-startgrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 0 0 22px;
}
.cfp-startcard {
  display: grid;
  grid-template-columns: 42px 1fr;
  grid-template-rows: auto auto auto;
  column-gap: 12px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 16px;
  text-decoration: none;
  color: inherit;
  transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}
.cfp-startcard:hover { border-color: var(--blue); transform: translateY(-2px); box-shadow: 0 10px 22px rgba(21,101,192,.1); }
.cfp-startico {
  grid-row: 1 / span 3;
  width: 42px; height: 42px; border-radius: 12px;
  background: var(--blue-ice); color: var(--blue-deep);
  display: flex; align-items: center; justify-content: center;
  font-style: normal; font-weight: 800; font-size: 0.92rem;
}
.cfp-startcard strong { display: block; color: var(--blue-deep); font-size: 1rem; margin-bottom: 4px; }
.cfp-startcard span { display: block; color: var(--mute); font-size: 0.86rem; line-height: 1.4; }
.cfp-startcard em {
  display: inline-block; margin-top: 8px; font-style: normal;
  color: var(--blue); font-weight: 750; font-size: 0.82rem;
}
.cfp-related-h { margin: 0 0 10px; font-size: 1.15rem; }
.cfp-related {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 12px;
  margin: 0 0 18px;
}
.cfp-story {
  font-size: 1.02rem; line-height: 1.55; color: var(--ink);
  margin: 0 0 1.2rem;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 14px 16px;
}
.cfp-teach { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 20px 0; }
.cfp-teach figure { margin: 0; }
.cfp-teach img { width: 100%; height: auto; border-radius: 12px; }
.cfp-teach figcaption { color: var(--mute); font-size: 0.85rem; margin-top: 6px; }

.cfp-guide-list { max-width: var(--max); margin: 0 auto; padding: 8px 16px 56px; display: grid; gap: 12px; }
.cfp-guide-row {
  display: grid; grid-template-columns: 160px 1fr; gap: 16px; align-items: center;
  background: #fff; border-radius: 14px; padding: 10px; text-decoration: none; color: inherit;
  box-shadow: 0 8px 20px rgba(21,101,192,.07);
  transition: transform .22s ease, box-shadow .22s ease, opacity .45s ease, translate .45s ease;
}
.cfp-guide-row.cfp-wait { opacity: 0; translate: 0 14px; }
.cfp-guide-row.is-in { opacity: 1; translate: 0 0; }
.cfp-guide-row:hover { transform: translateY(-3px); box-shadow: 0 14px 28px rgba(21,101,192,.14); }
.cfp-guide-row img { width: 160px; height: 112px; object-fit: cover; object-position: top; border-radius: 10px; }
.cfp-guide-row h2 { margin: 0 0 6px; font-size: 1.2rem; }
.cfp-guide-row p { margin: 0; color: var(--mute); }

.cfp-foot {
  background:
    linear-gradient(180deg, rgba(13,71,161,.12), transparent 38%),
    linear-gradient(165deg, #d6ebff 0%, #c3def6 50%, #b3d3ef 100%);
  border-top: 1px solid #9ec2e0;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.65);
  padding: 32px 16px 24px;
  margin-top: 12px;
}
.cfp-trust { display: flex; flex-wrap: wrap; gap: 8px; max-width: var(--max); margin: 0 auto 18px; }
.cfp-trust span {
  background: #fff;
  color: var(--blue-deep); border-radius: 999px;
  padding: 7px 12px; font-size: 0.8rem; font-weight: 700;
  box-shadow: 0 1px 0 rgba(13,71,161,.06);
  transition: transform .2s ease, box-shadow .2s ease;
}
.cfp-trust span:hover { transform: translateY(-2px); box-shadow: 0 6px 14px rgba(21,101,192,.14); }
.cfp-foot-grid {
  max-width: var(--max); margin: 0 auto;
  display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 18px;
}
.cfp-foot-grid a, .cfp-foot-grid p { display: block; margin: 6px 0; color: var(--mute); text-decoration: none; }
.cfp-foot-grid a { padding: 4px 0; transition: color .2s ease, transform .2s ease; }
.cfp-foot-grid a:hover { color: var(--blue); transform: translateX(3px); }
.cfp-foot-brand img { height: 80px; width: auto; max-width: 340px; display: block; }
.cfp-foot-h { color: var(--blue-deep); font-weight: 800; margin-bottom: 6px; }
.cfp-copy { max-width: var(--max); margin: 20px auto 0; color: #7a8694; font-size: 0.8rem; }
.cfp-cart-main {
  max-width: var(--max);
  margin: 0 auto;
  padding: 18px 16px 56px;
}
.cfp-cart-main .pcs-cart-form,
.cfp-cart-main .pcs-rounded-box { max-width: none; }
.cfp-cart-main header img,
.cfp-cart-main .pcs-cart-empty svg,
.cfp-cart-main .pcs-empty-cart-icon svg { max-width: 72px; max-height: 72px; }

.cfp-hero-actions { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 18px; }
.cfp-slide.is-on .cfp-hero-actions { animation: cfpRise .7s .12s ease both; }
.cfp-lead { color: var(--mute); }
.cfp-hero--mast { max-width: var(--max); margin: 0 auto; padding: 22px 16px 8px; }
.cfp-kicker {
  display: inline-block; background: var(--yellow); color: #111;
  font-weight: 800; font-size: 0.72rem; letter-spacing: .04em;
  text-transform: uppercase; padding: 4px 8px; border-radius: 6px;
  transform: rotate(-4deg);
}

@keyframes cfpRise { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }

@media (max-width: 980px) {
  .cfp-search { display: none; }
  .cfp-head.is-open .cfp-search { display: flex; width: 100%; max-width: none; flex: 1 1 100%; }
  .cfp-burger { display: inline-flex; }
  .cfp-cats-inner { display: none; }
  .cfp-head.is-open .cfp-cats-inner {
    display: flex; flex-direction: column; padding: 8px 12px 14px;
  }
  .cfp-tools-panel {
    position: static; width: 100%; box-shadow: none; border: 0; padding: 0 0 8px;
    grid-template-columns: 1fr;
  }
  .cfp-tools:hover .cfp-tools-panel, .cfp-tools:focus-within .cfp-tools-panel { display: none; }
  .cfp-head.is-open .cfp-tools:hover .cfp-tools-panel,
  .cfp-head.is-open .cfp-tools-panel { display: grid; }
  .cfp-slide { grid-template-columns: 1fr; min-height: 0; }
  .cfp-slide img { max-height: 220px; }
  .cfp-icons { grid-template-columns: repeat(3, 1fr); margin-top: 16px; }
  .cfp-grid, .cfp-related { grid-template-columns: 1fr 1fr; }
  .cfp-startgrid { grid-template-columns: 1fr; }
  .cfp-card:nth-child(4n+3), .cfp-card:nth-child(4n+4) { transition-delay: .08s; }
  .cfp-foot-grid { grid-template-columns: 1fr 1fr; position: relative; }
  .cfp-foot-grid::before {
    content: ""; position: absolute; top: 4px; bottom: 4px; left: 50%; width: 1px;
    transform: translateX(-50%);
    background: linear-gradient(180deg, transparent, rgba(21,101,192,.35), transparent);
    pointer-events: none;
  }
  .cfp-teach { grid-template-columns: 1fr 1fr; }
  .cfp-product #ccf-isolated-container .ccf-product-main-image { max-width: min(72vw, 320px); }
  .cfp-product #ccf-isolated-container .ccf-product-image-container { margin-bottom: 8px; }
}
@media (max-width: 640px) {
  .cfp-logo img { height: 72px; max-width: min(260px, 64vw); }
  .cfp-foot-brand img { height: 68px; max-width: 260px; }
  .cfp-promo-inner span:last-child { display: none; }
  .cfp-head-acts a:not(.cfp-cart) { display: none; }
  .cfp-icons { grid-template-columns: 1fr 1fr; }
  .cfp-grid, .cfp-teach, .cfp-guide-row, .cfp-startgrid, .cfp-related { grid-template-columns: 1fr; }
  .cfp-guide-row img { width: 100%; height: 160px; }
  .cfp-hero-arrow { display: none; }
  .cfp-product #ccf-isolated-container .ccf-product-main-image,
  .cfp-product #ccf-isolated-container .ccf-product-image-frame,
  .cfp-product #ccf-isolated-container .cfp-preview-stage {
    max-height: none !important;
    max-width: min(72vw, 280px) !important;
    width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
  }
}
.cfp-studio-frame {
  display: block;
  width: min(1180px, calc(100% - 32px));
  height: 78vh;
  min-height: 640px;
  margin: 0 auto 24px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
}
.cfp-law10 { margin: 0 0 22px; }
.cfp-law10-head { display: flex; flex-wrap: wrap; align-items: baseline; gap: 8px 16px; margin: 0 0 12px; }
.cfp-law10-head h2 { margin: 0; font-size: 1.2rem; color: var(--blue-deep); }
.cfp-law10-head p { margin: 0; color: var(--mute); font-size: 0.9rem; flex: 1 1 240px; }
.cfp-law10-all {
  font-weight: 750; color: var(--blue); text-decoration: none; white-space: nowrap;
}
.cfp-law10-all:hover { text-decoration: underline; }
.cfp-studio-grid, .cfp-guide-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
.cfp-studio-card, .cfp-guide-card {
  display: block;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 8px 18px rgba(21,101,192,.06);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.cfp-studio-card:hover, .cfp-guide-card:hover {
  transform: translateY(-3px);
  border-color: var(--blue);
  box-shadow: 0 14px 26px rgba(21,101,192,.14);
}
.cfp-studio-thumb, .cfp-guide-thumb { display: block; background: var(--blue-ice); }
.cfp-studio-thumb img, .cfp-guide-thumb img {
  display: block; width: 100%; height: 148px; object-fit: cover;
}
.cfp-guide-thumb img { object-fit: contain; height: 168px; padding: 8px; }
.cfp-studio-card strong, .cfp-guide-card strong {
  display: block; padding: 10px 12px 0; color: var(--blue-deep); font-size: 0.92rem;
}
.cfp-studio-card em, .cfp-guide-card em {
  display: inline-block; margin: 6px 12px 12px; font-style: normal;
  color: #111; background: var(--yellow); font-weight: 800; font-size: 0.72rem;
  letter-spacing: .04em; text-transform: uppercase; padding: 4px 8px; border-radius: 6px;
  transform: rotate(-3deg);
}
@media (max-width: 900px) {
  .cfp-studio-grid, .cfp-guide-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 640px) {
  .cfp-studio-grid, .cfp-guide-grid { grid-template-columns: 1fr 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .cfp-slide, .cfp-slide.is-on h1, .cfp-slide.is-on p,
  .cfp-slide.is-on .cfp-hero-actions, .cfp-card, .cfp-icon, .cfp-card img {
    animation: none !important; transition: none !important;
  }
  .cfp-card, .cfp-icon, .cfp-guide-row { opacity: 1; translate: none; }
  .cfp-slide { opacity: 0; }
  .cfp-slide.is-on { opacity: 1; transform: none; }
}
