/* Murveo – strona www. Paleta jak w aplikacji (mobile/constants/Colors.ts). */
@font-face { font-family: "Jakarta"; src: url("/fonts/PlusJakartaSans_400Regular.ttf") format("truetype"); font-weight: 400; font-display: swap; }
@font-face { font-family: "Jakarta"; src: url("/fonts/PlusJakartaSans_600SemiBold.ttf") format("truetype"); font-weight: 600; font-display: swap; }
@font-face { font-family: "Jakarta"; src: url("/fonts/PlusJakartaSans_700Bold.ttf") format("truetype"); font-weight: 700; font-display: swap; }
@font-face { font-family: "Jakarta"; src: url("/fonts/PlusJakartaSans_800ExtraBold.ttf") format("truetype"); font-weight: 800; font-display: swap; }

:root {
  --orange: #E8531A;
  --orange-bright: #FF7035;
  --cta: #C54416;
  --orange-tint: #FFF0EB;
  --navy: #162032;
  --navy-mid: #1B2E44;
  --steel: #3F5F78;
  --stone: #B2BEC8;
  --stone-tint: #E3E9EE;
  --cream: #EDEAE4;
  --bg: #F4F2EE;
  --surface: #FFFFFF;
  --text: #162032;
  --muted: #5E6E7E;
  --line: #E6E1D8;
  --success: #2C5E3F;
  --success-tint: #E7F0E8;
  --radius: 22px;
  --shadow: 0 1px 2px rgba(22,32,50,.05), 0 12px 32px -12px rgba(22,32,50,.18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 80px; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font: 400 17px/1.6 "Jakarta", -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; }
a { color: var(--cta); }
h1, h2, h3 { margin: 0; line-height: 1.15; letter-spacing: -0.02em; }
h1 { font-size: clamp(34px, 5.4vw, 56px); font-weight: 800; }
h2 { font-size: clamp(27px, 3.6vw, 38px); font-weight: 800; max-width: 22ch; }
h3 { font-size: 19px; font-weight: 700; }
p { margin: 0; }

.wrap { max-width: 1120px; margin: 0 auto; padding: 0 20px; }
.narrow-wrap { max-width: 760px; }
.accent { color: var(--orange); }

/* Nagłówek */
.top { position: sticky; top: 0; z-index: 10; background: rgba(244,242,238,.88); backdrop-filter: blur(10px); border-bottom: 1px solid rgba(22,32,50,.06); }
.top-in { display: flex; align-items: center; gap: 24px; height: 68px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; color: var(--navy); font-weight: 800; font-size: 20px; }
.brand img { border-radius: 9px; }
.nav { display: flex; gap: 26px; margin-left: auto; }
.nav a { color: var(--muted); text-decoration: none; font-weight: 600; font-size: 15px; }
.nav a:hover { color: var(--navy); }

.btn {
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--cta); color: #fff; text-decoration: none; font-weight: 700;
  border-radius: 999px; padding: 15px 26px; font-size: 16px;
  box-shadow: 0 8px 20px -8px rgba(197,68,22,.6); transition: transform .15s, background .15s;
}
.btn:hover { background: #B03C12; transform: translateY(-1px); }
.btn-sm { padding: 10px 18px; font-size: 14px; box-shadow: none; }
.btn-light { background: #fff; color: var(--cta); box-shadow: none; white-space: nowrap; }
.btn-light:hover { background: var(--orange-tint); }

/* Hero */
.hero { padding: 64px 0 80px; background: radial-gradient(900px 480px at 85% 10%, #FFE6DA 0%, rgba(255,230,218,0) 70%); }
.hero-in { display: grid; grid-template-columns: 1.1fr .9fr; gap: 56px; align-items: center; }
.pill { display: inline-block; background: var(--orange-tint); color: var(--cta); font-weight: 700; font-size: 14px; border-radius: 999px; padding: 6px 14px; margin-bottom: 20px; }
.lead { font-size: 19px; color: var(--muted); margin-top: 20px; max-width: 34em; }
.lead.narrow { max-width: 30em; }
.cta-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.store {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--navy); color: #fff; text-decoration: none;
  border-radius: 14px; padding: 10px 20px 10px 16px; font-weight: 700; font-size: 17px; line-height: 1.1;
}
.store small { display: block; font-size: 11px; font-weight: 600; color: var(--stone); }
.store.soon { cursor: default; opacity: .92; }
.note { margin-top: 16px; font-size: 15px; color: var(--muted); }

.hero-card { display: flex; justify-content: center; }
.phone {
  width: 100%; max-width: 360px; background: var(--surface); border-radius: 32px; padding: 22px;
  box-shadow: 0 30px 60px -24px rgba(22,32,50,.35), 0 0 0 8px rgba(255,255,255,.6);
  transform: rotate(1.5deg);
}
.phone-head { display: flex; gap: 12px; align-items: center; background: var(--navy); color: #fff; border-radius: 18px; padding: 14px; }
.phone-head img { border-radius: 8px; }
.phone-head b { display: block; font-size: 16px; }
.phone-head span { font-size: 12.5px; color: #C9D3DB; }
.phone-label { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; color: var(--muted); margin: 18px 0 10px; }
.tech { display: grid; grid-template-columns: 14px 96px 1fr; align-items: center; gap: 8px; font-size: 14px; font-weight: 600; margin-bottom: 10px; }
.tech i { display: block; height: 10px; border-radius: 99px; background: var(--stone-tint); position: relative; overflow: hidden; }
.tech i::after { content: ""; position: absolute; inset: 0 auto 0 0; width: var(--w); border-radius: 99px; background: linear-gradient(90deg, var(--orange-bright), var(--cta)); }
.tech i.w92 { --w: 92%; } .tech i.w80 { --w: 80%; } .tech i.w86 { --w: 86%; }
.dot { width: 12px; height: 12px; border-radius: 4px; }
.dot.brick { background: #F2A07E; } .dot.wood { background: #E9C89B; } .dot.clay { background: #C9B8A6; }
.stages { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 6px; }
.stages li { background: var(--bg); border-radius: 99px; padding: 5px 11px; font-size: 12.5px; font-weight: 600; color: var(--steel); }
.phone-btn { display: block; margin-top: 20px; text-align: center; background: var(--cta); color: #fff; font-weight: 700; border-radius: 14px; padding: 13px; font-size: 15px; }

/* Sekcje */
.section { padding: 88px 0; }
.section.soft { background: var(--cream); }
.kicker { color: var(--orange); font-weight: 800; font-size: 14px; text-transform: uppercase; letter-spacing: .08em; margin-bottom: 12px; }
.kicker.light { color: #FFB595; }

.steps { list-style: none; padding: 0; margin: 40px 0 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.steps li, .card { background: var(--surface); border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow); }
.steps p, .card p { color: var(--muted); margin-top: 8px; font-size: 16px; }
.num { display: inline-grid; place-items: center; width: 40px; height: 40px; border-radius: 12px; background: var(--orange-tint); color: var(--cta); font-weight: 800; margin-bottom: 16px; }

.split { display: grid; grid-template-columns: 1.1fr .9fr; gap: 56px; align-items: center; }
.checks { list-style: none; padding: 0; margin: 24px 0 0; display: grid; gap: 10px; }
.checks li { padding-left: 34px; position: relative; font-weight: 600; }
.checks li::before { content: ""; position: absolute; left: 0; top: 2px; width: 22px; height: 22px; border-radius: 50%; background: var(--success-tint) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 12.5l4 4 8-9' fill='none' stroke='%232C5E3F' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/14px no-repeat; }

.offer-stack { display: grid; gap: 12px; }
.offer { position: relative; background: var(--surface); border-radius: 18px; padding: 18px 20px; box-shadow: var(--shadow); }
.offer:nth-child(2) { margin-left: 28px; } .offer:nth-child(3) { margin-left: 56px; }
.offer b { display: block; font-size: 16px; }
.offer span { font-size: 14px; color: var(--muted); }
.offer em { position: absolute; right: 16px; top: 16px; font-style: normal; font-size: 12px; font-weight: 700; color: var(--success); background: var(--success-tint); border-radius: 99px; padding: 3px 10px; }

.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 40px; }
.fine { margin-top: 24px; font-size: 14px; color: var(--muted); }

.prices { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 36px; }
.price { position: relative; background: var(--surface); border-radius: var(--radius); padding: 26px 22px; box-shadow: var(--shadow); border: 2px solid transparent; }
.price b { display: block; font-size: 16px; color: var(--muted); font-weight: 600; }
.price span { display: block; font-size: 32px; font-weight: 800; margin-top: 4px; }
.price.best { border-color: var(--orange); }
.price em { position: absolute; top: -12px; left: 18px; font-style: normal; font-size: 12px; font-weight: 700; background: var(--orange); color: #fff; border-radius: 99px; padding: 3px 10px; }

.contractor {
  display: flex; align-items: center; justify-content: space-between; gap: 40px;
  background: linear-gradient(135deg, var(--navy-mid), var(--navy)); color: #fff;
  border-radius: 28px; padding: 48px;
}
.contractor p:not(.kicker) { color: #C9D3DB; margin-top: 14px; max-width: 38em; }

details { background: var(--surface); border-radius: 18px; padding: 4px 22px; margin-top: 12px; box-shadow: var(--shadow); }
details:first-of-type { margin-top: 32px; }
summary { cursor: pointer; font-weight: 700; padding: 16px 0; list-style: none; display: flex; justify-content: space-between; gap: 16px; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; color: var(--orange); font-size: 22px; line-height: 1; }
details[open] summary::after { content: "–"; }
details p { color: var(--muted); padding-bottom: 18px; }

.foot { border-top: 1px solid var(--line); padding: 32px 0 40px; }
.foot-in { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.foot nav { display: flex; gap: 22px; flex-wrap: wrap; margin-left: auto; }
.foot nav a { color: var(--muted); text-decoration: none; font-size: 15px; font-weight: 600; }
.foot nav a:hover { color: var(--navy); }
.foot p { color: var(--muted); font-size: 14px; }

a:focus-visible, summary:focus-visible { outline: 3px solid var(--orange); outline-offset: 3px; border-radius: 8px; }

@media (max-width: 900px) {
  .nav { display: none; }
  .top-in { justify-content: space-between; }
  .hero { padding: 40px 0 64px; }
  .hero-in, .split { grid-template-columns: 1fr; gap: 44px; }
  .steps, .cards { grid-template-columns: 1fr; }
  .prices { grid-template-columns: repeat(2, 1fr); }
  .contractor { flex-direction: column; align-items: flex-start; padding: 32px 24px; }
  .section { padding: 64px 0; }
  .offer:nth-child(2) { margin-left: 16px; } .offer:nth-child(3) { margin-left: 32px; }
}
@media (max-width: 420px) {
  .wrap { padding: 0 16px; }
  .btn-sm { padding: 9px 14px; }
  .prices { grid-template-columns: 1fr 1fr; gap: 12px; }
  .price span { font-size: 26px; }
  .phone { transform: none; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .btn { transition: none; } }

/* Strona po potwierdzeniu adresu e-mail (potwierdzono.html) */
.status-card { background: var(--surface); border-radius: 28px; padding: 44px 32px; text-align: center; box-shadow: var(--shadow); }
.status-card h1 { font-size: clamp(26px, 4vw, 34px); margin-top: 18px; }
.status-card .lead { margin: 14px auto 0; }
.status-icon { display: inline-block; width: 64px; height: 64px; border-radius: 50%; background: center/30px no-repeat; }
.status-icon.ok { background-color: var(--success-tint); background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 12.5l4.5 4.5L19 7.5' fill='none' stroke='%232C5E3F' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); }
.status-icon.err { background-color: var(--orange-tint); background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 7v6M12 17h.01' fill='none' stroke='%23C54416' stroke-width='2.6' stroke-linecap='round'/%3E%3C/svg%3E"); }
