/* PrintingDTF — tinta negra, CMYK de acento */
:root {
  --ink: #0b0b10;
  --ink-2: #16161f;
  --ink-3: #23232f;
  --paper: #fbfaf6;
  --paper-2: #f1efe8;
  --line: #e2dfd5;
  --text: #17171d;
  --muted: #5d5b66;
  --c: #00b8e6;
  --m: #ec1c8c;
  --y: #ffd60a;
  --k: #0b0b10;
  --ok: #0f9d58;
  --radius: 14px;
  --shadow: 0 1px 2px rgba(0,0,0,.05), 0 8px 30px rgba(0,0,0,.07);
  --wrap: 1180px;
  --font: "Archivo", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0; background: var(--paper); color: var(--text);
  font: 400 17px/1.6 var(--font);
  -webkit-font-smoothing: antialiased;
}
img, svg { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 3px; }
h1, h2, h3, h4 { line-height: 1.1; letter-spacing: -.02em; margin: 0 0 .5em; font-weight: 800; }
h1 { font-size: clamp(2.3rem, 5.6vw, 4.4rem); font-weight: 900; letter-spacing: -.035em; }
h2 { font-size: clamp(1.7rem, 3.4vw, 2.6rem); }
h3 { font-size: 1.2rem; }
p { margin: 0 0 1em; }
.wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 20px; }
.skip { position: absolute; left: -999px; }
.skip:focus { left: 12px; top: 12px; z-index: 99; background: #fff; padding: 8px 12px; }
:focus-visible { outline: 3px solid var(--c); outline-offset: 2px; }

/* ── Top + header ─────────────────────────── */
.topbar { background: var(--ink); color: #cfcfd8; font-size: .85rem; }
.topbar .wrap { display: flex; justify-content: space-between; gap: 12px; padding-block: 7px; }
.topbar strong { color: var(--y); font-weight: 700; }
.topbar a { color: #fff; text-decoration: none; font-weight: 700; white-space: nowrap; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(251,250,246,.92); backdrop-filter: saturate(1.4) blur(10px); border-bottom: 1px solid var(--line); }
.nav-row { display: flex; align-items: center; justify-content: space-between; min-height: 68px; gap: 16px; }
.logo { display: inline-flex; align-items: center; gap: 10px; font-weight: 900; font-size: 1.35rem; letter-spacing: -.03em; text-decoration: none; }
.logo b { font-weight: 900; background: var(--ink); color: #fff; padding: 1px 7px 2px; border-radius: 6px; margin-left: 1px; }
.logo-mark { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; width: 24px; height: 24px; transform: rotate(-8deg); }
.logo-mark i { border-radius: 3px; }
.logo-mark i:nth-child(1) { background: var(--c); }
.logo-mark i:nth-child(2) { background: var(--m); }
.logo-mark i:nth-child(3) { background: var(--y); }
.logo-mark i:nth-child(4) { background: var(--k); }
.nav { display: flex; align-items: center; gap: 4px; }
.nav a { text-decoration: none; font-weight: 600; font-size: .95rem; padding: 8px 12px; border-radius: 8px; }
.nav a:hover { background: var(--paper-2); }
.nav a[aria-current="page"] { background: var(--paper-2); box-shadow: inset 0 -2px 0 var(--m); }
.nav .btn { margin-left: 8px; }
.nav-toggle { display: none; }

/* ── Buttons ──────────────────────────────── */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  background: var(--m); color: #fff !important; text-decoration: none; font-weight: 800;
  padding: 13px 22px; border-radius: 999px; border: 2px solid var(--m);
  font: 800 1rem/1 var(--font); cursor: pointer; transition: transform .12s, box-shadow .12s;
  box-shadow: 0 6px 18px rgba(236,28,140,.28);
}
.btn:hover { transform: translateY(-1px); box-shadow: 0 10px 24px rgba(236,28,140,.35); background: #d4127c !important; }
.btn-sm { padding: 9px 16px; font-size: .92rem; }
.btn-lg { padding: 17px 28px; font-size: 1.08rem; }
.btn-ghost { background: transparent; color: inherit !important; border-color: currentColor; box-shadow: none; }
.btn-ghost:hover { background: rgba(255,255,255,.08) !important; box-shadow: none; }
.btn-dark { background: var(--ink); border-color: var(--ink); box-shadow: none; }
.btn-dark:hover { background: var(--ink-3) !important; box-shadow: none; }

/* ── Hero ─────────────────────────────────── */
.hero { position: relative; background: var(--ink); color: #fff; overflow: hidden; }
.hero::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(600px 380px at 88% 12%, rgba(236,28,140,.40), transparent 60%),
    radial-gradient(520px 360px at 70% 95%, rgba(0,184,230,.35), transparent 60%),
    radial-gradient(380px 260px at 100% 60%, rgba(255,214,10,.22), transparent 60%);
}
.hero .wrap { position: relative; display: grid; grid-template-columns: 1.15fr .85fr; gap: 48px; align-items: center; padding-block: 72px 80px; }
.hero h1 .hl { background: linear-gradient(90deg, var(--c), var(--m) 55%, var(--y)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero .lede { font-size: 1.22rem; color: #d9d9e3; max-width: 36ch; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 28px 0 22px; }
.hero-actions .btn-ghost { color: #fff !important; }
.checks { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 8px 20px; color: #cfcfd8; font-size: .95rem; }
.checks li::before { content: "✓"; color: var(--y); font-weight: 900; margin-right: 7px; }
.eyebrow { display: inline-block; font-size: .8rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; color: var(--m); margin-bottom: 14px; }
.hero .eyebrow { color: var(--y); }

.price-card {
  background: #fff; color: var(--text); border-radius: 20px; padding: 26px;
  box-shadow: 0 30px 80px rgba(0,0,0,.45); position: relative;
}
.price-card::after { content: ""; position: absolute; inset: -3px; z-index: -1; border-radius: 23px; background: linear-gradient(135deg, var(--c), var(--m), var(--y)); }
.price-card h2 { font-size: 1.15rem; margin-bottom: 4px; }
.price-card .small { color: var(--muted); font-size: .9rem; }
.price-card .big { font-size: 3.2rem; font-weight: 900; letter-spacing: -.04em; line-height: 1; margin: 12px 0 2px; }
.price-card .big small { font-size: 1rem; font-weight: 700; color: var(--muted); letter-spacing: 0; }

/* ── Estimator ────────────────────────────── */
.est { display: grid; gap: 12px; margin-top: 16px; }
.est label { font-weight: 700; font-size: .9rem; display: block; margin-bottom: 4px; }
.chips { display: flex; flex-wrap: wrap; gap: 6px; }
.chips button {
  border: 1.5px solid var(--line); background: var(--paper); border-radius: 999px;
  padding: 7px 12px; font: 700 .88rem var(--font); cursor: pointer; color: var(--text);
}
.chips button[aria-pressed="true"] { background: var(--ink); color: #fff; border-color: var(--ink); }
.est-row { display: flex; gap: 10px; align-items: end; }
.est-row > div { flex: 1; }
.est-total { display: flex; align-items: baseline; justify-content: space-between; border-top: 1px dashed var(--line); padding-top: 12px; }
.est-total strong { font-size: 2rem; font-weight: 900; letter-spacing: -.03em; }
.est-note { font-size: .82rem; color: var(--muted); margin: 0; }

input, select, textarea {
  width: 100%; font: 500 1rem var(--font); color: var(--text);
  border: 1.5px solid var(--line); background: #fff; border-radius: 10px; padding: 11px 13px;
}
input:focus, select:focus, textarea:focus { border-color: var(--c); outline: none; box-shadow: 0 0 0 3px rgba(0,184,230,.2); }
textarea { min-height: 110px; resize: vertical; }

/* ── Sections ─────────────────────────────── */
section { padding: 84px 0; }
.section-head { max-width: 760px; margin-bottom: 40px; }
.section-head p { color: var(--muted); font-size: 1.12rem; }
.center { text-align: center; margin-inline: auto; }
.alt { background: #fff; border-block: 1px solid var(--line); }
.dark { background: var(--ink); color: #fff; }
.dark .section-head p, .dark .muted { color: #b9b9c6; }

.grid { display: grid; gap: 20px; }
.g2 { grid-template-columns: repeat(2, 1fr); }
.g3 { grid-template-columns: repeat(3, 1fr); }
.g4 { grid-template-columns: repeat(4, 1fr); }
.card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; box-shadow: var(--shadow); }
.card p:last-child { margin: 0; }
.card .num { display: inline-grid; place-items: center; width: 38px; height: 38px; border-radius: 10px; font-weight: 900; margin-bottom: 14px; color: #fff; background: var(--ink); }
.card:nth-child(4n+1) .num { background: var(--c); }
.card:nth-child(4n+2) .num { background: var(--m); }
.card:nth-child(4n+3) .num { background: var(--y); color: var(--ink); }
.dark .card { background: var(--ink-2); border-color: var(--ink-3); box-shadow: none; }
.dark .card p { color: #c3c3cf; }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.split > *, .hero .wrap > *, .form-grid > *, .grid > * { min-width: 0; }
.bullets { list-style: none; padding: 0; margin: 0 0 1.2em; }
.bullets li { padding: 8px 0 8px 30px; position: relative; border-bottom: 1px solid var(--line); }
.bullets li::before { content: ""; position: absolute; left: 4px; top: 16px; width: 12px; height: 12px; border-radius: 3px; background: var(--m); transform: rotate(45deg); }
.dark .bullets li { border-color: var(--ink-3); }

/* ── Comparison ───────────────────────────── */
.vs { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.vs .card h3 { display: flex; align-items: center; gap: 10px; }
.vs .bad { opacity: .92; }
.vs .bad li::before { background: #9a98a3; }
.vs .good { border: 2px solid var(--m); }

/* ── Tables ───────────────────────────────── */
.table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); }
table { width: 100%; border-collapse: collapse; font-size: 1rem; }
th, td { text-align: left; padding: 14px 18px; border-bottom: 1px solid var(--line); white-space: nowrap; }
th { background: var(--paper-2); font-size: .82rem; text-transform: uppercase; letter-spacing: .08em; color: var(--muted); }
tr:last-child td { border-bottom: 0; }
td.price { font-weight: 800; font-size: 1.08rem; }
tr.hot td { background: #fff7fb; }
.tag { display: inline-block; font-size: .72rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; background: var(--y); color: var(--ink); border-radius: 6px; padding: 3px 7px; margin-left: 8px; vertical-align: middle; }

/* ── Sheet visual ─────────────────────────── */
.sheet-visual { background: repeating-conic-gradient(#ececec 0 25%, #fff 0 50%) 0 0/18px 18px; border-radius: 12px; border: 1px solid var(--line); padding: 16px; display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: 1fr; gap: 10px; aspect-ratio: 1; max-width: 460px; width: 100%; margin-inline: auto; }
.sheet-visual span { border-radius: 8px; display: grid; place-items: center; font-weight: 900; color: #fff; font-size: .8rem; letter-spacing: .02em; }
.sheet-visual span:nth-child(1) { grid-column: span 2; grid-row: span 2; background: linear-gradient(135deg, var(--m), var(--y)); font-size: 1.4rem; }
.sheet-visual span:nth-child(2) { background: var(--c); }
.sheet-visual span:nth-child(3) { background: var(--ink); }
.sheet-visual span:nth-child(4) { background: var(--y); color: var(--ink); }
.sheet-visual span:nth-child(5) { background: linear-gradient(135deg, var(--c), var(--m)); }
.sheet-visual span:nth-child(6) { grid-column: span 1; background: var(--m); }
.sheet-visual span:nth-child(7) { grid-column: span 3; background: linear-gradient(90deg, var(--ink), var(--c)); }

/* ── FAQ ──────────────────────────────────── */
.faq { max-width: 860px; }
.faq details { background: #fff; border: 1px solid var(--line); border-radius: 12px; margin-bottom: 10px; }
.faq summary { cursor: pointer; list-style: none; padding: 18px 52px 18px 20px; font-weight: 700; font-size: 1.05rem; position: relative; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 20px; top: 50%; transform: translateY(-50%); font-size: 1.5rem; font-weight: 400; color: var(--m); }
.faq details[open] summary::after { content: "–"; }
.faq details > div { padding: 0 20px 18px; color: #3b3a44; }

/* ── Prose (guides) ───────────────────────── */
.prose { max-width: 760px; }
.prose h2 { margin-top: 1.6em; font-size: 1.8rem; }
.prose h3 { margin-top: 1.4em; }
.prose ul, .prose ol { padding-left: 1.3em; }
.prose li { margin-bottom: .4em; }
.prose .callout { background: #fff; border-left: 4px solid var(--c); padding: 16px 20px; border-radius: 0 10px 10px 0; margin: 1.5em 0; box-shadow: var(--shadow); }
.page-hero { padding: 56px 0 40px; background: #fff; border-bottom: 1px solid var(--line); }
.page-hero p.lede { font-size: 1.2rem; color: var(--muted); max-width: 60ch; }
.page-hero h1 { font-size: clamp(2rem, 4.6vw, 3.4rem); }

.crumbs ol { list-style: none; display: flex; flex-wrap: wrap; gap: 6px; padding: 16px 0 0; margin: 0; font-size: .86rem; color: var(--muted); }
.crumbs li + li::before { content: "/"; margin-right: 6px; opacity: .5; }
.crumbs a { text-decoration: none; }
.crumbs a:hover { text-decoration: underline; }

/* ── CTA band ─────────────────────────────── */
.cta-band { background: linear-gradient(120deg, var(--m), #b3137a 60%, #6a1a9a); color: #fff; padding: 64px 0; }
.cta-band .wrap { display: flex; align-items: center; justify-content: space-between; gap: 32px; flex-wrap: wrap; }
.cta-band h2 { margin: 0 0 6px; }
.cta-band p { margin: 0; color: #ffe2f1; max-width: 52ch; }
.cta-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.cta-band .btn { background: #fff; color: var(--ink) !important; border-color: #fff; box-shadow: none; }
.cta-band .btn:hover { background: var(--y) !important; border-color: var(--y); }
.cta-band .btn-ghost { background: transparent; color: #fff !important; border-color: #fff; }
.cta-band .btn-ghost:hover { background: rgba(255,255,255,.12) !important; }

/* ── Stats strip ──────────────────────────── */
.strip { background: var(--y); padding: 22px 0; }
.strip .wrap { display: flex; justify-content: space-around; flex-wrap: wrap; gap: 16px 32px; font-weight: 800; }
.strip b { font-size: 1.5rem; display: block; line-height: 1; letter-spacing: -.02em; }
.strip span { font-size: .85rem; text-transform: uppercase; letter-spacing: .08em; }

/* ── Forms (order) ────────────────────────── */
.form-grid { display: grid; grid-template-columns: 1.4fr .9fr; gap: 32px; align-items: start; }
fieldset { border: 1px solid var(--line); background: #fff; border-radius: var(--radius); padding: 22px; margin: 0 0 20px; box-shadow: var(--shadow); }
legend { font-weight: 900; font-size: 1.1rem; padding: 0 8px; }
.field { margin-bottom: 14px; }
.field label { display: block; font-weight: 700; font-size: .92rem; margin-bottom: 5px; }
.field .hint { font-size: .82rem; color: var(--muted); margin-top: 4px; }
.row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.radio-cards { display: grid; gap: 10px; }
.radio-cards label { display: flex; gap: 12px; align-items: flex-start; border: 1.5px solid var(--line); border-radius: 12px; padding: 14px; cursor: pointer; font-weight: 500; }
.radio-cards label:has(input:checked) { border-color: var(--m); background: #fff7fb; }
.radio-cards input { width: auto; margin-top: 4px; accent-color: var(--m); }
.radio-cards strong { display: block; }
.radio-cards small { color: var(--muted); }
.check { display: flex; gap: 10px; align-items: flex-start; font-weight: 500 !important; }
.check input { width: auto; margin-top: 5px; accent-color: var(--m); }
.summary { position: sticky; top: 90px; }
.summary .line { display: flex; justify-content: space-between; padding: 8px 0; border-bottom: 1px dashed var(--line); font-size: .96rem; }
.summary .total { font-size: 1.6rem; font-weight: 900; border: 0; padding-top: 14px; }
.alert { padding: 14px 16px; border-radius: 10px; margin-bottom: 18px; font-weight: 600; }
.alert-error { background: #fdecef; color: #9b1030; border: 1px solid #f5c2cd; }
.alert-ok { background: #e8f7ee; color: #0b6b3b; border: 1px solid #bfe6cf; }
.hp { position: absolute; left: -9999px; }

/* ── Footer ───────────────────────────────── */
.site-footer { background: var(--ink); color: #b9b9c6; padding: 64px 0 24px; font-size: .95rem; }
.site-footer a { color: #e7e7ef; text-decoration: none; }
.site-footer a:hover { color: var(--y); }
.site-footer h3 { color: #fff; font-size: .82rem; text-transform: uppercase; letter-spacing: .12em; }
.site-footer ul { list-style: none; padding: 0; margin: 0; }
.site-footer li { margin-bottom: 8px; }
.logo-foot { color: #fff; margin-bottom: 14px; }
.logo-foot b { background: #fff; color: var(--ink); }
.foot-grid { display: grid; grid-template-columns: 1.4fr 1fr 1.1fr 1.3fr; gap: 36px; }
.cols-2 { columns: 2; column-gap: 18px; }
.foot-bottom { display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; border-top: 1px solid var(--ink-3); margin-top: 40px; padding-top: 20px; font-size: .85rem; }

.mobile-cta { display: none; }

.pill-links { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; padding: 0; }
.pill-links a { display: inline-block; padding: 8px 14px; border-radius: 999px; background: #fff; border: 1px solid var(--line); text-decoration: none; font-weight: 600; }
.pill-links a:hover { border-color: var(--m); color: var(--m); }
.muted { color: var(--muted); }

/* ── Responsive ───────────────────────────── */
@media (max-width: 980px) {
  .hero .wrap, .split, .form-grid { grid-template-columns: 1fr; }
  .hero .wrap { padding-block: 48px 56px; gap: 36px; }
  .g3, .g4 { grid-template-columns: 1fr 1fr; }
  .foot-grid { grid-template-columns: 1fr 1fr; }
  .summary { position: static; }
  .nav-toggle {
    display: inline-flex; font: 800 .95rem var(--font); background: var(--ink); color: #fff;
    border: 0; border-radius: 999px; padding: 10px 16px; cursor: pointer;
  }
  .nav {
    display: none; position: absolute; left: 0; right: 0; top: 100%;
    flex-direction: column; align-items: stretch; background: var(--paper);
    border-bottom: 1px solid var(--line); padding: 10px 20px 18px; box-shadow: 0 20px 30px rgba(0,0,0,.08);
  }
  .nav.open { display: flex; }
  .nav a { padding: 12px 8px; font-size: 1.05rem; }
  .nav .btn { margin: 8px 0 0; }
}
@media (max-width: 640px) {
  body { font-size: 16px; padding-bottom: 64px; }
  .wrap { padding: 0 16px; }
  section { padding: 60px 0; }
  .g2, .g3, .g4, .vs, .row2 { grid-template-columns: 1fr; }
  .foot-grid { grid-template-columns: 1fr; }
  .topbar .wrap span { font-size: .78rem; }
  .topbar a { display: none; }
  .hero .lede { font-size: 1.08rem; }
  .price-card { padding: 20px; }
  .mobile-cta {
    display: grid; grid-template-columns: 1fr 1fr 1.3fr; position: fixed; bottom: 0; left: 0; right: 0; z-index: 60;
    background: var(--ink); border-top: 1px solid var(--ink-3);
  }
  .mobile-cta a { color: #fff; text-align: center; padding: 16px 6px; font-weight: 800; text-decoration: none; }
  .mobile-cta a.primary { background: var(--m); }
  th, td { padding: 12px 14px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .btn { transition: none; }
}
