/* =========================================================
   TWOJA WIBRACJA — HYBRID MOBILE
   Estetyka inspirowana wersją Claude + mocniejsza struktura sprzedażowa
   ========================================================= */

:root {
  --dark: #1f2922;
  --dark2: #2a352d;
  --dark3: #39463d;
  --light-bg: #fbf6ef;
  --light-bg2: #f2eadf;
  --text-dark: #2d312b;
  --text-muted: rgba(45, 49, 43, 0.72);
  --text-light: #f7f1e9;
  --text-light-muted: rgba(247, 241, 233, 0.78);
  --gold: #d88d56;
  --gold-light: #ecb48b;
  --cream: #f7efe6;
  --sage: #8ea984;
  --sage-light: #8b9786;
  --sage-dark: #5d7358;
  --line-dark: rgba(136, 154, 125, 0.682);
  --line-light: rgba(45, 49, 43, 0.10);
  --radius: 16px;
  --shadow: 0 10px 40px rgba(68, 60, 42, 0.12);
  --header-h: 60px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: 'DM Sans', sans-serif;
  background: var(--light-bg);
  color: var(--text-dark);
  line-height: 1.6;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; }

.container { width: min(1120px, 92%); margin: 0 auto; }
.section-light, .section-dark { padding: 64px 0; }
.section-light { background: var(--light-bg); }
.section-dark { background: var(--dark2); }

.eyebrow {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: var(--sage-dark);
  margin-bottom: 14px;
}
.eyebrow.light { color: var(--sage-light); }

.section-head { margin-bottom: 28px; }
.section-head.center { text-align: center; }
.section-head.narrow { max-width: 740px; }
.section-head.narrow.center { margin-left: auto; margin-right: auto; }

h1, h2, h3, .section-label {
  font-family: 'Playfair Display', serif;
  font-weight: 500;
  line-height: 1.15;
}

h1 {
  font-size: clamp(34px, 8vw, 64px);
  color: var(--cream);
  margin-bottom: 16px;
}

h2 {
  font-size: clamp(28px, 6vw, 42px);
  color: var(--text-dark);
  margin-bottom: 16px;
}

h2.light { color: var(--cream); }

h3 {
  font-size: clamp(17px, 4.2vw, 22px);
  color: var(--text-dark);
}

.body-text {
  font-size: 16px;
  color: var(--text-muted);
  line-height: 1.8;
}
.body-text.light { color: var(--text-light-muted); }

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: rgba(31,41,34,0.88);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line-dark);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  height: var(--header-h);
  padding: 0 16px;
}
.logo img { height: 32px; width: auto; }
.desktop-nav { display: none; }
.menu-btn {
  display: flex; flex-direction: column; gap: 5px; width: 44px; height: 44px; align-items: center; justify-content: center;
  background: rgba(247,241,233,0.08); border: 1px solid var(--line-dark); border-radius: 10px; padding: 8px;
}
.menu-btn span { display: block; width: 20px; height: 1.5px; background: var(--text-light); border-radius: 2px; transition: all 0.25s; }
.menu-btn.open span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.menu-btn.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.menu-btn.open span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }
.mobile-nav {
  display: none; flex-direction: column; padding: 8px 16px 18px; gap: 2px; border-top: 1px solid var(--line-dark); background: rgba(31,41,34,0.96);
}
.mobile-nav.open { display: flex; }
.mobile-nav a { font-size: 15px; letter-spacing: 0.5px; color: rgba(240,234,216,0.75); padding: 12px 0; border-bottom: 1px solid var(--line-dark); }
.mobile-nav a:last-child { border-bottom: none; }

.hero {
  position: relative; min-height: 100svh; display: flex; align-items: flex-end; padding: calc(var(--header-h) + 28px) 0 52px; overflow: hidden;
}
.hero-bg {
  position: absolute; inset: 0;
  background: linear-gradient(to bottom, rgba(42,53,45,0.18), rgba(42,53,45,0.5) 52%, rgba(31,41,34,0.88) 100%), url('../assets/home_page/background/tlo_2.png') center/cover no-repeat;
}
.hero-content { position: relative; z-index: 1; text-align: center; }
.hero-overline {
  display: inline-block; padding: 8px 14px; margin-bottom: 18px; border: 1px solid rgba(240,234,216,0.18); border-radius: 999px;
  color: rgba(240,234,216,0.84); font-size: 11px; font-weight: 700; letter-spacing: 1.3px;
}
.hero-lead { max-width: 720px; margin: 0 auto; font-size: clamp(16px, 4.2vw, 20px); color: rgba(240,234,216,0.82); }
.hero-actions { display: flex; flex-direction: column; gap: 12px; width: min(100%, 420px); margin: 28px auto 16px; }
.hero-cta, .hero-ghost, .hero-free, .btn-buy, .btn-outline, .btn-insta {
  display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 12px 20px; border-radius: 999px;
  font-size: 14px; font-weight: 700; letter-spacing: 0.4px; transition: transform 0.15s, background 0.2s, border-color 0.2s, color 0.2s;
}
.hero-cta, .btn-buy, .btn-insta { background: var(--gold); color: #fffaf4; border: none; }
.hero-free { background: var(--sage); color: #fffaf4; border: none; }
.hero-ghost, .btn-outline { background: rgba(247,241,233,0.08); color: var(--cream); border: 1px solid var(--line-dark); }
.hero-cta:hover, .hero-ghost:hover, .hero-free:hover, .btn-buy:hover, .btn-outline:hover, .btn-insta:hover { transform: translateY(-1px); }
.hero-trust { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin-bottom: 18px; }
.hero-trust span { padding: 7px 12px; border-radius: 999px; border: 1px solid rgba(240,234,216,0.15); color: rgba(240,234,216,0.78); font-size: 12px; }
.hero-kicker {
  font-family: 'Playfair Display', serif; font-style: italic; color: var(--cream); opacity: 0.92; font-size: clamp(19px, 5vw, 28px); line-height: 1.45; max-width: 760px; margin: 0 auto;
}

.offer-strip { padding-top: 24px; padding-bottom: 24px; }
.strip-grid { display: grid; gap: 12px; }
.strip-grid > div { background: #fff; border: 1px solid var(--line-light); border-radius: var(--radius); padding: 16px; box-shadow: var(--shadow); }
.strip-grid strong { display: block; font-size: 15px; margin-bottom: 4px; }
.strip-grid span { color: var(--text-muted); font-size: 14px; }

.social-proof { padding-top: 34px; }
.testimonials-grid { display: grid; gap: 14px; }
.testimonial-card {
  position: relative;
  background: linear-gradient(180deg, #fffdf8 0%, #fffaf4 100%);
  border: 1px solid rgba(216,141,86,0.14);
  border-radius: 22px;
  padding: 24px 22px 22px;
  box-shadow: var(--shadow);
}
.quote-mark {
  font-family: 'Playfair Display', serif;
  font-size: 54px;
  line-height: 1;
  color: rgba(216,141,86,0.24);
  margin-bottom: 8px;
}
.testimonial-text {
  color: var(--text-dark);
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 18px;
}
.testimonial-meta {
  display: grid;
  gap: 4px;
}
.testimonial-meta strong {
  font-size: 15px;
  color: var(--text-dark);
}
.testimonial-meta span {
  font-size: 13px;
  color: var(--sage-dark);
}

.start-grid { display: grid; gap: 16px; }
.start-card { background: #fff; border: 1px solid var(--line-light); border-radius: 20px; padding: 22px; box-shadow: var(--shadow); }
.start-card.highlight { border-color: rgba(142,169,132,0.56); box-shadow: 0 14px 38px rgba(68,60,42,0.12); }
.start-label { display: inline-block; margin-bottom: 10px; padding: 6px 10px; border-radius: 999px; background: rgba(142,169,132,0.18); color: var(--sage-dark); font-size: 11px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; }
.start-card p { color: var(--text-muted); font-size: 15px; margin-top: 10px; }
.start-actions { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 18px; }

.how-it-works { display: flex; flex-direction: column; gap: 16px; margin-top: 30px; }
.how-step { background: #fff; border: 1px solid var(--line-light); border-radius: var(--radius); padding: 20px 20px 20px 72px; position: relative; box-shadow: var(--shadow); }
.how-num { position: absolute; left: 20px; top: 20px; width: 36px; height: 36px; border-radius: 50%; background: var(--sage); color: #fff; display: flex; align-items: center; justify-content: center; font-family: 'Playfair Display', serif; font-size: 18px; font-weight: 600; }
.how-step h4 { font-family: 'Playfair Display', serif; font-size: 17px; font-weight: 500; color: var(--text-dark); margin-bottom: 8px; }
.how-step p { color: var(--text-muted); font-size: 14px; line-height: 1.65; }

.tabs { display: flex; gap: 8px; margin-bottom: 28px; background: rgba(255,255,255,0.06); border: 1px solid var(--line-dark); border-radius: 999px; padding: 6px; }
.tab { flex: 1; padding: 12px 8px; min-height: 44px; border: none; border-radius: 999px; background: transparent; color: rgba(240,234,216,0.58); font-size: 14px; font-weight: 700; letter-spacing: 0.4px; }
.tab.active { background: var(--sage); color: #fffaf4; }
.tab-panel { display: none; }
.tab-panel.active { display: block; }
.collection-intro { background: rgba(255,255,255,0.05); border: 1px solid var(--line-dark); border-radius: var(--radius); padding: 18px; margin-bottom: 28px; }
.collection-intro p { color: var(--text-light-muted); font-size: 15px; line-height: 1.75; }
.collection-intro strong { color: var(--cream); }
.subsection-head { margin-bottom: 18px; }
.singles-head { margin-top: 42px; }
.section-label { color: var(--cream); font-size: 22px; margin-bottom: 6px; }
.section-sublabel { color: var(--text-light-muted); font-size: 14px; }

.product-grid { display: grid; grid-template-columns: 1fr; gap: 16px; }
.product-card { background: rgba(255,255,255,0.04); border: 1px solid var(--line-dark); border-radius: 18px; overflow: hidden; display: flex; flex-direction: column; transition: transform 0.2s, box-shadow 0.2s; }
.product-card:hover { transform: translateY(-2px); box-shadow: 0 14px 36px rgba(0,0,0,0.3); }
.product-card.highlight { border-color: rgba(142,169,132,0.68); background: rgba(142,169,132,0.08); }
.product-img-wrap { position: relative; aspect-ratio: 4/3; overflow: hidden; }
.product-img-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.35s ease; }
.product-card:hover .product-img-wrap img { transform: scale(1.04); }
.badge { position: absolute; font-size: 10px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; padding: 4px 10px; border-radius: 999px; }
.badge-pro { top: 12px; left: 12px; background: var(--sage); color: #fffaf4; }
.badge-disc { top: 12px; right: 12px; background: rgba(31,41,34,0.78); color: var(--gold-light); border: 1px solid var(--gold-light); }
.badge-step { top: 12px; left: 12px; background: rgba(93,115,88,0.8); color: var(--cream); border: 1px solid rgba(247,241,233,0.18); }
.product-body { padding: 16px; display: flex; flex-direction: column; flex: 1; }
.product-body h3 { color: var(--cream); font-size: 17px; margin-bottom: 6px; }
.product-tagline { color: var(--text-light-muted); font-size: 13px; margin-bottom: 16px; flex: 1; }
.product-footer { display: flex; align-items: flex-end; justify-content: space-between; gap: 10px; flex-wrap: wrap; margin-top: auto; }
.price-wrap { display: flex; flex-direction: column; }
.price-old { font-size: 12px; color: var(--text-light-muted); text-decoration: line-through; }
.price { font-size: 18px; font-weight: 700; color: var(--gold); }
.product-btns { display: flex; gap: 8px; flex-wrap: wrap; }
.btn-details { padding: 10px 14px; min-height: 44px; border-radius: 10px; border: 1px solid var(--line-dark); background: transparent; color: var(--sage-light); font-size: 13px; font-weight: 600; }
.btn-details:hover { border-color: var(--sage); color: var(--sage-dark); }
.btn-buy { min-height: 44px; padding: 10px 18px; border-radius: 10px; font-size: 13px; }
.one-featured-grid { grid-template-columns: 1fr; }
.wide-featured .product-img-wrap { aspect-ratio: 16/9; }
.singles-grid { grid-template-columns: 1fr 1fr; }
.singles-grid .product-img-wrap { aspect-ratio: 1/1; }
.singles-grid .product-body { padding: 12px; }
.singles-grid .product-body h3 { font-size: 14px; }
.singles-grid .product-tagline { font-size: 12px; margin-bottom: 12px; }
.singles-grid .product-footer { flex-direction: column; align-items: flex-start; gap: 8px; }
.singles-grid .product-btns { width: 100%; }
.singles-grid .btn-details, .singles-grid .btn-buy { flex: 1; min-height: 40px; font-size: 12px; padding: 8px 8px; }

.coming-soon-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 24px; }
.coming-card { background: rgba(255,255,255,0.04); border: 1px solid var(--line-dark); border-radius: var(--radius); overflow: hidden; text-align: center; }
.coming-card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; opacity: 0.56; filter: grayscale(28%); }
.coming-card p { color: var(--text-light-muted); font-size: 12px; padding: 8px 6px 4px; }
.badge-soon { display: inline-block; margin-bottom: 10px; padding: 4px 10px; border-radius: 999px; border: 1px solid var(--line-dark); color: var(--text-light-muted); font-size: 10px; letter-spacing: 1px; text-transform: uppercase; }
.coming-soon-note { color: var(--text-light-muted); text-align: center; font-size: 14px; }
.coming-soon-note a { color: var(--gold); text-decoration: underline; }

.faq-list { display: flex; flex-direction: column; gap: 10px; }
.faq-item { background: #fff; border: 1px solid var(--line-light); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.faq-item summary { padding: 18px 20px; min-height: 58px; list-style: none; cursor: pointer; font-size: 15px; font-weight: 700; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: '+'; color: var(--sage-dark); font-size: 22px; font-weight: 300; }
.faq-item[open] summary::after { content: '−'; }
.faq-item p { padding: 0 20px 18px; border-top: 1px solid var(--line-light); color: var(--text-muted); font-size: 14px; line-height: 1.75; }

.about-grid, .contact-box { display: grid; gap: 18px; }
.contact-box { background: #fff; border: 1px solid var(--line-light); border-radius: 20px; padding: 22px; box-shadow: var(--shadow); }
.contact-actions { display: flex; flex-direction: column; gap: 12px; }
.btn-outline { color: var(--text-dark); background: transparent; border: 1px solid var(--line-light); }

.footer { background: var(--dark); border-top: 1px solid var(--line-dark); padding: 36px 0 110px; }
.footer-inner { display: flex; flex-direction: column; gap: 14px; align-items: center; text-align: center; }
.footer-logo img { height: 30px; width: auto; }
.footer-tagline { color: var(--text-light-muted); font-size: 13px; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 18px; }
.footer-links a { color: var(--text-light-muted); font-size: 13px; }

.sticky-cta { position: fixed; left: 12px; right: 12px; bottom: 12px; z-index: 1100; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; padding: 10px; border-radius: 18px; background: rgba(31,41,34,0.9); border: 1px solid rgba(247,241,233,0.14); backdrop-filter: blur(12px); box-shadow: 0 14px 34px rgba(68,60,42,0.22); }
.sticky-link, .sticky-buy { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; font-size: 13px; font-weight: 700; }
.sticky-link { color: var(--cream); border: 1px solid var(--line-dark); background: rgba(255,255,255,0.04); }
.sticky-buy { color: #fffaf4; background: var(--gold); }

.modal { display: none; position: fixed; inset: 0; z-index: 2000; align-items: flex-end; justify-content: center; }
.modal.open { display: flex; }
.modal-overlay { position: absolute; inset: 0; background: rgba(31,41,34,0.52); backdrop-filter: blur(4px); }
.modal-box { position: relative; z-index: 1; background: var(--dark2); border: 1px solid var(--line-dark); border-radius: 20px 20px 0 0; width: 100%; max-height: 90svh; overflow-y: auto; overscroll-behavior: contain; -webkit-overflow-scrolling: touch; animation: slideUp 0.25s ease; }
@keyframes slideUp { from { transform: translateY(24px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
.modal-close { position: sticky; top: 0; float: right; margin: 16px 16px 0 0; width: 36px; height: 36px; border: none; border-radius: 50%; background: rgba(255,255,255,0.1); color: var(--text-light); font-size: 16px; display: flex; align-items: center; justify-content: center; z-index: 10; }
.modal-img-wrap { width: 100%; aspect-ratio: 4/3; overflow: hidden; }
.modal-img-wrap img { width: 100%; height: 100%; object-fit: cover; }
.modal-content { padding: 24px 20px 32px; }
.modal-content h3 { color: var(--cream); font-size: 22px; margin-bottom: 16px; }
.modal-desc { color: var(--text-light-muted); font-size: 14px; line-height: 1.75; }
.modal-desc p { margin-bottom: 12px; }
.modal-desc strong { color: var(--cream); font-weight: 600; }
.modal-desc ul { padding-left: 20px; margin-bottom: 12px; }
.modal-desc li { margin-bottom: 6px; }
.modal-buy { width: 100%; margin-top: 22px; min-height: 52px; border-radius: 14px; }
body.modal-open { overflow: hidden; }

::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: var(--dark); }
::-webkit-scrollbar-thumb { background: var(--line-dark); border-radius: 10px; }

@media (min-width: 560px) {
  .strip-grid, .start-grid, .product-grid:not(.singles-grid), .about-grid, .contact-box { grid-template-columns: 1fr 1fr; }
}
@media (min-width: 768px) {
  :root { --header-h: 68px; }
  .menu-btn { display: none; }
  .mobile-nav { display: none !important; }
  .desktop-nav { display: flex; gap: 26px; }
  .desktop-nav a { font-size: 13px; font-weight: 500; letter-spacing: 1px; text-transform: uppercase; color: rgba(247,241,233,0.72); }
  .header-inner { padding: 0 24px; }
  .hero-actions { flex-direction: row; justify-content: center; width: auto; }
  .hero-cta, .hero-ghost, .hero-free { min-width: 220px; }
  .how-it-works { flex-direction: row; }
  .how-step { flex: 1; }
  .product-grid:not(.singles-grid) { grid-template-columns: 1fr 1fr; }
  .singles-grid { grid-template-columns: repeat(3, 1fr); }
  .coming-soon-grid { grid-template-columns: repeat(4, 1fr); }
  .modal { align-items: center; }
  .modal-box { max-width: 720px; border-radius: 20px; }
  .sticky-cta { display: none; }
  .footer { padding-bottom: 42px; }
}
@media (min-width: 1024px) {
  .section-light, .section-dark { padding: 84px 0; }
  .start-grid { grid-template-columns: repeat(3, 1fr); }
  .strip-grid { grid-template-columns: repeat(3, 1fr); }
  .product-grid:not(.singles-grid) { grid-template-columns: repeat(4, 1fr); }
  .one-featured-grid { grid-template-columns: 1fr 1fr; }
  .wide-featured { grid-column: 1 / span 2; }
  .singles-grid { grid-template-columns: repeat(5, 1fr); }
  .about-grid, .contact-box { grid-template-columns: 1fr 1fr; align-items: center; }
}

@media (min-width: 768px) { .testimonials-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1024px) { .testimonials-grid { grid-template-columns: repeat(3, 1fr); } }
