:root {
  --ink: #173e35;
  --ink-deep: #0d2d27;
  --cream: #f6f0df;
  --paper: #fffaf0;
  --gold: #c49a45;
  --gold-light: #ead8a5;
  --rust: #b86249;
  --muted: #67756e;
  --line: rgba(23, 62, 53, 0.18);
  --shadow: 0 24px 70px rgba(31, 51, 43, 0.12);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.72;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
img { display: block; width: 100%; }

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
  padding: 0 5vw;
  border-bottom: 1px solid rgba(23, 62, 53, 0.1);
  background: rgba(246, 240, 223, 0.9);
  backdrop-filter: blur(14px);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}
.brand-mark {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border: 1px solid var(--gold);
  border-radius: 50%;
  color: var(--gold);
}
.top-cta {
  padding: 9px 16px;
  border: 1px solid var(--ink);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: .2s ease;
}
.top-cta:hover { background: var(--ink); color: var(--paper); }

.section-shell { width: min(1180px, 90vw); margin-inline: auto; }
.section-narrow { width: min(790px, 86vw); margin-inline: auto; }
.eyebrow {
  margin: 0 0 18px;
  color: var(--rust);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .18em;
  line-height: 1.4;
  text-transform: uppercase;
}
h1, h2, h3 { margin-top: 0; font-family: var(--serif); line-height: 1.1; }
h1 { margin-bottom: 28px; font-size: clamp(3rem, 6vw, 5.6rem); font-weight: 500; letter-spacing: -.045em; }
h1 em { color: var(--rust); font-weight: 500; }
h2 { margin-bottom: 24px; font-size: clamp(2.25rem, 4.4vw, 4.2rem); font-weight: 500; letter-spacing: -.035em; }
h3 { margin-bottom: 12px; font-size: 1.45rem; }
p { margin: 0 0 18px; }
.lead { font-family: var(--serif); font-size: clamp(1.25rem, 2.1vw, 1.55rem); line-height: 1.5; }
.hero-thesis {
  margin: 30px 0 24px;
  padding: 20px 22px;
  border-left: 2px solid var(--gold);
  background: rgba(255, 250, 240, .58);
  font-family: var(--serif);
  font-size: 1.12rem;
  line-height: 1.55;
}
.thesis-aside { font-weight: 400; font-style: italic; }

.hero {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: clamp(48px, 7vw, 96px);
  align-items: center;
  min-height: calc(100vh - 72px);
  padding-block: 72px 84px;
}
.hero-copy > p:not(.eyebrow) { max-width: 670px; }
.hero-actions { display: flex; align-items: center; gap: 22px; margin-top: 34px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-height: 54px;
  padding: 14px 23px;
  border: 1px solid transparent;
  border-radius: 3px;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.25;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(13, 45, 39, .16); }
.button-primary { background: var(--ink); color: var(--paper); }
.button-primary:hover { background: var(--ink-deep); }
.button-secondary { border-color: var(--ink); color: var(--ink); }
.button-secondary:hover { background: var(--ink); color: var(--paper); }
.button-light { background: var(--paper); color: var(--ink-deep); }
.price-note { color: var(--muted); font-size: 14px; white-space: nowrap; }
.price-note strong { color: var(--ink); font-size: 20px; }
.price-note del { margin-right: 4px; color: var(--muted); text-decoration-thickness: 1px; }
.hero-visual { position: relative; }
.spiral-caption { margin: 22px 0 0; color: var(--muted); font-family: var(--serif); font-size: 1.05rem; line-height: 1.5; text-align: center; }
.image-frame { overflow: hidden; border: 1px solid rgba(196, 154, 69, .5); background: #eee3c7; box-shadow: var(--shadow); }
.image-frame-main { transform: rotate(1.5deg); }
.image-frame-main img { height: auto; }
.image-zoom-trigger { position: relative; display: block; width: 100%; padding: 0; cursor: zoom-in; color: inherit; }
.zoom-hint { position: absolute; right: 12px; bottom: 12px; padding: 7px 11px; border-radius: 999px; background: rgba(13,45,39,.88); color: var(--paper); font-size: 11px; font-weight: 700; letter-spacing: .03em; }
.image-lightbox { width: min(1100px, 94vw); max-width: none; max-height: 92vh; padding: 0; border: 0; background: transparent; overflow: visible; }
.image-lightbox::backdrop { background: rgba(5,18,15,.88); backdrop-filter: blur(5px); }
.image-lightbox img { max-height: 88vh; object-fit: contain; box-shadow: 0 24px 90px rgba(0,0,0,.45); }
.lightbox-close { position: absolute; z-index: 2; top: -18px; right: -14px; display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid rgba(255,255,255,.6); border-radius: 50%; background: var(--ink-deep); color: white; cursor: pointer; font-size: 29px; line-height: 1; }
.orbit-note {
  width: fit-content;
  margin: 15px 8px 0 auto;
  padding-bottom: 4px;
  border-bottom: 1px solid var(--gold);
  color: var(--muted);
  font-family: var(--serif);
  font-size: 14px;
}
.sample-caption { margin: 14px 0 0; color: var(--muted); font-size: 13px; line-height: 1.5; }

.facts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.facts div { display: flex; flex-direction: column; align-items: center; padding: 31px 18px; border-right: 1px solid var(--line); }
.facts div:last-child { border-right: 0; }
.facts strong { font-family: var(--serif); font-size: 2rem; font-weight: 500; }
.facts span { color: var(--muted); font-size: 13px; letter-spacing: .05em; text-transform: uppercase; }

.testimonials { display: grid; grid-template-areas: "janka alenka" "martin martin"; grid-template-columns: repeat(2, 1fr); gap: 24px; padding-block: 110px; }
.testimonial { position: relative; padding: clamp(30px, 4vw, 52px); border: 1px solid var(--line); background: rgba(255, 250, 240, .55); }
.testimonial-featured { grid-area: janka; border-color: rgba(196, 154, 69, .55); }
.testimonial-martin { grid-area: martin; align-self: stretch; background: #f0e7cc; }
.testimonial-alenka { grid-area: alenka; border-color: rgba(184, 98, 73, .45); background: rgba(255, 250, 240, .72); }
.testimonial-person { display: flex; align-items: center; gap: 16px; margin-bottom: 28px; }
.testimonial-avatar { width: 82px; height: 82px; flex: 0 0 82px; border: 2px solid var(--paper); border-radius: 50%; object-fit: cover; box-shadow: 0 8px 24px rgba(31, 51, 43, .14); }
.testimonial-person strong, .testimonial-person span { display: block; }
.testimonial-person strong { font-family: var(--serif); font-size: 1.25rem; }
.testimonial-person span { color: var(--muted); font-size: 12px; letter-spacing: .06em; text-transform: uppercase; }
.quote-mark { position: absolute; top: 26px; right: 30px; color: var(--gold); font-family: var(--serif); font-size: 76px; line-height: 1; opacity: .45; }
blockquote { margin: 0; }
blockquote p { font-family: var(--serif); font-size: clamp(1.25rem, 2.1vw, 1.72rem); line-height: 1.5; }
.testimonial-martin blockquote p { font-size: clamp(1.25rem, 1.8vw, 1.5rem); }

.two-column { display: grid; grid-template-columns: .85fr 1.15fr; gap: 9vw; padding-block: 110px; border-top: 1px solid var(--line); }
.prose { font-size: 18px; }
.pull-line { margin-top: 34px; padding-left: 22px; border-left: 2px solid var(--gold); font-family: var(--serif); font-size: 1.45rem; }

.benefits-section { padding-block: 110px; background: var(--paper); }
.levels-section { padding-block: 72px; background: var(--ink); color: var(--paper); }
.levels-section .eyebrow { color: #e3bc66; }.levels-section .lead { max-width: 760px; color: rgba(255,250,240,.78); }
.levels-section .section-heading { margin-bottom: 30px; }
.levels-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(234,216,165,.25); border-left: 1px solid rgba(234,216,165,.25); }
.levels-grid article { display: grid; grid-template-columns: 78px 1fr; column-gap: 10px; align-items: baseline; min-height: 0; padding: 15px 18px; border-right: 1px solid rgba(234,216,165,.25); border-bottom: 1px solid rgba(234,216,165,.25); }
.levels-grid span { color: var(--gold-light); font-family: var(--serif); font-size: 12px; }.levels-grid h3 { margin: 0; color: var(--gold-light); font-size: 1rem; }.levels-grid p { grid-column: 2; margin: 3px 0 0; color: rgba(255,250,240,.68); font-size: 13px; line-height: 1.4; }
.section-heading { max-width: 770px; margin-bottom: 52px; }
.benefit-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.benefit { min-height: 220px; padding: 34px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.benefit > span { display: block; margin-bottom: 36px; color: var(--gold); font-family: var(--serif); font-size: 14px; }
.benefit p { margin-bottom: 0; color: var(--muted); }

.comparison { display: grid; grid-template-columns: .88fr 1.12fr; gap: 8vw; align-items: center; padding-block: 120px; }
.image-frame-secondary { transform: rotate(-1.2deg); }
.check-list { display: grid; gap: 12px; margin: 26px 0 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 27px; }
.check-list li::before { content: "✦"; position: absolute; left: 0; color: var(--gold); }

.process { padding-block: 110px; border-top: 1px solid var(--line); }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.process-step { padding: 28px 28px 20px; border-top: 3px solid var(--gold); background: rgba(255, 250, 240, .55); }
.process-step > span { display: grid; width: 38px; height: 38px; place-items: center; margin-bottom: 26px; border-radius: 50%; background: var(--ink); color: var(--paper); font-family: var(--serif); }
.process-step p { color: var(--muted); }
.process-image { width: min(760px, 100%); margin: 64px auto 0; box-shadow: var(--shadow); }
.process-caption { width: min(760px, 100%); margin-inline: auto; }

.not-fate { padding-block: 120px; background: var(--ink); color: var(--paper); text-align: center; }
.not-fate h2 { color: var(--gold-light); }
.not-fate p { font-size: 19px; }
.eyebrow.light { color: #e3bc66; }
.light-pull { margin-top: 35px; font-family: var(--serif); font-size: clamp(1.35rem, 2.6vw, 1.9rem) !important; font-style: italic; }

.author-meta { display: flex; align-items: center; gap: 15px; margin-bottom: 28px; }
.author-meta img { width: 76px; height: 76px; flex: 0 0 76px; border: 2px solid var(--paper); border-radius: 50%; object-fit: cover; box-shadow: 0 8px 24px rgba(31, 51, 43, .14); }
.author-meta strong, .author-meta span { display: block; }
.author-meta strong { font-family: var(--serif); font-size: 1.15rem; }
.author-meta span { color: var(--muted); font-size: 12px; letter-spacing: .06em; text-transform: uppercase; }
.signature { margin-top: 32px; color: var(--rust); font-family: var(--serif); font-size: 1.45rem; font-style: italic; }
.story-details { margin-top: 30px; border-top: 1px solid var(--gold); border-bottom: 1px solid var(--line); }
.story-details summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 18px 2px; cursor: pointer; color: var(--ink); font-size: 14px; font-weight: 800; line-height: 1.4; list-style: none; }
.story-details summary::-webkit-details-marker { display: none; }
.story-details summary:hover { color: var(--rust); }
.story-close-label { display: none; }
.story-toggle-icon { color: var(--gold); font-family: var(--serif); font-size: 1.4rem; transition: transform .2s ease; }
.story-details[open] .story-open-label { display: none; }
.story-details[open] .story-close-label { display: inline; }
.story-details[open] .story-toggle-icon { transform: rotate(180deg); }
.story-expanded { padding: 14px 0 10px; }
.story-question { margin: 5px 0 30px; padding-left: 22px; border-left: 2px solid var(--gold); font-family: var(--serif); font-size: 1.35rem; font-style: italic; line-height: 1.45; }
.story-refrain { margin: 32px 0; color: var(--ink); font-family: var(--serif); font-size: 1.35rem; line-height: 1.5; }
.story-refrain span { color: var(--rust); }
.story-reveal-line { margin: 30px 0; color: var(--rust); font-family: var(--serif); font-size: 1.55rem; font-style: italic; }
.integration { padding-block: 115px; background: var(--ink); color: var(--paper); }
.integration-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(48px, 8vw, 112px); align-items: start; }
.integration h2 { margin-bottom: 0; color: var(--gold-light); }
.integration-copy { font-size: 18px; }
.integration-copy em { color: var(--gold-light); font-family: var(--serif); font-size: 1.08em; }
.integration-pull { margin: 34px 0 0; padding-top: 24px; border-top: 1px solid rgba(234, 216, 165, .35); color: var(--gold-light); font-family: var(--serif); font-size: 1.45rem; }

.offers { padding-block: 120px; background: var(--paper); }
.offer-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 24px; align-items: stretch; }
.offer-card { display: flex; flex-direction: column; padding: clamp(28px, 4vw, 48px); border: 1px solid var(--line); background: var(--cream); }
.offer-card-featured { border-color: var(--gold); background: #f0e7cc; color: var(--ink); box-shadow: var(--shadow); }
.offer-label { color: var(--rust); font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.offer-card h3 { font-size: clamp(1.8rem, 3vw, 2.6rem); }
.offer-price { display: flex; align-items: baseline; gap: 14px; margin: 8px 0 8px; font-family: var(--serif); line-height: 1; }
.offer-price del { color: var(--muted); font-size: 1.75rem; font-weight: 400; text-decoration-color: var(--rust); text-decoration-thickness: 2px; }
.offer-price strong { color: var(--ink); font-size: 3rem; font-weight: 500; }
.offer-limit { margin: 0 0 24px !important; color: var(--rust) !important; font-size: 13px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.offer-card > p:not(.offer-label):not(.offer-price) { margin-bottom: 34px; color: var(--muted); }
.offer-card-featured > p:not(.offer-label):not(.offer-price) { color: var(--ink); }
.offer-card-featured > p:not(.offer-label):not(.offer-price):not(.offer-emphasis) strong { color: var(--ink); }
.offer-card .offer-includes-title { margin: 2px 0 13px !important; color: var(--ink) !important; font-size: 13px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.offer-card .offer-list { display: grid; gap: 12px; margin: -10px 0 30px; padding: 0; color: var(--ink); list-style: none; }
.offer-card .offer-list li { position: relative; padding-left: 25px; }
.offer-card .offer-list li::before { content: "✦"; position: absolute; left: 0; color: var(--gold); }
.offer-card .offer-emphasis { margin: 0 0 30px !important; color: var(--ink) !important; font-family: var(--serif); font-size: 1.2rem; font-weight: 700; line-height: 1.45; }
.offer-card .offer-upgrade { margin: 0 0 28px !important; color: var(--ink) !important; font-size: 15px; }
.offer-card .button { margin-top: auto; }
.offer-action { margin-top: auto; }
.offer-action .button { width: 100%; }
.offer-action .offer-microcopy { margin: 13px 0 0 !important; color: var(--muted) !important; font-size: 12px; line-height: 1.5; }
.order-note { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(30px, 6vw, 80px); margin-top: 42px; padding: clamp(28px, 4vw, 46px); border: 1px solid var(--line); background: rgba(255, 250, 240, .62); }
.order-note h3 { margin-bottom: 0; font-size: clamp(1.7rem, 2.7vw, 2.35rem); }
.order-note-copy > p { margin-top: 0; color: var(--muted); }
.order-facts { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0; margin: 28px 0 0; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.order-facts div { padding: 18px 20px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.order-facts dt { margin-bottom: 4px; color: var(--rust); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.order-facts dd { margin: 0; color: var(--ink); font-size: 14px; line-height: 1.45; }
.capacity-note { margin: 22px 0 0 !important; color: var(--rust) !important; font-size: 13px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.guarantee { display: grid; grid-template-columns: auto 1fr; gap: 20px; width: min(780px, 100%); margin: 60px auto 0; padding: 26px 30px; border: 1px solid var(--line); }
.guarantee-icon { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 50%; background: var(--ink); color: var(--paper); }
.guarantee h3 { margin-bottom: 6px; font-size: 1.2rem; }
.guarantee p { margin: 0; color: var(--muted); font-size: 15px; }

.faq { padding-block: 110px; }
.faq-list { width: min(900px, 100%); border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 23px 46px 23px 0; cursor: pointer; font-family: var(--serif); font-size: 1.24rem; font-weight: 700; line-height: 1.35; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; top: 19px; right: 8px; color: var(--gold); font-family: var(--sans); font-size: 1.55rem; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 760px; margin: -3px 0 24px; color: var(--muted); }

.final-cta { padding-block: 125px; background: var(--rust); color: var(--paper); text-align: center; }
.final-cta > div > p { margin-bottom: 10px; font-weight: 700; }
.final-cta h2 { color: var(--paper); }
.footer { display: flex; justify-content: space-between; gap: 20px; padding: 28px 5vw; background: var(--ink-deep); color: rgba(255,255,255,.7); font-family: var(--serif); font-size: 14px; }
.mobile-cta { display: none; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1080px) {
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .levels-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 820px) {
  body { font-size: 16px; }
  .topbar { min-height: 62px; padding-inline: 20px; }
  .brand-mark { width: 28px; height: 28px; }
  .top-cta { display: none; }
  .hero { grid-template-columns: 1fr; min-height: 0; padding-block: 64px 72px; }
  .hero-copy { order: 1; }
  .hero-visual { order: 2; width: min(470px, 92%); margin: 18px auto 0; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 12px; }
  .button { width: 100%; }
  .facts { grid-template-columns: repeat(2, 1fr); }
  .facts div:nth-child(2) { border-right: 0; }
  .facts div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .testimonials { grid-template-areas: "janka" "alenka" "martin"; grid-template-columns: 1fr; padding-block: 82px; }
  .two-column, .comparison { grid-template-columns: 1fr; gap: 32px; padding-block: 82px; }
  .integration-grid { grid-template-columns: 1fr; gap: 32px; }
  .comparison .image-frame { width: min(480px, 100%); margin-inline: auto; }
  .benefits-section, .levels-section, .process, .offers, .faq { padding-block: 82px; }
  .levels-grid { grid-template-columns: 1fr; }
  .levels-grid article { grid-template-columns: 76px 1fr; padding: 12px 16px; }
  .benefit-grid, .offer-grid, .process-grid { grid-template-columns: 1fr; }
  .order-note { grid-template-columns: 1fr; gap: 24px; }
  .benefit { min-height: 0; }
  .process-image { margin-top: 42px; }
  .not-fate, .integration, .final-cta { padding-block: 88px; }
  .footer { flex-direction: column; padding-bottom: 96px; }
  .mobile-cta { position: fixed; right: 0; bottom: 0; left: 0; z-index: 30; display: block; padding: 10px 14px calc(10px + env(safe-area-inset-bottom)); background: rgba(13,45,39,.94); backdrop-filter: blur(10px); }
  .mobile-cta a { display: block; padding: 13px 18px; border: 1px solid #db8472; border-radius: 3px; background: #b94f45; box-shadow: 0 8px 20px rgba(0,0,0,.18); color: var(--paper); font-size: 14px; font-weight: 800; text-align: center; text-decoration: none; }
}

@media (max-width: 460px) {
  h1 { font-size: 2.72rem; }
  .levels-section { padding-block: 58px; }
  h2 { font-size: 2.25rem; }
  .section-shell { width: min(100% - 34px, 1180px); }
  .section-narrow { width: min(100% - 34px, 790px); }
  .facts strong { font-size: 1.65rem; }
  .facts span { font-size: 11px; }
  .benefit, .process-step, .offer-card { padding: 25px; }
  .testimonial { padding: 27px; }
  .testimonial-avatar { width: 70px; height: 70px; flex-basis: 70px; }
  .order-facts { grid-template-columns: 1fr; }
  .guarantee { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .button { transition: none; }
}
