:root {
  color-scheme: dark;
  --bg: #050507;
  --panel: rgba(17, 24, 39, .76);
  --panel-strong: rgba(10, 10, 12, .92);
  --line: rgba(255,255,255,.1);
  --text: #f8fafc;
  --muted: #a1a1aa;
  --accent: #e60023;
  --blue: #3b82f6;
  --green: #22c55e;
}

* { box-sizing: border-box; }
body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 14% 14%, rgba(230,0,35,.2), transparent 26rem),
    radial-gradient(circle at 88% 12%, rgba(59,130,246,.18), transparent 28rem),
    linear-gradient(90deg, rgba(230,0,35,.08), rgba(59,130,246,.05) 48%, rgba(0,0,0,0)),
    var(--bg);
  color: var(--text);
  min-height: 100vh;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.02) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.75), transparent 78%);
}

a { color: inherit; text-decoration: none; }
.wrap { width: min(1160px, calc(100% - 32px)); margin: 0 auto; }
.nav {
  display: flex; align-items: center; justify-content: space-between;
  padding: 26px 0;
  position: relative;
  z-index: 30;
}
.brand { font-weight: 900; letter-spacing: 0; font-size: 22px; }
.brand span, .accent { color: var(--accent); }
.nav-links { display: flex; gap: 14px; align-items: center; color: var(--muted); font-size: 14px; }
.pin-menu-btn {
  display: none;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #fff;
  font-size: 34px;
  font-weight: 900;
  cursor: pointer;
  transition: color .18s ease, transform .18s ease;
}
.pin-menu-btn:hover {
  color: #fb7185;
  transform: translateY(-1px);
}
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  border: 1px solid var(--line); border-radius: 8px;
  padding: 12px 18px; font-weight: 800; cursor: pointer;
  background: rgba(255,255,255,.06); color: var(--text);
  min-height: 44px;
  transition: transform .18s ease, border-color .18s ease, background .18s ease;
}
.btn:hover { transform: translateY(-1px); border-color: rgba(255,255,255,.24); }
.btn.primary { background: var(--accent); border-color: var(--accent); color: white; box-shadow: 0 16px 42px rgba(230,0,35,.22); }
.btn.primary:hover { background: #ff1238; border-color: #ff1238; box-shadow: 0 20px 54px rgba(230,0,35,.34); }
.btn.green { background: #16a34a; border-color: #16a34a; color: white; }
.btn.green:hover { background: #22c55e; border-color: #22c55e; }
.btn.ghost { background: transparent; }
.btn.ghost:hover { background: rgba(255,255,255,.08); }
.hero {
  min-height: 76vh; display: grid; grid-template-columns: .95fr 1.05fr;
  gap: 48px; align-items: center; padding: 34px 0 80px;
}
.eyebrow { color: #fca5a5; text-transform: uppercase; letter-spacing: .18em; font-weight: 900; font-size: 12px; }
h1 { font-size: 72px; line-height: .95; margin: 14px 0 20px; letter-spacing: 0; }
h2 { font-size: 44px; line-height: 1; margin: 0 0 14px; letter-spacing: 0; }
p { color: var(--muted); line-height: 1.7; }
.actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 28px; }
.panel {
  background:
    linear-gradient(145deg, rgba(255,255,255,.08), rgba(255,255,255,.035)),
    var(--panel);
  border: 1px solid var(--line); border-radius: 14px;
  padding: 24px; box-shadow: 0 24px 80px rgba(0,0,0,.32);
}
.hero-copy { max-width: 680px; }
.hero-subtitle { font-size: 18px; max-width: 650px; }
.proof-row { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 24px; }
.proof {
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.06);
  border-radius: 8px;
  padding: 10px 12px;
  color: #e5e7eb;
  font-weight: 800;
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.proof svg { width: 16px; height: 16px; fill: #fb7185; flex: 0 0 auto; }
.brand-chip {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fecdd3;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.pin-logo {
  width: 42px; height: 42px; border-radius: 50%;
  display: inline-grid; place-items: center;
  background: var(--accent); color: white;
  box-shadow: 0 16px 42px rgba(230,0,35,.38);
}
.pin-logo svg { width: 25px; height: 25px; fill: currentColor; }
.product-shot {
  min-height: 540px;
  background:
    radial-gradient(circle at 72% 12%, rgba(230,0,35,.22), transparent 17rem),
    linear-gradient(145deg, rgba(255,255,255,.13), rgba(255,255,255,.045));
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 14px;
  padding: 18px;
  box-shadow: 0 34px 110px rgba(0,0,0,.42);
  position: relative;
  overflow: hidden;
}
.product-shot::before {
  content: "";
  position: absolute;
  inset: auto 22px 22px auto;
  width: 190px;
  height: 190px;
  border-radius: 999px;
  background: rgba(230,0,35,.12);
  filter: blur(28px);
}
.browser-bar {
  display: flex; align-items: center; justify-content: space-between;
  border-bottom: 1px solid var(--line); padding-bottom: 14px; margin-bottom: 18px;
}
.dots { display: flex; gap: 7px; }
.dots span { width: 10px; height: 10px; border-radius: 50%; background: #ef4444; }
.dots span:nth-child(2) { background: #f59e0b; }
.dots span:nth-child(3) { background: #22c55e; }
.tool-mock {
  display: grid; grid-template-columns: 180px 1fr; gap: 16px; min-height: 448px;
  position: relative;
  z-index: 1;
}
.mock-sidebar, .mock-gallery, .mock-card {
  border: 1px solid var(--line);
  background: rgba(5,5,7,.62);
  border-radius: 10px;
}
.mock-sidebar { padding: 14px; display: grid; gap: 12px; align-content: start; }
.mock-label { color: #cbd5e1; font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.mock-drop {
  height: 84px;
  display: grid;
  place-items: center;
  border: 1px dashed rgba(255,255,255,.24);
  border-radius: 10px;
  background: rgba(255,255,255,.05);
}
.mock-drop svg { width: 30px; height: 30px; fill: #fb7185; }
.mock-input { height: 38px; border-radius: 8px; background: rgba(255,255,255,.1); border: 1px solid var(--line); }
.mock-swatches { display: grid; grid-template-columns: repeat(4, 1fr); gap: 7px; }
.mock-swatches span { height: 28px; border-radius: 8px; background: #e60023; }
.mock-swatches span:nth-child(2) { background: #2563eb; }
.mock-swatches span:nth-child(3) { background: #16a34a; }
.mock-swatches span:nth-child(4) { background: #f97316; }
.mock-generate {
  min-height: 42px;
  display: grid;
  place-items: center;
  background: var(--accent);
  border-radius: 8px;
  color: white;
  font-weight: 900;
  font-size: 13px;
}
.mock-gallery { padding: 14px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.mock-card {
  aspect-ratio: 2 / 3;
  background:
    linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,.64)),
    linear-gradient(135deg, #fecdd3, #f43f5e 48%, #7f1d1d);
  position: relative;
  overflow: hidden;
}
.mock-card:nth-child(2) { background: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,.64)), linear-gradient(135deg, #bfdbfe, #2563eb 48%, #111827); }
.mock-card:nth-child(3) { background: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,.64)), linear-gradient(135deg, #bbf7d0, #16a34a 48%, #052e16); }
.mock-card:nth-child(4) { background: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,.64)), linear-gradient(135deg, #fde68a, #f97316 48%, #431407); }
.mock-card:nth-child(5) { background: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,.64)), linear-gradient(135deg, #ddd6fe, #7c3aed 48%, #1e1b4b); }
.mock-card:nth-child(6) { background: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,.64)), linear-gradient(135deg, #f5f5f4, #78716c 48%, #1c1917); }
.mock-card::before {
  content: "";
  position: absolute;
  inset: 12px 12px auto auto;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(255,255,255,.82);
}
.mock-card span {
  position: absolute; left: 10px; right: 10px; bottom: 12px;
  color: white; font-weight: 900; font-size: 13px; line-height: 1.08;
  text-transform: uppercase;
}
.mini-checks {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}
.mini-checks span {
  color: #e5e7eb;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.06);
  padding: 9px 11px;
  border-radius: 8px;
  font-weight: 800;
  font-size: 13px;
}
.mini-checks span::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 8px;
  border-radius: 50%;
  background: var(--green);
}
.analytics-card {
  background: linear-gradient(145deg, rgba(15,23,42,.92), rgba(17,24,39,.72));
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 14px;
  padding: 22px;
  box-shadow: 0 24px 80px rgba(0,0,0,.34);
}
.analytics-head {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: start;
  margin-bottom: 20px;
}
.analytics-head strong { display: block; font-size: 20px; }
.analytics-head span { color: var(--muted); font-size: 13px; }
.analytics-head b { color: #fb7185; font-size: 42px; line-height: 1; }
.bar-chart {
  height: 180px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
  align-items: end;
  padding: 18px 0;
  border-block: 1px solid var(--line);
}
.bar-chart span {
  display: block;
  border-radius: 8px 8px 3px 3px;
  background: linear-gradient(180deg, #fb7185, #e60023);
  box-shadow: 0 12px 28px rgba(230,0,35,.24);
}
.analytics-row {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding-top: 14px;
  color: var(--muted);
}
.analytics-row strong { color: white; text-transform: uppercase; font-size: 12px; letter-spacing: .08em; }
.feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.feature-card {
  display: grid;
  gap: 16px;
  align-content: start;
  min-height: 230px;
  padding: 20px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 14px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.08), rgba(255,255,255,.035));
}
.feature-icon {
  width: 52px; height: 52px; border-radius: 12px;
  display: grid; place-items: center; background: rgba(230,0,35,.16);
  color: #fca5a5;
}
.feature-icon svg {
  width: 26px;
  height: 26px;
  fill: currentColor;
}
.feature-card h3, .dashboard-card h3 { margin: 0 0 6px; font-size: 22px; letter-spacing: 0; }
.showcase-strip {
  display: grid; grid-template-columns: 1.15fr .85fr; gap: 28px; align-items: center;
}
.dashboard-hero {
  display: grid; grid-template-columns: 1.05fr .95fr; gap: 20px; align-items: stretch;
}
.access-card {
  min-height: 360px;
  display: flex; flex-direction: column; justify-content: space-between;
  background:
    linear-gradient(145deg, rgba(230,0,35,.13), transparent 42%),
    var(--panel);
}
.status-big { font-size: 56px; line-height: .98; margin: 0; letter-spacing: 0; }
.quick-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.payment-card { display: grid; gap: 14px; }
.profile-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.terms-check {
  display: grid;
  grid-template-columns: 18px 1fr;
  align-items: start;
  gap: 10px;
  margin: 12px 0 18px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}
.terms-check input { width: 18px; height: 18px; margin-top: 2px; accent-color: var(--accent); }
.legal-page { padding-bottom: 90px; }
.legal-hero { padding: 64px 0 34px; max-width: 860px; }
.legal-hero h1 { font-size: 58px; }
.legal-grid {
  display: grid;
  grid-template-columns: 250px 1fr;
  gap: 28px;
  align-items: start;
}
.legal-side {
  position: sticky;
  top: 20px;
  display: grid;
  gap: 8px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(17, 24, 39, .66);
}
.legal-side a {
  color: #d4d4d8;
  padding: 10px 11px;
  border-radius: 8px;
  font-weight: 800;
  font-size: 13px;
}
.legal-side a:hover { background: rgba(255,255,255,.07); color: white; }
.legal-content {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(17, 24, 39, .72);
  padding: 34px;
}
.legal-content section { padding: 0 0 30px; margin-bottom: 30px; border-bottom: 1px solid var(--line); }
.legal-content section:last-child { border-bottom: 0; margin-bottom: 0; padding-bottom: 0; }
.legal-content h2 { font-size: 30px; margin-bottom: 12px; }
.grid { display: grid; gap: 18px; }
.grid.three { grid-template-columns: repeat(3, 1fr); }
.grid.two { grid-template-columns: repeat(2, 1fr); }
.metric { padding: 18px; background: rgba(255,255,255,.05); border: 1px solid var(--line); border-radius: 8px; }
.metric strong { display: block; font-size: 28px; margin-bottom: 4px; }
.section { padding: 72px 0; border-top: 1px solid var(--line); }
.field { display: grid; gap: 7px; margin-bottom: 14px; }
label { color: #d4d4d8; font-size: 13px; font-weight: 800; }
input, select, textarea {
  width: 100%; border: 1px solid var(--line); background: rgba(255,255,255,.07);
  color: var(--text); border-radius: 8px; padding: 12px 13px; outline: none;
}
select option { background: #111827; color: #f8fafc; }
input:focus, select:focus, textarea:focus { border-color: var(--accent); }
.auth-shell { min-height: 100vh; display: grid; place-items: center; padding: 28px; }
.auth-card { width: min(460px, 100%); }
.notice { padding: 13px 14px; border-radius: 8px; border: 1px solid var(--line); background: rgba(255,255,255,.06); color: #e5e7eb; margin-bottom: 16px; }
.notice.warn { border-color: rgba(234,179,8,.45); background: rgba(234,179,8,.1); }
.notice.danger { border-color: rgba(239,68,68,.55); background: rgba(239,68,68,.1); }
.notice.good { border-color: rgba(34,197,94,.55); background: rgba(34,197,94,.1); }
.table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 8px; }
table { width: 100%; border-collapse: collapse; min-width: 860px; }
th, td { padding: 12px; border-bottom: 1px solid var(--line); text-align: left; font-size: 14px; vertical-align: top; }
th { color: #d4d4d8; background: rgba(255,255,255,.05); }
tbody tr:hover { background: rgba(255,255,255,.025); }
.pill { display: inline-flex; padding: 5px 9px; border-radius: 999px; background: rgba(255,255,255,.08); color: #e5e7eb; font-size: 12px; font-weight: 800; }
.pill.green { background: rgba(34,197,94,.16); color: #86efac; }
.pill.red { background: rgba(239,68,68,.16); color: #fca5a5; }
.tool-frame { width: 100%; height: calc(100vh - 72px); border: 0; display: block; background: white; }
.tool-topbar {
  height: 72px; display: flex; align-items: center; justify-content: space-between;
  padding: 0 18px; background: var(--panel-strong); border-bottom: 1px solid var(--line);
}
.tool-choice-shell {
  min-height: calc(100vh - 72px);
  display: grid;
  place-items: center;
  padding: 24px;
  background:
    radial-gradient(circle at 35% 20%, rgba(230,0,35,.18), transparent 25rem),
    radial-gradient(circle at 75% 60%, rgba(59,130,246,.12), transparent 28rem),
    var(--bg);
}
.tool-choice-card {
  width: min(620px, 100%);
  background: rgba(17,24,39,.86);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 14px;
  padding: 30px;
  box-shadow: 0 28px 100px rgba(0,0,0,.42);
}
.tool-choice-card h1 {
  font-size: 38px;
  margin: 18px 0 10px;
}
.session-meta {
  display: grid;
  gap: 7px;
  margin: 20px 0;
  padding: 16px;
  border-radius: 10px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.06);
  color: var(--muted);
}
.session-meta strong { color: white; }
.muted { color: var(--muted); }
.stack { display: grid; gap: 16px; }
.inline-form { display: flex; gap: 8px; flex-wrap: wrap; align-items: end; }
.inline-form > * { min-width: 120px; }
.inline-form input, .inline-form select { color: #f8fafc; background: rgba(255,255,255,.09); }
.pricing-wrap { display: grid; grid-template-columns: .82fr 1.18fr; gap: 28px; align-items: start; }
.pricing-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.price-card {
  display: grid;
  gap: 14px;
  align-content: start;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: linear-gradient(145deg, rgba(255,255,255,.09), rgba(255,255,255,.035));
  padding: 22px;
}
.price-card.featured { border-color: rgba(230,0,35,.45); box-shadow: 0 20px 70px rgba(230,0,35,.14); }
.price-card h3 { margin: 0; font-size: 38px; line-height: 1; }
.price-card p { margin: 0; }
.price-card ul { display: grid; gap: 10px; margin: 4px 0 8px; padding: 0; list-style: none; color: #d4d4d8; }
.price-card li { display: flex; gap: 9px; line-height: 1.45; }
.price-card li::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--green); flex: 0 0 auto; margin-top: .55em; }
.price-badge {
  width: max-content;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 999px;
  padding: 6px 10px;
  color: #fecdd3;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.pin-footer {
  display: flex;
  justify-content: space-between;
  gap: 22px;
  padding: 34px 0 42px;
  border-top: 1px solid var(--line);
  position: relative;
  z-index: 1;
}
.pin-footer p {
  max-width: 560px;
  margin: 10px 0 0;
  font-size: 14px;
}
.pin-footer small {
  display: inline-block;
  margin-top: 14px;
  color: #71717a;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.pin-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: flex-end;
}
.pin-footer-links a {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 10px 12px;
  color: #e5e7eb;
  font-weight: 800;
  font-size: 13px;
  transition: background .18s ease, border-color .18s ease, color .18s ease, transform .18s ease;
}
.pin-footer-links a:hover {
  background: rgba(230,0,35,.12);
  border-color: rgba(230,0,35,.34);
  color: #fff;
  transform: translateY(-1px);
}
.copy-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}
.copy-btn {
  min-height: 38px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 8px;
  padding: 0 12px;
  background: rgba(255,255,255,.06);
  color: #f8fafc;
  font-weight: 900;
  cursor: pointer;
  transition: transform .18s ease, background .18s ease, border-color .18s ease;
}
.copy-btn:hover {
  transform: translateY(-1px);
  background: rgba(230,0,35,.14);
  border-color: rgba(230,0,35,.44);
}
.copy-btn.copied {
  background: rgba(34,197,94,.18);
  border-color: rgba(34,197,94,.5);
  color: #86efac;
}
.pin-whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 70;
  min-height: 58px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  border: 1px solid rgba(34,197,94,.55);
  border-radius: 999px;
  background: rgba(5,18,12,.92);
  color: #e9fff1;
  font-weight: 900;
  box-shadow: 0 20px 70px rgba(0,0,0,.44), 0 0 44px rgba(34,197,94,.16);
  transition: transform .18s ease, background .18s ease, border-color .18s ease;
}
.pin-whatsapp-float:hover {
  transform: translateY(-2px);
  background: rgba(9,35,20,.96);
  border-color: rgba(34,197,94,.8);
}
.pin-whatsapp-float svg {
  width: 27px;
  height: 27px;
  fill: #25d366;
  flex: 0 0 auto;
}

@media (max-width: 840px) {
  .hero, .grid.three, .grid.two, .showcase-strip, .dashboard-hero, .profile-grid, .feature-grid, .legal-grid, .pricing-wrap, .pricing-grid { grid-template-columns: 1fr; }
  h1 { font-size: 46px; }
  h2 { font-size: 34px; }
  .status-big { font-size: 40px; }
  .wrap { width: min(100% - 28px, 1160px); }
  .nav { align-items: center; gap: 14px; flex-direction: row; padding: 18px 0; }
  .pin-menu-btn { display: inline-grid; place-items: center; }
  .nav-links {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 68px;
    z-index: 40;
    padding: 14px;
    border: 1px solid rgba(230,0,35,.22);
    border-radius: 16px;
    background: rgba(5,5,7,.98);
    box-shadow: 0 22px 80px rgba(0,0,0,.54), inset 0 1px 0 rgba(255,255,255,.04);
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }
  .nav-links.is-open { display: flex; }
  .nav-links a {
    width: 100%;
    justify-content: center;
    text-align: center;
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 12px;
    background: rgba(255,255,255,.045);
    font-weight: 900;
  }
  .nav-links a:hover {
    background: rgba(230,0,35,.14);
    border-color: rgba(230,0,35,.34);
    color: #fff;
  }
  .nav-links .btn.primary {
    background: var(--accent);
    border-color: var(--accent);
  }
  .hero { min-height: auto; padding-top: 24px; gap: 22px; }
  .hero-copy { max-width: 100%; }
  .hero-subtitle { font-size: 17px; line-height: 1.65; }
  .actions .btn { width: 100%; }
  .proof-row { gap: 8px; }
  .proof { width: 100%; justify-content: center; }
  .tool-mock { grid-template-columns: 1fr; }
  .mock-sidebar { display: none; }
  .mock-gallery { grid-template-columns: repeat(2, 1fr); }
  .product-shot {
    display: block;
    min-height: auto;
    padding: 14px;
    border-radius: 14px;
  }
  .mock-gallery { max-height: 360px; overflow: hidden; }
  .browser-bar strong { font-size: 13px; }
  .section { padding: 44px 0; }
  .legal-side { position: static; }
  .legal-hero h1 { font-size: 42px; }
  .legal-content { padding: 22px; }
  .tool-topbar { height: auto; min-height: 72px; gap: 12px; align-items: flex-start; flex-direction: column; padding: 14px; }
  .tool-frame { height: calc(100vh - 118px); }
  .pin-footer { flex-direction: column; padding-bottom: 88px; }
  .pin-footer-links { justify-content: flex-start; }
  .pin-whatsapp-float {
    right: 14px;
    bottom: 14px;
    width: 58px;
    min-height: 58px;
    padding: 0;
    justify-content: center;
  }
  .pin-whatsapp-float span { display: none; }
}
