/* pin2page landing page — tokens from the Claude Design export
   (accent: terracotta, heading font: Fraunces, density: regular) */

:root {
  --bg: #F5EFE6;
  --alt-bg: #EFE7DA;
  --card: #FBF7F0;
  --ink: #2A1E14;
  --muted: #6B5A48;
  --muted-2: #7A6450;
  --muted-3: #9A8770;
  --accent: #C25A38;
  --accent-hover: #A94926;
  --accent-soft: #E8C9B8;
  --border: rgba(42, 30, 20, 0.10);
  --border-2: rgba(42, 30, 20, 0.18);
  --font-display: 'Fraunces', 'Times New Roman', serif;
  --font-body: 'Inter', system-ui, -apple-system, sans-serif;
  --section-pad: 112px;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font-body);
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}
h1, h2, h3 { margin: 0; }
p { margin: 0; }
ul { margin: 0; }
a { color: inherit; }
img, svg { display: block; max-width: 100%; }

.container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 48px;
}

/* language toggle: both languages render, CSS shows/hides by data-lang */
html[data-lang="sq"] .lang-en { display: none; }
html[data-lang="en"] .lang-sq { display: none; }

em { font-style: italic; color: var(--accent); font-family: inherit; }

.eyebrow {
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--muted-2);
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}
.eyebrow .rule { width: 18px; height: 1px; background: var(--accent); flex-shrink: 0; }

.lede { font-size: 18px; line-height: 1.6; color: var(--muted); max-width: 540px; }
.lede.center { max-width: 540px; margin: 0 auto 40px; font-size: 19px; text-align: center; }

h1, h2 {
  font-family: var(--font-display);
  font-weight: 450;
  letter-spacing: -0.025em;
  line-height: 0.96;
  color: var(--ink);
}
h1 { font-size: clamp(48px, 6vw, 96px); margin-bottom: 24px; }
h2 { font-size: clamp(40px, 5vw, 72px); }
h3 { font-family: var(--font-display); font-weight: 450; font-size: 26px; line-height: 1.15; color: var(--ink); }

.section-head { max-width: 720px; margin-bottom: 64px; }
.section-head.split {
  max-width: none;
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 64px;
  align-items: end;
  margin-bottom: 56px;
}
.section-head.split .lede { max-width: 540px; }

/* ── buttons ─────────────────────────────────────────────── */
.btn-primary, .btn-secondary, .btn-whatsapp {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 24px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 15px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  font-family: var(--font-body);
  transition: background .18s, transform .18s, border-color .18s;
}
.btn-primary { background: var(--accent); color: var(--card); }
.btn-primary:hover { background: var(--accent-hover); transform: translateY(-1px); }
.btn-secondary { background: transparent; color: var(--ink); border: 1px solid var(--border-2); }
.btn-secondary:hover { border-color: rgba(42,30,20,0.32); background: rgba(42,30,20,0.03); }
.btn-whatsapp {
  background: #25D366; color: #fff; padding: 16px 28px; font-size: 16px;
  box-shadow: 0 14px 32px -10px rgba(37,211,102,0.5);
}
.btn-whatsapp:hover { background: #22c05f; transform: translateY(-1px); }

/* ── nav ─────────────────────────────────────────────────── */
.site-nav {
  position: sticky; top: 0; z-index: 50;
  border-bottom: 1px solid var(--border);
  background: rgba(245,239,230,0.85);
  backdrop-filter: blur(10px);
}
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 72px; }
.brand { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 17px; letter-spacing: -0.01em; text-decoration: none; }
.nav-right { display: flex; align-items: center; gap: 28px; }
.nav-link { color: var(--muted); text-decoration: none; font-size: 14px; font-weight: 500; transition: color .15s; }
.nav-link:hover { color: var(--accent); }
.lang-switch { display: inline-flex; border: 1px solid var(--border-2); border-radius: 999px; overflow: hidden; }
.lang-switch button {
  background: transparent; border: none; padding: 6px 11px; font-size: 12px; font-weight: 600;
  color: var(--muted); cursor: pointer; font-family: inherit;
}
.lang-switch button.on { background: var(--ink); color: var(--card); }
.nav-cta { padding: 10px 18px; font-size: 14px; }

/* ── hero ────────────────────────────────────────────────── */
.hero { padding: 56px 0 96px; }
.hero-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 64px; align-items: center; }
.hero-sub { font-size: 19px; line-height: 1.55; color: var(--muted); max-width: 480px; margin-bottom: 32px; }
.hero-also { font-size: 13px; color: #8B7560; margin: 18px 0 14px; }
.hero-also a { text-decoration: none; border-bottom: 1px solid rgba(107,90,72,0.25); padding-bottom: 1px; transition: color .15s, border-color .15s; }
.hero-also a:hover { color: var(--accent); border-bottom-color: var(--accent); }
.dot-sep { margin: 0 8px; color: #B8A693; }
.reply-badge { display: flex; align-items: center; gap: 10px; font-size: 13px; color: var(--muted-2); }
.pulse-dot { width: 6px; height: 6px; border-radius: 999px; background: #3DDB5C; box-shadow: 0 0 0 4px rgba(61,219,92,0.18); flex-shrink: 0; }

.hero-phone-wrap { position: relative; display: flex; justify-content: center; }
.phone {
  width: 320px; height: 640px; border-radius: 42px;
  background: #1E1E1E; padding: 10px;
  box-shadow: 0 40px 80px -20px rgba(0,0,0,0.4), 0 0 0 1px rgba(0,0,0,0.6);
  transform: rotate(-2deg);
}
.phone-screen {
  width: 100%; height: 100%; border-radius: 32px; background: #ECE5DD;
  display: flex; flex-direction: column; overflow: hidden; position: relative;
}
.wa-header {
  background: #075E54; color: #fff; padding: 14px 14px 12px;
  display: flex; align-items: center; gap: 12px; font-family: var(--font-body); flex-shrink: 0;
}
.wa-back { font-size: 16px; }
.wa-avatar {
  width: 36px; height: 36px; border-radius: 999px; background: #25D366;
  display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 700; flex-shrink: 0;
}
.wa-title { flex: 1; display: flex; flex-direction: column; min-width: 0; }
.wa-name { font-size: 13px; font-weight: 600; }
.wa-status { font-size: 11px; opacity: .85; }
.wa-actions { font-size: 14px; opacity: .9; white-space: nowrap; }
.wa-messages {
  flex: 1; padding: 16px 12px; display: flex; flex-direction: column; gap: 8px;
  background: #ECE5DD;
  background-image: radial-gradient(rgba(0,0,0,0.04) 1px, transparent 1px);
  background-size: 10px 10px;
  overflow: hidden;
}
.bubble {
  max-width: 86%; padding: 8px 11px; border-radius: 10px 10px 10px 2px;
  font-size: 13px; line-height: 1.4; color: #0B141A; background: #fff;
  box-shadow: 0 1px 0.5px rgba(0,0,0,0.13);
}
.bubble time { display: block; font-size: 9px; color: #667781; text-align: right; margin-top: 3px; }
.bubble.me { align-self: flex-end; background: #DCF8C6; border-radius: 10px 10px 2px 10px; }
.bubble.photos, .bubble.preview { padding: 5px; }
.photo-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 3px; }
.photo-grid span { aspect-ratio: 1; border-radius: 3px; background: linear-gradient(135deg,#E8B486,#C5572D); }
.photo-grid span:nth-child(2) { background: linear-gradient(135deg,#D4A574,#8B4513); }
.photo-grid span:nth-child(3) { background: linear-gradient(135deg,#F2EADC,#C5572D); }
.photo-grid span:nth-child(4) { background: linear-gradient(135deg,#C5572D,#5C2515); }
.file-chips { display: flex; gap: 4px; margin-top: 5px; }
.file-chip {
  flex: 1; display: flex; align-items: center; gap: 4px; background: #F0F2F5;
  border-radius: 4px; padding: 5px 7px; font-size: 9.5px; min-width: 0; white-space: nowrap; overflow: hidden;
}
.file-chip em { font-style: normal; color: #667781; font-size: 8px; }
.bubble .caption { font-size: 11px; color: #0B141A; padding: 6px 4px 0; line-height: 1.35; }
.bubble.photos time, .bubble.preview time { text-align: right; padding-right: 2px; }
.site-preview-card { background: #fff; border-radius: 6px; overflow: hidden; border: 1px solid rgba(0,0,0,0.06); }
.spc-hero { height: 56px; background: linear-gradient(135deg,#E8B486,#C5572D 60%,#5C2515); }
.spc-body { padding: 8px 10px; }
.spc-name { font-family: var(--font-display); font-size: 13px; color: var(--ink); }
.spc-tag { font-family: var(--font-display); font-style: italic; font-size: 11px; color: var(--accent); margin-top: 3px; }
.spc-domain { font-size: 8px; color: var(--muted-2); margin-top: 6px; font-family: ui-monospace, monospace; }
.wa-input { background: #F0F0F0; padding: 8px; display: flex; gap: 6px; align-items: center; flex-shrink: 0; }
.wa-input-field { flex: 1; height: 32px; border-radius: 999px; background: #fff; padding: 0 12px; font-size: 12px; color: #9AA0A6; display: flex; align-items: center; }
.wa-send { width: 32px; height: 32px; border-radius: 999px; background: #075E54; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 14px; flex-shrink: 0; }

.live-badge {
  position: absolute; top: 24px; right: -8px;
  background: var(--accent); color: var(--card);
  border-radius: 999px; padding: 9px 16px; font-size: 12px; font-weight: 600;
  display: flex; align-items: center; gap: 8px;
  box-shadow: 0 12px 28px -10px rgba(80,40,20,0.45);
  transform: rotate(6deg);
}
.live-badge .pulse-dot { background: #3DDB5C; box-shadow: 0 0 0 3px rgba(61,219,92,0.3); }

/* ── why it matters ─────────────────────────────────────────── */
.why { padding: 88px 0 96px; }
.why-head { max-width: 760px; margin-bottom: 56px; }
.why-head .lede { max-width: 620px; margin-top: 24px; font-size: 19px; }
.why-body { display: grid; grid-template-columns: 1.2fr 1fr; gap: 64px; align-items: start; }

.dot-grid { display: grid; grid-template-columns: repeat(10, 1fr); gap: 14px; padding: 32px 8px; }
.dot {
  width: 100%; aspect-ratio: 1; display: flex; align-items: center; justify-content: center;
  color: #E5DFD2; opacity: .4; transform: scale(.6);
  transition: color .6s, opacity .6s, transform .5s cubic-bezier(.2,.7,.2,1);
}
.dot svg { width: 100%; height: 100%; }
.dot.in-view { transform: scale(1); }
.dot.in-view.kept { color: var(--accent); opacity: 1; filter: drop-shadow(0 4px 8px rgba(194,90,56,0.25)); }
.dot.in-view.lost { color: #C9B89A; opacity: .55; }

.legend { display: flex; gap: 36px; margin-top: 28px; padding-left: 8px; flex-wrap: wrap; }
.legend-item { display: flex; align-items: center; gap: 12px; font-size: 13px; color: var(--ink); }
.legend-item.muted { color: var(--muted-3); }
.legend-item .swatch { width: 14px; height: 14px; border-radius: 999px; }
.legend-item .swatch.kept { background: var(--accent); }
.legend-item .swatch.lost { background: #C9B89A; }
.legend-item .count { font-family: ui-monospace, monospace; font-weight: 600; font-size: 18px; }
.legend-item.muted .count { color: var(--muted-3); }
.legend-item:not(.muted) .count { color: var(--accent); }

.reasons-col { padding-top: 24px; }
.reasons-title { font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; font-weight: 700; color: var(--accent); margin-bottom: 18px; }
.reason {
  display: grid; grid-template-columns: 140px 1fr; gap: 24px; align-items: baseline;
  padding-bottom: 14px; margin-bottom: 18px; border-bottom: 1px solid var(--border);
  opacity: 0; transform: translateY(8px);
  transition: opacity .5s, transform .5s;
  transition-delay: var(--delay, 0ms);
}
.reason.in-view { opacity: 1; transform: translateY(0); }
.reason-k { font-family: var(--font-display); font-style: italic; font-size: 22px; color: var(--ink); white-space: nowrap; }
.reason-v { font-size: 14px; color: var(--muted); line-height: 1.5; }
.money-callout {
  margin-top: 20px; padding: 24px 26px; border-radius: 14px;
  background: linear-gradient(135deg, rgba(194,90,56,0.08), rgba(194,90,56,0.04));
  border: 1px solid rgba(194,90,56,0.18);
}
.money-num { font-family: var(--font-display); font-size: 36px; color: var(--accent); line-height: 1; }
.money-sub { font-size: 13px; color: var(--muted); margin-top: 8px; line-height: 1.45; }

.foot-quote {
  margin-top: 72px; padding-top: 36px; border-top: 1px solid var(--border); text-align: center;
  font-family: var(--font-display); font-style: italic; font-size: clamp(22px, 2.4vw, 32px);
  color: #3D2A1A; line-height: 1.3; max-width: 720px; margin-left: auto; margin-right: auto;
}

/* ── what we do / cards ─────────────────────────────────────── */
.what { padding: var(--section-pad) 0; border-top: 1px solid var(--border); }
.card-grid { display: grid; gap: 24px; }
.card-grid.three { grid-template-columns: repeat(3, 1fr); }
.card-grid.two { grid-template-columns: repeat(2, 1fr); }
.card { background: var(--card); border: 1px solid var(--border); border-radius: 18px; padding: 36px; }
.card-num { font-family: var(--font-display); font-size: 14px; color: var(--accent); font-weight: 600; margin-bottom: 28px; letter-spacing: 0.05em; }
.card h3 { margin-bottom: 14px; }
.card p { font-size: 15px; line-height: 1.6; color: var(--muted); }

/* ── templates ───────────────────────────────────────────────── */
.templates { padding: var(--section-pad) 0; background: var(--alt-bg); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.see-all { color: var(--accent); font-weight: 600; font-size: 15px; text-decoration: none; padding-bottom: 8px; white-space: nowrap; }
.template-card {
  background: var(--card); border: 1px solid var(--border); border-radius: 18px; overflow: hidden;
  transition: transform .25s, box-shadow .25s;
}
.template-card:hover { transform: translateY(-3px); box-shadow: 0 24px 48px -20px rgba(80,40,20,0.18); }
.thumb { aspect-ratio: 16/9; position: relative; display: flex; align-items: flex-start; padding: 24px 0 0 28px; }
.kind-restaurant .thumb { background: linear-gradient(135deg, #F4D8B4, #E5946C 60%, #7B3E2A); }
.kind-cafe .thumb { background: linear-gradient(135deg, #EFD9B9, #B7895D 60%, #3D2615); }
.kind-shop .thumb { background: linear-gradient(135deg, #E8B486, #C5572D 60%, #5C2515); }
.kind-guesthouse .thumb { background: linear-gradient(135deg, #E8D5B0, #A88565 60%, #4A3520); }
.thumb-name {
  font-family: var(--font-display); font-style: italic; font-size: 32px; color: var(--card);
  text-shadow: 0 2px 16px rgba(40,20,10,0.25);
}
.template-meta { padding: 18px 24px 22px; font-size: 14px; color: var(--muted); }

/* ── how it works ───────────────────────────────────────────── */
.how { padding: var(--section-pad) 0; }
.steps { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.steps::before {
  content: ""; position: absolute; top: 52px; left: 16.66%; right: 16.66%; height: 2px;
  background-image: repeating-linear-gradient(90deg, var(--accent) 0 8px, transparent 8px 16px);
  opacity: 0.35; z-index: 0;
}
.step { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; text-align: center; }
.step-circle {
  width: 104px; height: 104px; border-radius: 999px; background: var(--card);
  border: 1.5px solid var(--accent); display: flex; align-items: center; justify-content: center;
  position: relative; margin-bottom: 28px; box-shadow: 0 12px 28px -14px rgba(80,40,20,0.30);
}
.step-n { font-family: var(--font-display); font-size: 44px; color: var(--accent); line-height: 1; }
.step-icon {
  position: absolute; top: -8px; right: -8px; width: 34px; height: 34px; border-radius: 999px;
  background: var(--accent); color: var(--card); display: flex; align-items: center; justify-content: center;
}
.step-day {
  font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted-2); font-weight: 700;
  margin-bottom: 14px; padding: 5px 14px; border-radius: 999px; background: rgba(42,30,20,0.05);
}
.step h3 { margin-bottom: 12px; }
.step p { font-size: 15px; line-height: 1.6; color: var(--muted); max-width: 300px; }

/* ── pricing ─────────────────────────────────────────────────── */
.pricing { padding: var(--section-pad) 0; background: var(--alt-bg); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.pricing-grid { align-items: stretch; }
.tier {
  background: var(--card); color: var(--ink); border: 1px solid var(--border); border-radius: 18px;
  padding: 36px; position: relative; display: flex; flex-direction: column;
}
.tier.featured {
  background: var(--ink); color: var(--card); border-color: var(--ink);
  transform: translateY(-12px); box-shadow: 0 30px 60px -24px rgba(40,20,10,0.35);
}
.tier-badge {
  position: absolute; top: -12px; right: 28px; background: var(--accent); color: var(--card);
  font-size: 11px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase;
  padding: 7px 14px; border-radius: 999px;
}
.tier-name { font-family: var(--font-display); font-size: 22px; margin-bottom: 8px; }
.tier-price { display: flex; align-items: baseline; gap: 8px; margin-bottom: 4px; }
.tier-price .amount { font-family: var(--font-display); font-size: 64px; letter-spacing: -0.02em; line-height: 1; }
.tier-price .sub { font-size: 14px; color: var(--muted-2); }
.tier.featured .tier-price .sub { color: #A89685; }
.tier-monthly { font-size: 13px; color: var(--muted-2); margin-bottom: 28px; }
.tier.featured .tier-monthly { color: #A89685; }
.tier-cta { width: 100%; justify-content: center; margin-bottom: 28px; }
.tier hr { border: 0; height: 1px; background: var(--border); margin-bottom: 24px; }
.tier.featured hr { background: rgba(245,239,230,0.16); }
.tier ul { list-style: none; padding: 0; display: flex; flex-direction: column; gap: 12px; }
.tier ul li { display: flex; gap: 10px; align-items: flex-start; font-size: 14px; color: var(--muted); }
.tier.featured ul li { color: #D4C8B5; }
.tier ul li::before {
  content: ""; flex-shrink: 0; margin-top: 6px; width: 8px; height: 8px;
  background: var(--accent); clip-path: polygon(0 45%, 35% 80%, 100% 10%, 90% 0%, 35% 60%, 10% 35%);
}
.footnote { margin-top: 36px; font-size: 13px; color: var(--muted-2); text-align: center; }

/* ── cta section ─────────────────────────────────────────────── */
.cta-section { padding: var(--section-pad) 0; text-align: center; }
.cta-section h2 { margin-bottom: 32px; max-width: 880px; margin-left: auto; margin-right: auto; }
.cta-channels { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

/* ── footer ──────────────────────────────────────────────────── */
.site-footer { border-top: 1px solid var(--border); padding: 64px 0 36px; background: var(--alt-bg); }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 56px; }
.footer-brand p { font-size: 14px; color: var(--muted); line-height: 1.6; max-width: 320px; margin-top: 16px; }
.footer-col-title { font-size: 12px; font-weight: 700; color: var(--ink); margin-bottom: 16px; letter-spacing: 0.1em; text-transform: uppercase; }
.footer-col ul { list-style: none; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.footer-col ul li { font-size: 14px; color: var(--muted); }
.footer-col ul li a { text-decoration: none; transition: color .15s; }
.footer-col ul li a:hover { color: var(--accent); }
.footer-bottom {
  display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 16px;
  padding-top: 24px; border-top: 1px solid var(--border); font-size: 13px; color: var(--muted-2);
}
.footer-bottom a { text-decoration: none; color: var(--muted-2); }
.footer-bottom a:hover { color: var(--accent); }

/* ── responsive ──────────────────────────────────────────────── */
@media (max-width: 980px) {
  .hero-grid, .why-body { grid-template-columns: 1fr; }
  .hero-phone-wrap { margin-top: 48px; }
  .section-head.split { grid-template-columns: 1fr; gap: 24px; }
  .card-grid.three, .card-grid.two, .steps { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .tier.featured { transform: none; }
  .steps::before { display: none; }
}

@media (max-width: 700px) {
  :root { --section-pad: 64px; }
  .container { padding: 0 24px; }
  .nav-link { display: none; }
  .nav-inner { gap: 12px; }
  .hero { padding: 40px 0 56px; }
  .why { padding: 56px 0 64px; }
  .card-grid.three, .card-grid.two, .steps { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .why-head, .section-head, .section-head.split { margin-bottom: 40px; }
  .hero-phone-wrap { margin-top: 32px; }
  .phone { width: 100%; max-width: 320px; }
  .dot-grid { grid-template-columns: repeat(8, 1fr); }
}
