/* Techonni Shop — same funnel primitives as fx.techonni.com and www.techonni.com. */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  background: #fff;
  color: #111;
  -webkit-font-smoothing: antialiased;
  font-size: 1rem;
  line-height: 1.65;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
::selection { background: #111; color: #fff; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }

/* --- Chrome --- */
.shop-topbar { display: flex; justify-content: center; align-items: center; height: 3.5rem; border-bottom: 1px solid #f0f0f0; }
.shop-logo { display: inline-flex; align-items: center; gap: 0.55rem; color: #111; }
.shop-logo-name { font-size: 0.9375rem; font-weight: 700; letter-spacing: -0.01em; }
.shop-main { flex: 1 1 auto; }
.shop-foot { border-top: 1px solid #f0f0f0; padding: 1.5rem 1.25rem 2rem; text-align: center; }
.shop-foot-legal { margin: 0; font-size: 0.75rem; line-height: 1.6; color: #999; }
.shop-foot-links { margin: 0.5rem 0 0; font-size: 0.75rem; color: #999; display: flex; gap: 0.5rem; justify-content: center; }
.shop-foot-links a { color: #666; text-decoration: underline; text-underline-offset: 2px; }

/* --- Funnel primitives (mirrors euro-desk-fx FunnelLayout) --- */
.funnel-wrap { width: 100%; max-width: 44rem; margin: 0 auto; padding: 2.5rem 1.25rem 1rem; text-align: center; }
.funnel-wrap.is-wide { max-width: 72rem; }
.funnel-eyebrow { display: inline-block; margin: 0 0 1rem; padding: 0.3rem 0.8rem; border-radius: 9999px; background: #eafaf0; color: #0f7a3d; font-size: 0.75rem; font-weight: 700; letter-spacing: 0.03em; text-transform: uppercase; }
.funnel-h1 { font-size: clamp(1.9rem, 6vw, 3rem); font-weight: 800; line-height: 1.08; letter-spacing: -0.03em; margin: 0; color: #111; }
.funnel-h1 .hl { background: linear-gradient(180deg, transparent 62%, #ffe27a 62%); padding: 0 0.15em; }
.funnel-h2 { font-size: clamp(1.4rem, 4.5vw, 2rem); font-weight: 800; line-height: 1.12; letter-spacing: -0.025em; margin: 0; color: #111; }
.funnel-sub { margin: 1.15rem auto 0; max-width: 34rem; font-size: 1.0625rem; line-height: 1.6; color: #555; }
.funnel-cta { display: inline-flex; align-items: center; justify-content: center; height: 3.25rem; padding: 0 1.75rem; border-radius: 0.75rem; background: #16a34a; color: #fff; font-size: 1.0625rem; font-weight: 700; border: none; cursor: pointer; box-shadow: 0 10px 24px -8px rgba(22,163,74,0.55); transition: transform 0.12s ease, background-color 0.15s ease; }
.funnel-cta:hover { background: #15913f; transform: translateY(-1px); }
.btn-dark { display: inline-flex; align-items: center; justify-content: center; height: 3.25rem; padding: 0 1.75rem; border-radius: 0.75rem; background: #111; color: #fff; font-size: 1.0625rem; font-weight: 700; border: none; cursor: pointer; transition: transform 0.12s ease, opacity 0.15s ease; }
.btn-dark:hover { opacity: 0.88; transform: translateY(-1px); }
.funnel-trust { margin: 1rem 0 0; display: flex; flex-wrap: wrap; gap: 0.5rem 1.25rem; justify-content: center; font-size: 0.8125rem; color: #888; }
.funnel-trust span { display: inline-flex; align-items: center; gap: 0.35rem; }
.funnel-benefits { list-style: none; margin: 1.5rem 0 0; padding: 0; display: flex; flex-direction: column; gap: 0.7rem; text-align: left; }
.funnel-benefit { display: flex; gap: 0.65rem; align-items: flex-start; font-size: 0.9375rem; line-height: 1.5; color: #222; font-weight: 500; }
.funnel-benefit .bchk { flex-shrink: 0; display: inline-flex; align-items: center; justify-content: center; width: 1.4rem; height: 1.4rem; margin-top: 0.05rem; border-radius: 9999px; background: #eafaf0; color: #16a34a; font-size: 0.8125rem; font-weight: 800; }

/* --- Bundle hero card --- */
.bundle-card { display: block; margin: 2rem auto 0; max-width: 34rem; padding: 1.25rem; border: 1.5px solid #16a34a; border-radius: 0.75rem; background: #fbfffc; box-shadow: 0 10px 24px -14px rgba(22,163,74,0.45); text-align: left; transition: transform 0.12s ease, box-shadow 0.15s ease; }
.bundle-card:hover { transform: translateY(-2px); box-shadow: 0 14px 30px -14px rgba(22,163,74,0.55); }
.bundle-row { display: flex; align-items: center; gap: 1.1rem; }
.bundle-body { min-width: 0; flex: 1 1 auto; }
.bundle-kicker { display: block; font-size: 0.6875rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: #0f7a3d; }
.bundle-title { display: block; margin: 0.3rem 0 0; font-size: 1.125rem; font-weight: 800; letter-spacing: -0.02em; color: #111; }
.bundle-desc { display: block; margin: 0.35rem 0 0; font-size: 0.9375rem; line-height: 1.55; color: #666; }
.bundle-price { display: block; margin: 0.5rem 0 0; font-size: 1rem; font-weight: 700; color: #111; }
.bundle-arrow { flex-shrink: 0; display: inline-flex; align-items: center; justify-content: center; width: 2.25rem; height: 2.25rem; border-radius: 9999px; background: #16a34a; color: #fff; font-size: 1rem; font-weight: 700; }
.bundle-thumb { flex-shrink: 0; width: 4.5rem; }

/* --- Print grid --- */
.grid-head { margin: 3rem 0 0; }
.print-grid { list-style: none; margin: 1.5rem 0 0; padding: 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.75rem 1.5rem; text-align: left; }
.print-card { display: block; min-width: 0; border-radius: 0.75rem; transition: transform 0.12s ease; }
.print-card:hover { transform: translateY(-3px); }
.print-plate { position: relative; width: 100%; aspect-ratio: 1; background: #f3f3f3; border-radius: 0.75rem; margin: 0; padding: 12% 16%; display: flex; align-items: center; justify-content: center; }
.print-shot { display: block; height: 100%; width: auto; aspect-ratio: 5/7; max-width: 100%; object-fit: cover; object-position: center; border: 3px solid #111; box-shadow: 0 12px 26px rgba(0,0,0,0.2), 0 2px 5px rgba(0,0,0,0.08); background: #fff; }
.print-card:hover .print-shot { box-shadow: 0 16px 30px rgba(0,0,0,0.26), 0 3px 7px rgba(0,0,0,0.1); }
.print-name { margin: 0.85rem 0 0; font-size: 1rem; font-weight: 700; letter-spacing: -0.015em; line-height: 1.3; color: #111; }
.print-meta { margin: 0.2rem 0 0; font-size: 0.875rem; color: #666; }
.print-more { margin: 0.35rem 0 0; font-size: 0.875rem; font-weight: 600; color: #16a34a; }
@media (max-width: 900px) { .print-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (max-width: 640px) { .print-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.5rem 1rem; } }

/* --- Product page --- */
.product { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 2.5rem; align-items: start; text-align: left; margin: 1.5rem 0 0; }
.product .print-plate { border-radius: 0.75rem; padding: 10% 14%; }
.product-copy { min-width: 0; }
.product-price { margin: 0.85rem 0 0; font-size: 1.5rem; font-weight: 800; letter-spacing: -0.02em; color: #111; }
.product-lead { margin: 0.85rem 0 0; font-size: 1.0625rem; line-height: 1.6; color: #555; }
.product-actions { margin: 1.5rem 0 0; }
.product-actions .funnel-cta, .product-actions .btn-dark { width: 100%; }
.product-note { margin: 0.85rem 0 0; font-size: 0.875rem; line-height: 1.6; color: #666; }
.product-paid { margin: 0.85rem 0 0; padding: 0.85rem 1rem; border: 1.5px solid #16a34a; border-radius: 0.75rem; background: #fbfffc; font-size: 0.9375rem; color: #0f7a3d; font-weight: 600; }
@media (max-width: 768px) { .product { grid-template-columns: minmax(0, 1fr); gap: 1.75rem; } }

/* --- Cross-sell --- */
.crosssell { margin: 3.5rem 0 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.9rem; text-align: left; }
.cross-card { display: flex; align-items: center; gap: 1rem; padding: 1.15rem 1.25rem; border: 1.5px solid #e8e8e8; border-radius: 0.75rem; background: #fff; transition: transform 0.12s ease, border-color 0.15s ease, box-shadow 0.15s ease; }
.cross-card:hover { transform: translateY(-2px); border-color: #d8d8d8; box-shadow: 0 12px 28px -18px rgba(17,17,17,0.35); }
.cross-body { display: block; min-width: 0; flex: 1 1 auto; }
.cross-title { display: block; font-size: 1rem; font-weight: 700; letter-spacing: -0.015em; color: #111; }
.cross-desc { display: block; margin: 0.25rem 0 0; font-size: 0.875rem; line-height: 1.5; color: #666; }
.cross-arrow { flex-shrink: 0; display: inline-flex; align-items: center; justify-content: center; width: 2rem; height: 2rem; border-radius: 9999px; background: #f3f3f3; color: #111; font-size: 0.9375rem; font-weight: 700; }
@media (max-width: 640px) { .crosssell { grid-template-columns: minmax(0, 1fr); } }

.breadcrumb { margin: 0 0 0.35rem; font-size: 0.8125rem; font-weight: 600; color: #888; text-align: left; }
.breadcrumb a { color: #666; text-decoration: underline; text-underline-offset: 2px; }
.section-title { margin: 0; font-size: 1.25rem; font-weight: 800; letter-spacing: -0.02em; color: #111; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border-width: 0; }
