:root{
  --bg:#fff8fa;
  --surface:#ffffff;
  --ink:#10223f;
  --muted:#64748b;
  --teal:#009a9a;
  --teal-dark:#007e82;
  --mint:#dff5f3;
  --pink:#ffd9e4;
  --pink-soft:#fff1f5;
  --pink-strong:#f25f87;
  --line:#f6dce5;
  --shadow:0 24px 80px rgba(16,34,63,.12);
  --radius:28px;
  --container:min(1120px, calc(100% - 40px));
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:98px}
body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;line-height:1.6;overflow-x:hidden}
body::before{content:"";position:fixed;inset:0;background:url('assets/blob-bg.svg') center top/cover no-repeat;z-index:-2;opacity:.92}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.container{width:var(--container);margin-inline:auto}
.section{padding:96px 0}
.skip-link{position:absolute;top:-100px;left:16px;background:var(--ink);color:white;padding:10px 14px;border-radius:999px;z-index:100}
.skip-link:focus{top:16px}
.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}
.site-header{position:sticky;top:0;z-index:20;background:rgba(255,248,250,.78);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);border-bottom:1px solid rgba(246,220,229,.7);transition:box-shadow .2s ease, background .2s ease}
.site-header.is-scrolled{background:rgba(255,248,250,.92);box-shadow:0 12px 40px rgba(16,34,63,.08)}
.navbar{height:82px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{display:inline-flex;align-items:center;flex:0 0 auto}
.brand img{width:174px;height:auto}
.nav-menu{display:flex;align-items:center;gap:26px;font-size:14px;font-weight:750}
.nav-menu a{color:#1d2e49;white-space:nowrap}
.nav-menu a:hover{color:var(--teal)}
.nav-cta{background:linear-gradient(135deg,var(--teal),#00b6ad);color:white!important;padding:13px 18px;border-radius:14px;box-shadow:0 12px 28px rgba(0,154,154,.2)}
.nav-toggle{display:none;background:white;border:1px solid var(--line);border-radius:14px;padding:12px;width:48px;height:48px}
.nav-toggle span:not(.sr-only){display:block;height:2px;background:var(--ink);margin:5px 0;border-radius:5px;transition:.2s ease}
.hero{position:relative;min-height:calc(100vh - 82px);display:grid;align-items:center;padding-top:70px;padding-bottom:76px}
.hero-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.92fr);gap:48px;align-items:center}
.eyebrow{margin:0 0 16px;color:var(--pink-strong);font-weight:900;text-transform:uppercase;letter-spacing:.14em;font-size:12px}
.hero h1,.section h2{font-family:Nunito,Inter,sans-serif;line-height:1.02;letter-spacing:-.045em;margin:0}
.hero h1{font-size:clamp(42px,7vw,78px);max-width:780px}
.hero-lead,.section-lead{color:var(--muted);font-size:clamp(17px,2vw,20px);max-width:620px;margin-top:22px;margin-bottom:0}
.center .section-lead{margin-left:auto;margin-right:auto}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:32px}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:54px;padding:0 22px;border-radius:15px;font-weight:900;font-size:15px;transition:.2s ease;border:0;cursor:pointer}
.btn-primary{background:linear-gradient(135deg,var(--teal),#00b7ad);color:white;box-shadow:0 16px 36px rgba(0,154,154,.22)}
.btn-secondary{background:white;color:var(--pink-strong);border:1px solid #ffb9cb}
.btn:hover{transform:translateY(-2px)}
.trust-row{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}
.trust-row span{background:rgba(255,255,255,.72);border:1px solid var(--line);border-radius:999px;padding:8px 12px;color:var(--muted);font-weight:750;font-size:13px}
.hero-visual{position:relative;min-height:660px;display:flex;justify-content:center;align-items:center}
.phone{width:min(520px,100%);position:relative;z-index:2;filter:drop-shadow(0 20px 48px rgba(16,34,63,.10))}
.center{text-align:center}
.narrow{max-width:860px}
.section h2{font-size:clamp(30px,5vw,60px)}
.problem-section{padding-top:34px;position:relative}
.cards-grid,.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:48px}
.soft-card,.feature-card,.step,.founder-card,.fiction-card{background:rgba(255,255,255,.78);border:1px solid rgba(246,220,229,.9);border-radius:var(--radius);box-shadow:0 18px 60px rgba(16,34,63,.07)}
.soft-card{padding:34px;text-align:center}
.soft-card .icon{width:74px;height:74px;margin:0 auto 22px;display:grid;place-items:center;border-radius:24px;background:transparent}.soft-card .icon img{width:74px;height:74px}
.soft-card h3,.feature-card h3,.step h3{font-size:20px;line-height:1.2;margin:0 0 12px}
.soft-card p,.feature-card p,.step p,.founder-card p,.fiction-card p{color:var(--muted);margin:0}
.split{display:grid;grid-template-columns:.85fr 1.15fr;gap:48px;align-items:start}
.steps{display:grid;gap:18px}
.step{padding:26px;display:grid;grid-template-columns:auto 1fr;gap:18px;align-items:start}
.step span{width:50px;height:50px;display:grid;place-items:center;border-radius:18px;background:var(--mint);color:var(--teal);font-weight:900}
.feature-grid{grid-template-columns:repeat(4,1fr)}
.feature-card{padding:28px}
.feature-icon{width:64px;height:64px;margin-bottom:18px}.feature-icon img{width:64px;height:64px}
.founders-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:26px;margin-top:42px;align-items:stretch}
.founder-card{overflow:hidden;display:flex;flex-direction:column}
.founder-card img{width:100%;aspect-ratio:4/5;object-fit:cover;object-position:center 36%}
.founder-card:nth-child(1) img{object-position:center 35%}
.founder-card:nth-child(2) img{object-position:center 31%;filter:saturate(.92) contrast(.96) brightness(.98)}
.founder-body{padding:28px;flex:1}
.role{color:var(--teal)!important;font-weight:900;text-transform:uppercase;letter-spacing:.1em;font-size:12px;margin-bottom:8px!important}
.founder-body h3{font-family:Nunito,Inter,sans-serif;font-size:34px;line-height:1;margin:0 0 12px}
.fiction-card{display:grid;grid-template-columns:1fr auto;align-items:center;gap:28px;padding:42px;background:linear-gradient(135deg,rgba(255,255,255,.9),rgba(255,217,228,.7))}
.fiction-card h2{font-size:clamp(32px,4vw,48px);margin-bottom:18px}
.site-footer{padding:34px 0;border-top:1px solid var(--line);background:rgba(255,255,255,.62)}
.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:20px;color:var(--muted);font-size:14px}
.footer-inner img{width:146px}
.reveal{animation:rise .7s ease both}
@keyframes rise{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}
@media (max-width:1040px){.nav-menu{gap:18px}.brand img{width:160px}.hero-grid{grid-template-columns:1fr .82fr;gap:28px}.phone{width:min(440px,100%)}}
@media (max-width:920px){html{scroll-padding-top:88px}.section{padding:30px 0}.nav-toggle{display:block;z-index:22}.nav-menu{position:fixed;top:82px;left:20px;right:20px;display:grid;gap:4px;padding:18px;background:rgba(255,255,255,.96);border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow);transform:translateY(-16px);opacity:0;pointer-events:none;transition:.2s ease}.nav-menu.is-open{transform:translateY(0);opacity:1;pointer-events:auto}.nav-menu a{padding:13px 12px}.hero-grid,.split,.fiction-card{grid-template-columns:1fr}.hero{min-height:unset}.hero-visual{min-height:auto;order:2}.hero-copy{order:1}.phone{width:min(500px,100%)}.cards-grid,.feature-grid,.founders-grid{grid-template-columns:1fr 1fr}.fiction-card .btn{justify-self:start}}
@media (max-width:620px){:root{--container:min(100% - 28px,1120px)}html{scroll-padding-top:78px}.navbar{height:72px}.brand img{width:148px}.nav-menu{top:72px;left:14px;right:14px}.hero{padding-top:48px}.hero-grid{gap:22px}.hero-lead,.section-lead{font-size:16px}.hero-actions,.btn{width:100%}.btn-secondary,.btn-primary{width:100%}.phone{width:min(390px,100%)}.cards-grid,.feature-grid,.founders-grid{grid-template-columns:1fr}.soft-card,.feature-card,.step,.fiction-card{border-radius:22px}.step{grid-template-columns:1fr}.footer-inner{align-items:flex-start;flex-direction:column}.founder-card img{aspect-ratio:4/4.8}.section{padding:58px 0}.hero h1{font-size:clamp(40px,13vw,54px)}}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{animation:none}.btn:hover{transform:none}}

.book-section{position:relative;overflow:hidden;background:linear-gradient(180deg,rgba(255,248,250,0),rgba(255,241,245,.75) 40%,rgba(223,245,243,.42));}
.book-section::before{content:"";position:absolute;inset:auto -12% 6% auto;width:520px;height:520px;border-radius:999px;background:rgba(255,217,228,.62);filter:blur(2px);z-index:-1}
.book-grid{display:grid;grid-template-columns:minmax(300px,.78fr) minmax(0,1.08fr);gap:58px;align-items:center}
.book-visual{position:relative;display:grid;place-items:center;min-height:560px}
.book-visual img{position:relative;z-index:2;width:min(420px,92%);filter:drop-shadow(0 34px 54px rgba(89,43,94,.22));transform:rotate(-2deg)}
.book-glow{position:absolute;width:min(520px,94%);aspect-ratio:1;border-radius:42% 58% 54% 46%;background:radial-gradient(circle at 40% 32%,rgba(255,217,228,.9),rgba(255,241,245,.42) 48%,rgba(0,154,154,.13) 74%,transparent);}
.book-copy{padding:46px;border-radius:34px;background:rgba(255,255,255,.72);border:1px solid rgba(246,220,229,.9);box-shadow:0 22px 70px rgba(16,34,63,.08)}
.book-copy h2{font-size:clamp(28px,3.2vw,42px);margin-bottom:22px;line-height:1.08}
.book-copy p{color:var(--muted);font-size:16px;margin:0 0 16px}.book-copy .btn{margin-top:16px}
@media (max-width:920px){.book-grid{grid-template-columns:1fr;gap:26px}.book-visual{min-height:auto;order:1}.book-copy{order:2}.book-visual img{width:min(360px,86%)}.book-copy{padding:34px}.book-section::before{width:360px;height:360px}}
@media (max-width:620px){.book-copy{padding:26px;border-radius:24px}.book-copy p{font-size:16px}.book-visual img{width:min(300px,88%)}.book-glow{width:min(340px,92%)}}

/* v7 refinements: accepted raster icons + more breathing room for founder portraits */
.founders-grid{
  gap:clamp(46px,7vw,92px);
  max-width:1040px;
}
.founder-card{
  overflow:visible;
  padding:26px 22px 0;
  background:rgba(255,255,255,.64);
}
.founder-card img{
  width:min(82%,440px);
  height:auto;
  max-height:620px;
  aspect-ratio:auto;
  object-fit:contain;
  object-position:center center;
  align-self:center;
  border-radius:26px;
  display:block;
  box-shadow:0 22px 55px rgba(16,34,63,.12);
}
.founder-card:nth-child(1) img,
.founder-card:nth-child(2) img{
  object-position:center center;
}
.founder-card:nth-child(2) img{
  filter:saturate(.96) contrast(.98) brightness(1.02);
}
.founder-body{
  position:relative;
  z-index:2;
  margin:-58px 10px 24px;
  padding:26px;
  border:1px solid rgba(246,220,229,.95);
  border-radius:24px;
  background:rgba(255,255,255,.88);
  box-shadow:0 18px 50px rgba(16,34,63,.10);
  backdrop-filter:blur(12px);
}
.soft-card .icon img,
.feature-icon img{
  object-fit:contain;
  display:block;
}
.soft-card .icon,
.soft-card .icon img{
  width:82px;
  height:82px;
}
.feature-icon,
.feature-icon img{
  width:76px;
  height:76px;
}
@media (max-width:920px){
  .founders-grid{gap:42px;max-width:760px}
  .founder-card img{width:min(78%,360px);max-height:540px}
}
@media (max-width:620px){
  .founders-grid{gap:34px}
  .founder-card{padding:18px 16px 0}
  .founder-card img{width:min(84%,330px);max-height:480px;aspect-ratio:auto}
  .founder-body{margin:-42px 0 18px;padding:22px}
}

/* v9: compact founder layout + Julia with matching workspace background */
.founders-section{
  padding-top:64px;
  padding-bottom:72px;
}
.founders-section .narrow{
  max-width:760px;
}
.founders-section .section-lead{
  margin-top:16px;
}
.founders-grid{
  max-width:1060px;
  gap:clamp(46px,6vw,78px);
  margin-top:32px;
  align-items:start;
}
.founder-card{
  padding:0;
  border:0;
  background:transparent;
  box-shadow:none;
  overflow:visible;
}
.founder-card img{
  width:100%;
  max-width:none;
  max-height:none;
  aspect-ratio:4/3;
  object-fit:cover;
  object-position:center 42%;
  border-radius:30px;
  box-shadow:0 22px 58px rgba(16,34,63,.13);
}
.founder-card:nth-child(1) img{
  object-position:center 48%;
}
.founder-card:nth-child(2) img{
  object-position:center 28%;
  filter:saturate(.96) contrast(.98) brightness(1.02);
}
.founder-body{
  margin:-52px 24px 0;
  padding:24px 26px 26px;
  min-height:198px;
  border-radius:24px;
  background:rgba(255,255,255,.91);
  border:1px solid rgba(246,220,229,.95);
  box-shadow:0 18px 52px rgba(16,34,63,.10);
  backdrop-filter:blur(12px);
}
.founder-body h3{
  font-size:31px;
  margin-bottom:10px;
}
.founder-body p:not(.role){
  font-size:16px;
  line-height:1.58;
}
@media (max-width:920px){
  .founders-section{padding-top:58px;padding-bottom:64px}
  .founders-grid{max-width:720px;gap:42px}
  .founder-card img{aspect-ratio:4/3;max-height:none;width:100%}
  .founder-body{margin:-42px 20px 0;min-height:auto}
}
@media (max-width:620px){
  .founders-grid{gap:34px}
  .founder-card{padding:0}
  .founder-card img{width:100%;aspect-ratio:4/3;max-height:none;border-radius:24px}
  .founder-body{margin:-34px 12px 0;padding:22px;min-height:auto}
}

/* v11: compact square founder cards using approved crops */
.founders-section{
  padding-top:56px;
  padding-bottom:64px;
}
.founders-section .narrow{
  max-width:760px;
}
.founders-grid{
  max-width:980px;
  gap:clamp(34px,5vw,64px);
  margin-top:30px;
  align-items:stretch;
}
.founder-card{
  display:flex;
  flex-direction:column;
  overflow:hidden;
  padding:0;
  border:1px solid rgba(246,220,229,.95);
  border-radius:30px;
  background:rgba(255,255,255,.82);
  box-shadow:0 18px 54px rgba(16,34,63,.09);
}
.founder-card img{
  width:100%;
  aspect-ratio:1/1;
  height:auto;
  object-fit:cover;
  object-position:center center;
  border-radius:0;
  box-shadow:none;
  max-width:none;
  max-height:none;
}
.founder-card:nth-child(1) img,
.founder-card:nth-child(2) img{
  object-position:center center;
  filter:none;
}
.founder-body{
  margin:0;
  min-height:auto;
  padding:24px 28px 28px;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
  backdrop-filter:none;
  flex:1;
}
.founder-body h3{
  font-size:30px;
  margin-bottom:10px;
}
.founder-body p:not(.role){
  font-size:16px;
  line-height:1.55;
}
@media (max-width:920px){
  .founders-grid{max-width:760px;gap:30px;grid-template-columns:1fr 1fr;}
  .founder-body{padding:22px 22px 24px;}
}
@media (max-width:620px){
  .founders-section{padding-top:48px;padding-bottom:56px;}
  .founders-grid{grid-template-columns:1fr;gap:28px;}
  .founder-card{border-radius:24px;}
  .founder-body{padding:22px;}
}


/* v12: desktop hero centering refinements */
@media (min-width: 921px){
  .hero .container{
    max-width: 1180px;
  }
  .hero-grid{
    grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.78fr);
    gap: clamp(42px, 5.5vw, 78px);
    align-items: center;
  }
  .hero-copy{
    max-width: 590px;
  }
  .hero-visual{
    justify-content: center;
    min-height: 620px;
  }
  .phone{
    width: min(430px, 100%);
  }
}

@media (min-width: 1280px){
  .hero .container{
    max-width: 1160px;
  }
  .phone{
    width: 420px;
  }
}

@media (min-width: 1500px){
  .hero .container{
    max-width: 1200px;
  }
  .phone{
    width: 430px;
  }
}


/* v13: tight phone PNG + right-aligned hero visual for balanced side margins */
@media (min-width: 921px){
  .hero .container{
    max-width: 1200px;
  }

  .hero-grid{
    grid-template-columns: minmax(0, 0.98fr) minmax(360px, 0.76fr);
    gap: clamp(48px, 5vw, 86px);
  }

  .hero-visual{
    justify-content: flex-end;
    padding-right: 0;
  }

  .phone{
    width: min(405px, 100%);
    max-width: 405px;
  }
}

@media (min-width: 1280px){
  .hero .container{
    max-width: 1210px;
  }

  .phone{
    width: 410px;
    max-width: 410px;
  }
}

@media (min-width: 1500px){
  .hero .container{
    max-width: 1230px;
  }

  .phone{
    width: 415px;
    max-width: 415px;
  }
}


/* v14: smaller hero phone, closer to the height of the left copy */
@media (min-width: 921px){
  .hero-visual{
    justify-content: flex-end;
    min-height: 520px;
  }

  .phone{
    width: min(330px, 100%);
    max-width: 330px;
  }
}

@media (min-width: 1280px){
  .phone{
    width: 340px;
    max-width: 340px;
  }
}

@media (min-width: 1500px){
  .phone{
    width: 350px;
    max-width: 350px;
  }
}


/* v15: hero callouts around a slightly larger phone while keeping equal outer margins */
@media (min-width: 921px){
  .hero .container{
    max-width: 1200px;
  }

  .hero-grid{
    grid-template-columns: minmax(0, 1fr) minmax(460px, 0.96fr);
    gap: clamp(44px, 4.8vw, 74px);
    align-items: center;
  }

  .hero-copy{
    max-width: 610px;
  }

  .hero-visual{
    justify-content: flex-end;
    align-items: center;
    min-height: 560px;
  }

  .hero-visual-composition{
    position: relative;
    width: min(100%, 500px);
    min-height: 560px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-top: 24px;
    margin-top: 10px;
  }

  .phone{
    width: min(272px, 100%);
    max-width: 272px;
    position: relative;
    z-index: 2;
  }

  .hero-note{
    position: absolute;
    z-index: 3;
    max-width: 168px;
    font-family: 'Caveat', 'Segoe Print', 'Bradley Hand', cursive;
    font-size: 24px;
    line-height: 1.04;
    font-weight: 700;
    color: var(--teal);
    letter-spacing: .01em;
    text-wrap: balance;
  }

  .hero-note::after{
    content: "";
    position: absolute;
    height: 2px;
    background: rgba(78,181,184,.78);
    border-radius: 999px;
  }

  .hero-note::before{
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-top: 2px solid rgba(78,181,184,.78);
    border-right: 2px solid rgba(78,181,184,.78);
    border-radius: 1px;
  }

  .note-1{
    left: 10px;
    top: 92px;
    transform: rotate(-4deg);
    text-align: right;
  }
  .note-1::after{
    width: 74px;
    right: -82px;
    top: 38px;
    transform: rotate(15deg);
    transform-origin: right center;
  }
  .note-1::before{
    right: -13px;
    top: 32px;
    transform: rotate(46deg);
  }

  .note-2{
    right: 2px;
    top: 54px;
    transform: rotate(3deg);
    text-align: left;
  }
  .note-2::after{
    width: 80px;
    left: -88px;
    top: 42px;
    transform: rotate(166deg);
    transform-origin: left center;
  }
  .note-2::before{
    left: -15px;
    top: 35px;
    transform: rotate(-136deg);
  }

  .note-3{
    left: 0;
    bottom: 118px;
    max-width: 186px;
    transform: rotate(-3deg);
    text-align: right;
  }
  .note-3::after{
    width: 92px;
    right: -100px;
    top: 14px;
    transform: rotate(-18deg);
    transform-origin: right center;
  }
  .note-3::before{
    right: -14px;
    top: 7px;
    transform: rotate(14deg);
  }

  .note-4{
    right: 8px;
    bottom: 110px;
    max-width: 156px;
    transform: rotate(4deg);
    text-align: left;
  }
  .note-4::after{
    width: 84px;
    left: -92px;
    top: 14px;
    transform: rotate(198deg);
    transform-origin: left center;
  }
  .note-4::before{
    left: -15px;
    top: 7px;
    transform: rotate(-150deg);
  }
}

@media (min-width: 1280px){
  .phone{
    width: 280px;
    max-width: 280px;
  }
  .hero-visual-composition{
    width: 520px;
  }
  .hero-note{
    font-size: 25px;
  }
}

@media (min-width: 1500px){
  .hero .container{
    max-width: 1220px;
  }
  .phone{
    width: 290px;
    max-width: 290px;
  }
}

@media (max-width: 920px){
  .hero-visual-composition{
    position: relative;
    width: min(100%, 500px);
    margin-inline: auto;
  }
  .hero-note{
    display: none;
  }
}


/* v16: clean hero callouts — phone left, annotations safely on the right */
@media (min-width: 921px){
  .hero .container{
    max-width: 1200px;
  }

  .hero-grid{
    grid-template-columns: minmax(0, 1fr) minmax(540px, 0.96fr);
    gap: clamp(46px, 4.8vw, 74px);
    align-items: center;
  }

  .hero-visual{
    justify-content: flex-end;
    align-items: center;
    min-height: 540px;
    overflow: visible;
  }

  .hero-visual-composition{
    position: relative;
    width: min(100%, 560px);
    min-height: 540px;
    display: block;
    padding: 0;
    margin: 0;
  }

  .phone{
    position: absolute;
    z-index: 2;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 288px;
    max-width: 288px;
    filter: drop-shadow(0 20px 48px rgba(16,34,63,.10));
  }

  .hero-note{
    position: absolute;
    z-index: 3;
    left: auto;
    right: 0;
    max-width: 190px;
    font-family: 'Caveat', 'Segoe Print', 'Bradley Hand', cursive;
    font-size: 22px;
    line-height: 1.02;
    font-weight: 700;
    color: var(--teal);
    letter-spacing: .01em;
    text-align: left;
    text-wrap: balance;
    transform: none;
  }

  .hero-note::after{
    content: "";
    position: absolute;
    width: 82px;
    height: 2px;
    left: -98px;
    top: 17px;
    background: rgba(78,181,184,.78);
    border-radius: 999px;
    transform: rotate(180deg);
    transform-origin: left center;
  }

  .hero-note::before{
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    left: -18px;
    top: 11px;
    border-top: 2px solid rgba(78,181,184,.78);
    border-right: 2px solid rgba(78,181,184,.78);
    border-radius: 1px;
    transform: rotate(-136deg);
  }

  .note-1{ top: 84px; right: 10px; }
  .note-2{ top: 188px; right: 0; }
  .note-3{ top: 314px; right: 0; max-width: 210px; }
  .note-4{ top: 430px; right: 10px; max-width: 178px; }

  .note-1::after{ width: 72px; left: -88px; top: 19px; transform: rotate(164deg); }
  .note-1::before{ left: -16px; top: 12px; transform: rotate(-138deg); }

  .note-2::after{ width: 86px; left: -102px; top: 18px; transform: rotate(174deg); }
  .note-2::before{ left: -17px; top: 11px; transform: rotate(-136deg); }

  .note-3::after{ width: 92px; left: -106px; top: 20px; transform: rotate(188deg); }
  .note-3::before{ left: -17px; top: 13px; transform: rotate(-150deg); }

  .note-4::after{ width: 82px; left: -98px; top: 19px; transform: rotate(198deg); }
  .note-4::before{ left: -17px; top: 11px; transform: rotate(-152deg); }
}

@media (min-width: 1280px){
  .hero-visual-composition{
    width: 580px;
  }
  .phone{
    width: 300px;
    max-width: 300px;
  }
  .hero-note{
    font-size: 23px;
  }
}

@media (min-width: 1500px){
  .hero .container{
    max-width: 1220px;
  }
  .hero-visual-composition{
    width: 600px;
  }
  .phone{
    width: 310px;
    max-width: 310px;
  }
}

/* Mobile/tablet: no handwritten callouts; keep phone clean and centered */
@media (max-width: 920px){
  .hero-visual-composition{
    position: relative;
    width: min(100%, 430px);
    min-height: auto;
    display: flex;
    justify-content: center;
    margin-inline: auto;
  }

  .hero-note{
    display: none;
  }

  .phone{
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    width: min(360px, 100%);
    max-width: 360px;
  }
}


/* v17: phone + handwritten callouts as one stable image */
@media (min-width: 921px){
  .hero .container{
    max-width: 1200px;
  }

  .hero-grid{
    grid-template-columns: minmax(0, 1fr) minmax(520px, 0.98fr);
    gap: clamp(44px, 4.8vw, 74px);
    align-items: center;
  }

  .hero-visual{
    justify-content: flex-end;
    min-height: 540px;
    overflow: visible;
  }

  .hero-phone-callouts{
    width: min(100%, 560px);
    max-width: 560px;
    height: auto;
    display: block;
    filter: drop-shadow(0 20px 48px rgba(16,34,63,.07));
  }

  .hero-visual-composition,
  .hero-note{
    display: none !important;
  }
}

@media (min-width: 1280px){
  .hero-phone-callouts{
    max-width: 575px;
  }
}

@media (min-width: 1500px){
  .hero .container{
    max-width: 1220px;
  }
  .hero-phone-callouts{
    max-width: 590px;
  }
}

@media (max-width: 920px){
  .hero-phone-callouts{
    width: min(100%, 430px);
    display: block;
    margin-inline: auto;
  }
}


/* v18: use provided combined phone + handwritten text image */
@media (min-width: 921px){
  .hero .container{
    max-width: 1200px;
  }

  .hero-grid{
    grid-template-columns: minmax(0, 1fr) minmax(420px, 0.82fr);
    gap: clamp(50px, 5vw, 78px);
    align-items: center;
  }

  .hero-visual{
    justify-content: flex-end;
    min-height: 520px;
    overflow: visible;
  }

  .hero-phone-callouts{
    height: min(520px, calc(100vh - 170px));
    width: auto;
    max-width: 100%;
    display: block;
    object-fit: contain;
    filter: drop-shadow(0 18px 42px rgba(16,34,63,.06));
  }
}

@media (min-width: 1280px){
  .hero-phone-callouts{
    height: min(530px, calc(100vh - 170px));
  }
}

@media (min-width: 1500px){
  .hero .container{
    max-width: 1220px;
  }
  .hero-phone-callouts{
    height: min(540px, calc(100vh - 170px));
  }
}

@media (max-width: 920px){
  .hero-phone-callouts{
    width: min(100%, 430px);
    height: auto;
    display: block;
    margin-inline: auto;
  }
}


/* v19: use transparent PNG for hero visual */
.hero-phone-callouts{
  background: transparent;
}


/* v22: P.S. anti-guide section */
.ps-section{
  position:relative;
  padding-top:56px;
  padding-bottom:88px;
  background:linear-gradient(180deg,rgba(255,241,245,.48),rgba(223,245,243,.34));
}

.ps-card{
  display:grid;
  grid-template-columns:auto 1fr;
  gap:32px;
  align-items:center;
  max-width:940px;
  padding:34px 40px;
  border:1px solid rgba(246,220,229,.96);
  border-radius:34px;
  background:rgba(255,255,255,.82);
  box-shadow:0 24px 70px rgba(16,34,63,.09);
  backdrop-filter:blur(12px);
}

.ps-mark{
  width:128px;
  height:128px;
  display:grid;
  place-items:center;
  border-radius:32px;
  background:rgba(255,217,228,.42);
  border:1px solid rgba(246,220,229,.98);
  box-shadow:0 14px 42px rgba(16,34,63,.06);
}

.ps-mark img{
  width:100%;
  height:100%;
  object-fit:contain;
  display:block;
}

.ps-mark span{
  font-family:Nunito,Inter,sans-serif;
  font-weight:900;
  font-size:42px;
  color:var(--pink-strong);
  letter-spacing:-.04em;
}

.ps-copy h2{
  font-size:clamp(30px,4vw,46px);
  margin-bottom:12px;
}

.ps-copy p:not(.eyebrow){
  margin:0 0 22px;
  color:var(--muted);
  font-size:18px;
  line-height:1.7;
}

.ps-copy .btn{
  display:inline-flex;
}

@media (max-width:700px){
  .ps-section{
    padding-top:48px;
    padding-bottom:64px;
  }

  .ps-card{
    grid-template-columns:1fr;
    gap:20px;
    padding:28px;
    border-radius:26px;
    text-align:left;
  }

  .ps-mark{
    width:96px;
    height:96px;
    border-radius:24px;
  }

  .ps-copy p:not(.eyebrow){
    font-size:16px;
  }

  .ps-copy .btn{
    width:100%;
  }
}


/* v23: P.S. section width matches Storyworld container */
.ps-card{
  max-width:none;
}


/* v24: small anti-guide cover in P.S. section */
.ps-card{
  grid-template-columns:auto minmax(0, 1fr) auto;
  overflow:hidden;
}

.ps-cover{
  justify-self:end;
  align-self:center;
  position:relative;
  width:clamp(118px, 12vw, 160px);
  transform:rotate(2deg);
}

.ps-cover::before{
  content:"";
  position:absolute;
  inset:12% -8% -8% 10%;
  border-radius:22px;
  background:rgba(224,100,156,.16);
  filter:blur(14px);
  z-index:-1;
}

.ps-cover img{
  width:100%;
  height:auto;
  display:block;
  border-radius:14px;
  box-shadow:0 18px 42px rgba(16,34,63,.18);
}

@media (max-width:850px){
  .ps-card{
    grid-template-columns:auto 1fr;
  }

  .ps-cover{
    grid-column:1 / -1;
    justify-self:start;
    width:132px;
    margin-top:2px;
  }
}

@media (max-width:700px){
  .ps-card{
    grid-template-columns:1fr;
  }

  .ps-cover{
    justify-self:center;
    width:min(150px, 48vw);
    order:2;
    margin-top:0;
  }

  .ps-copy{
    order:3;
  }
}


/* v25: remove P.S. icon and keep layout clean */
.ps-card{
  grid-template-columns:minmax(0, 1fr) auto;
}

.ps-mark{
  display:none !important;
}

@media (max-width:850px){
  .ps-card{
    grid-template-columns:1fr auto;
  }
}

@media (max-width:700px){
  .ps-card{
    grid-template-columns:1fr;
  }
}


/* v27: Storyworld section without label + closeness icon */
.fiction-card{
  grid-template-columns:auto minmax(0, 1fr);
}

.fiction-icon{
  width:118px;
  height:118px;
  display:grid;
  place-items:center;
  border-radius:30px;
  background:rgba(255,255,255,.52);
  border:1px solid rgba(246,220,229,.82);
  box-shadow:0 16px 46px rgba(16,34,63,.07);
  flex-shrink:0;
}

.fiction-icon img{
  width:100%;
  height:100%;
  object-fit:contain;
  display:block;
}

@media (max-width:760px){
  .fiction-card{
    grid-template-columns:1fr;
  }

  .fiction-icon{
    width:92px;
    height:92px;
    border-radius:24px;
  }
}


/* v28: more breathing room around closeness icon */
.fiction-icon{
  width:142px;
  height:142px;
  border-radius:36px;
  background:#fee9ee;
  border:1px solid rgba(246,220,229,.98);
  padding:18px;
}

.fiction-icon img{
  width:100%;
  height:100%;
  object-fit:contain;
}

@media (max-width:760px){
  .fiction-icon{
    width:116px;
    height:116px;
    border-radius:30px;
    padding:15px;
  }
}


/* v29: replace hero visual with the new transparent phone-only PNG */
@media (min-width: 921px){
  .hero-grid{
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.72fr);
    gap: clamp(56px, 5.8vw, 86px);
  }

  .hero-visual{
    justify-content: flex-end;
    min-height: 520px;
  }

  .hero-phone-callouts{
    height: min(520px, calc(100vh - 170px));
    width: auto;
    max-width: 100%;
    object-fit: contain;
    background: transparent;
  }
}

@media (min-width: 1280px){
  .hero-phone-callouts{
    height: min(530px, calc(100vh - 170px));
  }
}

@media (min-width: 1500px){
  .hero-phone-callouts{
    height: min(540px, calc(100vh - 170px));
  }
}

@media (max-width: 920px){
  .hero-phone-callouts{
    width: min(100%, 360px);
    height: auto;
  }
}


/* v32: keep first sentence of the Problem heading in one line on desktop */
@media (min-width: 921px){
  .problem-section .narrow{
    max-width: 1120px;
  }

  .problem-section h2{
    font-size: clamp(34px, 4.45vw, 58px);
  }

  .problem-section h2 .desktop-keep-line{
    white-space: nowrap;
  }
}

@media (max-width: 920px){
  .problem-section h2 .desktop-keep-line{
    white-space: normal;
  }
}


/* v33: outlined E-book item in navbar */
.nav-menu a.nav-ebook{
  border:1.5px solid var(--teal);
  border-radius:999px;
  color:var(--teal);
  padding:10px 16px;
  background:transparent;
}

.nav-menu a.nav-ebook:hover{
  background:rgba(0,154,154,.08);
  color:var(--teal);
}

@media (max-width:920px){
  .nav-menu a.nav-ebook{
    justify-self:start;
    margin-top:4px;
  }
}


/* v34: E-book nav item as green outlined button, no fill; book CTA pink */
.nav-menu a.nav-ebook,
.nav-menu a.nav-ebook:visited{
  border:1.5px solid var(--teal);
  border-radius:999px;
  color:var(--teal) !important;
  padding:10px 16px;
  background:transparent !important;
  box-shadow:none !important;
}

.nav-menu a.nav-ebook:hover,
.nav-menu a.nav-ebook:focus-visible{
  background:rgba(0,154,154,.08) !important;
  color:var(--teal) !important;
}

.btn-book-pink,
.btn-book-pink:visited{
  background:var(--pink-strong) !important;
  color:#fff !important;
  border-color:var(--pink-strong) !important;
  box-shadow:0 16px 34px rgba(224,100,156,.24) !important;
}

.btn-book-pink:hover,
.btn-book-pink:focus-visible{
  background:#d94f8f !important;
  border-color:#d94f8f !important;
  color:#fff !important;
}


/* v35: force E-book nav item to be outlined, not filled */
.nav-menu a.nav-ebook,
.nav-menu a.nav-ebook.nav-outline,
.nav-menu a.nav-ebook.nav-outline:link,
.nav-menu a.nav-ebook.nav-outline:visited,
.nav-menu a.nav-ebook.nav-outline:hover,
.nav-menu a.nav-ebook.nav-outline:focus,
.nav-menu a.nav-ebook.nav-outline:active{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  padding:10px 16px !important;
  border:1.5px solid var(--teal) !important;
  border-radius:999px !important;
  background:transparent !important;
  background-image:none !important;
  color:var(--teal) !important;
  box-shadow:none !important;
  text-shadow:none !important;
}

.nav-menu a.nav-ebook.nav-outline:hover,
.nav-menu a.nav-ebook.nav-outline:focus-visible{
  background:rgba(0,154,154,.08) !important;
  color:var(--teal) !important;
  box-shadow:none !important;
}

@media (max-width:920px){
  .nav-menu a.nav-ebook.nav-outline{
    width:max-content !important;
  }
}


/* v36: E-book is NOT the filled CTA; keep only "Dołącz do listy" filled */
.nav-menu > a.nav-ebook,
.nav-menu > a.nav-ebook.nav-outline,
.nav-menu > a.nav-ebook.nav-outline:link,
.nav-menu > a.nav-ebook.nav-outline:visited,
.nav-menu > a.nav-ebook.nav-outline:hover,
.nav-menu > a.nav-ebook.nav-outline:focus,
.nav-menu > a.nav-ebook.nav-outline:active{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  padding:10px 16px !important;
  border:1.5px solid var(--teal) !important;
  border-radius:999px !important;
  background:transparent !important;
  background-color:transparent !important;
  background-image:none !important;
  color:var(--teal) !important;
  box-shadow:none !important;
}

/* If older CSS styles the penultimate/last menu item as CTA, this neutralizes it for E-book. */
.nav-menu > a.nav-ebook:not(.nav-cta){
  background:transparent !important;
  background-color:transparent !important;
  background-image:none !important;
  color:var(--teal) !important;
  box-shadow:none !important;
}

/* Make the real CTA explicit so it remains filled. */
.nav-menu > a.nav-cta[href="#lista"]{
  background:var(--teal) !important;
  background-color:var(--teal) !important;
  color:#fff !important;
  box-shadow:0 14px 34px rgba(0,154,154,.22) !important;
}


/* v37: slightly less rounded E-book outline button */
.nav-menu > a.nav-ebook,
.nav-menu > a.nav-ebook.nav-outline,
.nav-menu > a.nav-ebook.nav-outline:link,
.nav-menu > a.nav-ebook.nav-outline:visited,
.nav-menu > a.nav-ebook.nav-outline:hover,
.nav-menu > a.nav-ebook.nav-outline:focus,
.nav-menu > a.nav-ebook.nav-outline:active{
  border-radius:18px !important;
}


/* v38: pink outline menu button + stronger final e-book section */
.nav-menu > a.nav-ebook,
.nav-menu > a.nav-ebook.nav-outline,
.nav-menu > a.nav-ebook.nav-outline:link,
.nav-menu > a.nav-ebook.nav-outline:visited,
.nav-menu > a.nav-ebook.nav-outline:hover,
.nav-menu > a.nav-ebook.nav-outline:focus,
.nav-menu > a.nav-ebook.nav-outline:active{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  padding:10px 16px !important;
  border:1.5px solid var(--pink-strong) !important;
  border-radius:18px !important;
  background:transparent !important;
  background-color:transparent !important;
  background-image:none !important;
  color:var(--pink-strong) !important;
  box-shadow:none !important;
  text-shadow:none !important;
}

.nav-menu > a.nav-ebook.nav-outline:hover,
.nav-menu > a.nav-ebook.nav-outline:focus-visible{
  background:rgba(224,100,156,.08) !important;
  color:var(--pink-strong) !important;
  box-shadow:none !important;
}

/* Keep only the real list CTA filled. */
.nav-menu > a.nav-cta[href="#lista"]{
  background:var(--teal) !important;
  background-color:var(--teal) !important;
  color:#fff !important;
  box-shadow:0 14px 34px rgba(0,154,154,.22) !important;
}

/* Final P.S. / e-book section refinements */
.ps-card{
  gap:clamp(46px, 6vw, 84px) !important;
}

.ps-copy p:not(.eyebrow){
  font-size:20px !important;
  line-height:1.7;
}

.ps-cover{
  width:clamp(150px, 15vw, 205px) !important;
}

@media (max-width:850px){
  .ps-card{
    gap:30px !important;
  }

  .ps-cover{
    width:150px !important;
  }
}

@media (max-width:700px){
  .ps-card{
    gap:22px !important;
  }

  .ps-copy p:not(.eyebrow){
    font-size:18px !important;
  }

  .ps-cover{
    width:min(170px, 54vw) !important;
  }
}


/* v39: E-book back to regular nav link + more padding in final e-book section */
.nav-menu > a[href="#ps"],
.nav-menu > a[href="#ps"]:link,
.nav-menu > a[href="#ps"]:visited,
.nav-menu > a[href="#ps"]:hover,
.nav-menu > a[href="#ps"]:focus,
.nav-menu > a[href="#ps"]:active{
  display:inline-flex !important;
  align-items:center !important;
  padding:0 !important;
  border:0 !important;
  border-radius:0 !important;
  background:transparent !important;
  background-color:transparent !important;
  background-image:none !important;
  color:var(--ink) !important;
  box-shadow:none !important;
  text-shadow:none !important;
}

.nav-menu > a[href="#ps"]:hover,
.nav-menu > a[href="#ps"]:focus-visible{
  color:var(--teal) !important;
}

.ps-card{
  padding:44px 50px !important;
}

@media (max-width:700px){
  .ps-card{
    padding:34px 28px !important;
  }
}


/* v40: subtle link to startup glossary in final section */
.ps-glossary-link{
  display:inline-flex;
  margin-left:18px;
  color:var(--pink-strong);
  font-weight:900;
  text-decoration:none;
  border-bottom:2px solid rgba(224,100,156,.25);
}

.ps-glossary-link:hover{
  border-bottom-color:var(--pink-strong);
}

@media (max-width:700px){
  .ps-glossary-link{
    margin-left:0;
    margin-top:14px;
  }
}


/* v44: P.P.S. glossary link at the very bottom */
.pps-section{
  padding:0 0 72px;
  background:linear-gradient(180deg,rgba(223,245,243,.34),rgba(255,255,255,.7));
}

.pps-note{
  display:flex;
  align-items:center;
  gap:14px;
  padding:22px 28px;
  border:1px solid rgba(246,220,229,.9);
  border-radius:24px;
  background:rgba(255,255,255,.74);
  box-shadow:0 16px 42px rgba(16,34,63,.06);
}

.pps-note strong{
  color:var(--pink-strong);
  font-size:18px;
  letter-spacing:.08em;
}

.pps-note p{
  margin:0;
  color:var(--muted);
  font-size:17px;
  line-height:1.55;
}

.pps-note a{
  color:var(--pink-strong);
  font-weight:900;
  text-decoration:none;
  border-bottom:2px solid rgba(224,100,156,.28);
}

.pps-note a:hover{
  border-bottom-color:var(--pink-strong);
}

@media (max-width:700px){
  .pps-note{
    align-items:flex-start;
    flex-direction:column;
    gap:8px;
  }
}


/* v45: P.P.S. in the same visual format as P.S., with green link */
.pps-section{
  padding:0 0 72px !important;
  background:linear-gradient(180deg,rgba(223,245,243,.34),rgba(255,255,255,.7));
}

.pps-card{
  padding:44px 50px;
  border:1px solid rgba(246,220,229,.96);
  border-radius:34px;
  background:rgba(255,255,255,.82);
  box-shadow:0 24px 70px rgba(16,34,63,.09);
  backdrop-filter:blur(12px);
}

.pps-card .eyebrow{
  margin:0 0 14px;
}

.pps-card p:not(.eyebrow){
  margin:0;
  color:var(--muted);
  font-size:20px;
  line-height:1.7;
}

.pps-card a{
  color:var(--teal);
  font-weight:900;
  text-decoration:none;
  border-bottom:2px solid rgba(0,154,154,.28);
}

.pps-card a:hover{
  border-bottom-color:var(--teal);
}

.pps-note{
  display:none !important;
}

@media (max-width:700px){
  .pps-card{
    padding:34px 28px;
    border-radius:26px;
  }

  .pps-card p:not(.eyebrow){
    font-size:18px;
  }
}


/* v57: logo rendering fix, applied to current FTP version */
.brand img{
  background:transparent !important;
  filter:none !important;
  box-shadow:none !important;
  image-rendering:auto !important;
}


/* v61: main mobile side margin consistency */
@media (max-width:760px){
  .container,
  .navbar,
  .hero{
    padding-left:18px !important;
    padding-right:18px !important;
  }
}

@media (max-width:380px){
  .container,
  .navbar,
  .hero{
    padding-left:16px !important;
    padding-right:16px !important;
  }
}


/* v62: main mobile — avoid doubled horizontal padding */
@media (max-width:760px){
  .container,
  .navbar{
    padding-left:18px !important;
    padding-right:18px !important;
  }

  .hero{
    padding-left:0 !important;
    padding-right:0 !important;
  }
}

@media (max-width:380px){
  .container,
  .navbar{
    padding-left:16px !important;
    padding-right:16px !important;
  }
}


/* v64: unified 16px mobile side spacing across main page */
@media (max-width:760px){
  .container,
  .navbar,
  .section,
  .storyworld-section,
  .ps-section,
  .pps-section,
  .ps-card,
  .pps-card{
    box-sizing:border-box !important;
  }

  .container,
  .navbar{
    padding-left:16px !important;
    padding-right:16px !important;
  }

  .hero,
  .section,
  .storyworld-section,
  .ps-section,
  .pps-section{
    padding-left:0 !important;
    padding-right:0 !important;
  }

  .storyworld-card,
  .ps-card,
  .pps-card{
    margin-left:0 !important;
    margin-right:0 !important;
  }
}


/* v65: fix doubled mobile side spacing in full-width card sections */
@media (max-width:760px){
  /* Standard sections: 16px comes from .container only */
  .container,
  .navbar{
    padding-left:16px !important;
    padding-right:16px !important;
    box-sizing:border-box !important;
  }

  .hero,
  .section,
  section,
  .storyworld-section,
  .ps-section,
  .pps-section{
    padding-left:0 !important;
    padding-right:0 !important;
    box-sizing:border-box !important;
  }

  /* These cards should start at the same 16px line as the other mobile cards, not add another 16px outside. */
  .storyworld-card,
  .ps-card,
  .pps-card{
    width:100% !important;
    max-width:100% !important;
    margin-left:0 !important;
    margin-right:0 !important;
    box-sizing:border-box !important;
  }

  /* Keep inner content comfortable, but not exaggerated on mobile. */
  .ps-card,
  .pps-card{
    padding-left:28px !important;
    padding-right:28px !important;
  }
}

@media (max-width:430px){
  .ps-card,
  .pps-card{
    padding-left:24px !important;
    padding-right:24px !important;
  }
}


/* v66: mobile spacing cleanup — exactly one outer 16px rhythm */
@media (max-width:760px){
  .container,
  .navbar{
    padding-left:16px !important;
    padding-right:16px !important;
    box-sizing:border-box !important;
  }

  /* Sections do not add side spacing; their inner .container does it. */
  .hero,
  section,
  .section,
  .problem-section,
  .solution-section,
  .features-section,
  .founders-section,
  .storyworld-section,
  .ps-section,
  .pps-section{
    padding-left:0 !important;
    padding-right:0 !important;
    box-sizing:border-box !important;
  }

  /* Cards cannot add extra outside side margins on mobile. */
  .problem-card,
  .feature-card,
  .founder-card,
  .storyworld-card,
  .ps-card,
  .pps-card,
  .hero-card,
  .card{
    margin-left:0 !important;
    margin-right:0 !important;
    max-width:100% !important;
    box-sizing:border-box !important;
  }

  /* Keep P.S./P.P.S. inside the same 16px container instead of full viewport width. */
  .ps-section > .container,
  .pps-section > .container,
  .storyworld-section > .container{
    padding-left:16px !important;
    padding-right:16px !important;
    box-sizing:border-box !important;
  }

  .ps-card,
  .pps-card{
    width:100% !important;
    padding-left:28px !important;
    padding-right:28px !important;
  }
}

@media (max-width:430px){
  .ps-card,
  .pps-card{
    padding-left:24px !important;
    padding-right:24px !important;
  }
}


/* v67: real mobile 16px rhythm — override container width that caused auto 14px margins */
@media (max-width:760px){
  :root{
    --container:100% !important;
  }

  .container{
    width:100% !important;
    max-width:100% !important;
    margin-left:0 !important;
    margin-right:0 !important;
    padding-left:16px !important;
    padding-right:16px !important;
    box-sizing:border-box !important;
  }

  .navbar{
    width:100% !important;
    max-width:100% !important;
    margin-left:0 !important;
    margin-right:0 !important;
    padding-left:16px !important;
    padding-right:16px !important;
    box-sizing:border-box !important;
  }

  .hero,
  section,
  .section{
    padding-left:0 !important;
    padding-right:0 !important;
    box-sizing:border-box !important;
  }

  /* These sections use the same element as both .container and card, so give them outer 16px via width+margin, and separate inner padding. */
  .container.ps-card,
  .container.pps-card,
  .container.fiction-card{
    width:calc(100% - 32px) !important;
    max-width:calc(100% - 32px) !important;
    margin-left:16px !important;
    margin-right:16px !important;
    box-sizing:border-box !important;
  }

  .container.ps-card,
  .container.pps-card{
    padding-left:24px !important;
    padding-right:24px !important;
  }

  .container.fiction-card{
    padding-left:24px !important;
    padding-right:24px !important;
  }
}

@media (max-width:380px){
  .container,
  .navbar{
    padding-left:16px !important;
    padding-right:16px !important;
  }

  .container.ps-card,
  .container.pps-card,
  .container.fiction-card{
    width:calc(100% - 32px) !important;
    max-width:calc(100% - 32px) !important;
    margin-left:16px !important;
    margin-right:16px !important;
  }
}


/* v68: main page mobile side spacing back to 18px */
@media (max-width:760px){
  .container,
  .navbar{
    padding-left:18px !important;
    padding-right:18px !important;
  }

  .container.ps-card,
  .container.pps-card,
  .container.fiction-card{
    width:calc(100% - 36px) !important;
    max-width:calc(100% - 36px) !important;
    margin-left:18px !important;
    margin-right:18px !important;
  }
}


/* v70: subheadings/texts under headings follow heading width */
@media (min-width:761px){
  .hero-copy,
  .section-copy{
    max-width:1160px !important;
    width:100% !important;
    margin-left:auto !important;
    margin-right:auto !important;
  }

  .hero h1,
  .section-copy h2{
    max-width:1160px !important;
    width:100% !important;
    margin-left:auto !important;
    margin-right:auto !important;
  }

  .hero-lead,
  .section-lead{
    max-width:1160px !important;
    width:100% !important;
    margin-left:auto !important;
    margin-right:auto !important;
  }
}

@media (max-width:760px){
  .hero-copy,
  .section-copy,
  .hero h1,
  .section-copy h2,
  .hero-lead,
  .section-lead{
    max-width:100% !important;
    width:100% !important;
  }
}


/* v71: problem section lead should match the visible heading width */
@media (min-width:761px){
  .problem-section .section-copy{
    max-width:1120px !important;
    width:100% !important;
    margin-left:auto !important;
    margin-right:auto !important;
  }

  .problem-section .section-copy h2{
    max-width:1120px !important;
    width:100% !important;
    margin-left:auto !important;
    margin-right:auto !important;
  }

  .problem-section .section-lead{
    max-width:980px !important;
    width:100% !important;
    margin-left:auto !important;
    margin-right:auto !important;
  }
}

@media (max-width:760px){
  .problem-section .section-lead{
    max-width:100% !important;
    width:100% !important;
  }
}


/* v72: mobile menu alignment fix */
@media (max-width:760px){
  .nav-menu a,
  .nav-menu .nav-link,
  .nav-menu .ebook-link{
    display:block !important;
    width:100% !important;
    margin-left:0 !important;
    margin-right:0 !important;
    padding-left:0 !important;
    padding-right:0 !important;
    text-align:left !important;
  }

  .nav-menu .btn,
  .nav-menu .btn-primary,
  .nav-menu .btn-secondary,
  .nav-menu a.btn,
  .nav-menu a.cta,
  .nav-menu .nav-cta{
    width:auto !important;
    display:inline-flex !important;
    padding-left:28px !important;
    padding-right:28px !important;
  }
}


/* v72: startup anti-guide mobile polish */
@media (max-width:760px){
  .hero h1,
  .hero-title,
  .anti-hero h1,
  .ebook-hero h1,
  .page-hero h1,
  h1{
    max-width:100% !important;
    width:100% !important;
    overflow-wrap:normal !important;
    word-break:normal !important;
  }

  .hero p,
  .hero-lead,
  .anti-hero p,
  .ebook-hero p,
  .page-hero p,
  .lead{
    max-width:100% !important;
    width:100% !important;
  }

  .hero-cover,
  .cover,
  .book-cover,
  .ebook-cover,
  .anti-cover,
  .mockup,
  .hero-media,
  .book-mockup{
    margin-top:30px !important;
  }

  .hero-actions,
  .cta-row,
  .buttons,
  .button-row{
    margin-bottom:30px !important;
  }
}


/* v72: Bondally footer on anti-guide page */
.bondally-footer{
  padding:42px 0 52px;
  background:rgba(255,248,251,.72);
  border-top:1px solid rgba(246,220,229,.9);
}

.bondally-footer-inner{
  width:min(1120px, calc(100% - 36px));
  margin:0 auto;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
}

.bondally-footer-brand{
  display:inline-flex;
  align-items:center;
}

.bondally-footer-brand img{
  height:46px;
  width:auto;
  display:block;
  background:transparent !important;
  filter:none !important;
  box-shadow:none !important;
}

.bondally-footer p{
  margin:0;
  color:#6b7890;
  font-weight:700;
}

@media (max-width:760px){
  .bondally-footer{
    padding:34px 0 44px;
  }

  .bondally-footer-inner{
    width:calc(100% - 36px);
    flex-direction:column;
    align-items:flex-start;
  }

  .bondally-footer-brand img{
    height:42px;
  }
}


/* v73: anti-guide page headings +10px */
body:has(.bondally-footer) h1,
body:has(.bondally-footer) h2,
body:has(.bondally-footer) h3{
  font-size:calc(1em + 10px) !important;
}

/* Fallback for browsers without :has(): scoped by the anti-guide footer classes/known layout patterns */
.startupowy-antyporadnik h1,
.startupowy-antyporadnik h2,
.startupowy-antyporadnik h3,
.anti-guide-page h1,
.anti-guide-page h2,
.anti-guide-page h3,
.ebook-page h1,
.ebook-page h2,
.ebook-page h3{
  font-size:calc(1em + 10px) !important;
}


/* v74: anti-guide page uses the same footer as the rest of the site */
.startupowy-antyporadnik .bondally-footer{
  all:unset;
}


/* v75: anti-guide page footer/header fixes */
.startupowy-antyporadnik footer,
body:has(.anti-footer) footer,
body:has(.bondally-footer) footer{
  overflow:hidden;
}

/* Force footer logo to normal size on anti-guide page */
.startupowy-antyporadnik footer img,
.startupowy-antyporadnik .footer img,
.startupowy-antyporadnik .footer-logo img,
.startupowy-antyporadnik .footer-brand img,
.startupowy-antyporadnik .bondally-footer img,
body:has(.bondally-footer) footer img{
  max-width:190px !important;
  width:auto !important;
  height:auto !important;
  max-height:58px !important;
  object-fit:contain !important;
  display:block !important;
}

/* If the anti-guide page does not have its own body class, scope by current footer presence. */
body:has(.bondally-footer) footer,
body:has(.footer-inner) footer{
  box-sizing:border-box;
}

/* Anti-guide footer layout: same visual rhythm as the other pages, without huge image overflow */
@media (max-width:760px){
  .startupowy-antyporadnik footer,
  body:has(.bondally-footer) footer{
    padding:28px 18px 34px !important;
  }

  .startupowy-antyporadnik footer .container,
  .startupowy-antyporadnik .footer-inner,
  .startupowy-antyporadnik .bondally-footer-inner,
  body:has(.bondally-footer) footer .container,
  body:has(.bondally-footer) .footer-inner,
  body:has(.bondally-footer) .bondally-footer-inner{
    width:100% !important;
    max-width:100% !important;
    margin:0 !important;
    padding:0 !important;
    display:flex !important;
    flex-direction:column !important;
    align-items:flex-start !important;
    gap:14px !important;
    box-sizing:border-box !important;
  }

  .startupowy-antyporadnik footer img,
  .startupowy-antyporadnik .footer-logo img,
  .startupowy-antyporadnik .footer-brand img,
  .startupowy-antyporadnik .bondally-footer img,
  body:has(.bondally-footer) footer img{
    max-width:180px !important;
    max-height:54px !important;
  }

  .startupowy-antyporadnik footer p,
  .startupowy-antyporadnik .footer p,
  .startupowy-antyporadnik .bondally-footer p,
  body:has(.bondally-footer) footer p{
    font-size:14px !important;
    line-height:1.5 !important;
    margin:0 !important;
  }
}

/* Wider, more stable anti-guide headings */
.startupowy-antyporadnik .hero h1,
.startupowy-antyporadnik .hero-title,
.startupowy-antyporadnik .anti-hero h1,
.startupowy-antyporadnik .ebook-hero h1,
.startupowy-antyporadnik .page-hero h1,
body:has(.bondally-footer) .hero h1,
body:has(.bondally-footer) .hero-title,
body:has(.bondally-footer) .anti-hero h1,
body:has(.bondally-footer) .ebook-hero h1,
body:has(.bondally-footer) .page-hero h1{
  max-width:1120px !important;
  width:100% !important;
  margin-left:auto !important;
  margin-right:auto !important;
}

@media (min-width:761px){
  .startupowy-antyporadnik .hero h1,
  .startupowy-antyporadnik .hero-title,
  .startupowy-antyporadnik .anti-hero h1,
  .startupowy-antyporadnik .ebook-hero h1,
  .startupowy-antyporadnik .page-hero h1,
  body:has(.bondally-footer) .hero h1,
  body:has(.bondally-footer) .hero-title,
  body:has(.bondally-footer) .anti-hero h1,
  body:has(.bondally-footer) .ebook-hero h1,
  body:has(.bondally-footer) .page-hero h1{
    max-width:1180px !important;
  }
}

@media (max-width:760px){
  .startupowy-antyporadnik .hero h1,
  .startupowy-antyporadnik .hero-title,
  .startupowy-antyporadnik .anti-hero h1,
  .startupowy-antyporadnik .ebook-hero h1,
  .startupowy-antyporadnik .page-hero h1,
  body:has(.bondally-footer) .hero h1,
  body:has(.bondally-footer) .hero-title,
  body:has(.bondally-footer) .anti-hero h1,
  body:has(.bondally-footer) .ebook-hero h1,
  body:has(.bondally-footer) .page-hero h1{
    max-width:100% !important;
    width:100% !important;
    font-size:clamp(42px, 11.5vw, 58px) !important;
    line-height:.98 !important;
    letter-spacing:-.055em !important;
  }
}

/* Desktop CTA row on anti-guide: don't let buttons/links squeeze into a too-narrow strip */
.startupowy-antyporadnik .hero-actions,
.startupowy-antyporadnik .cta-row,
body:has(.bondally-footer) .hero-actions,
body:has(.bondally-footer) .cta-row{
  max-width:1180px !important;
}

/* v77: shared footer text regular */
.site-footer p{
  font-weight:400;
}


/* v79: secondary hero button text less bold */
.btn-secondary,
.btn-secondary:link,
.btn-secondary:visited{
  font-weight:600 !important;
}


/* v81: small dictionary icon in P.P.S. section */
.pps-card{
  display:flex;
  align-items:center;
  gap:22px;
}

.pps-icon{
  flex:0 0 auto;
  width:86px;
  height:86px;
  display:grid;
  place-items:center;
}

.pps-icon img{
  width:86px;
  max-width:86px;
  height:auto;
  display:block;
}

.pps-copy{
  min-width:0;
}

@media (max-width:760px){
  .pps-card{
    gap:16px;
    align-items:flex-start;
  }

  .pps-icon{
    width:62px;
    height:62px;
    margin-top:4px;
  }

  .pps-icon img{
    width:62px;
    max-width:62px;
  }
}

@media (max-width:430px){
  .pps-card{
    gap:13px;
  }

  .pps-icon{
    width:52px;
    height:52px;
  }

  .pps-icon img{
    width:52px;
    max-width:52px;
  }
}


/* v82: bigger P.P.S. dictionary icon and more space before text */
.pps-card{
  gap:34px !important;
}

.pps-icon{
  width:120px !important;
  height:120px !important;
}

.pps-icon img{
  width:120px !important;
  max-width:120px !important;
}

@media (max-width:760px){
  .pps-card{
    gap:24px !important;
  }

  .pps-icon{
    width:86px !important;
    height:86px !important;
  }

  .pps-icon img{
    width:86px !important;
    max-width:86px !important;
  }
}

@media (max-width:430px){
  .pps-card{
    gap:18px !important;
  }

  .pps-icon{
    width:74px !important;
    height:74px !important;
  }

  .pps-icon img{
    width:74px !important;
    max-width:74px !important;
  }
}


/* v83: P.P.S. icon on the right + heading */
.pps-card{
  display:grid !important;
  grid-template-columns:minmax(0, 1fr) auto !important;
  align-items:center !important;
  gap:36px !important;
}

.pps-copy{
  min-width:0 !important;
}

.pps-card h2{
  margin:0 0 14px !important;
  color:var(--ink) !important;
  font-size:clamp(34px, 4.4vw, 54px) !important;
  line-height:1.02 !important;
  letter-spacing:-.045em !important;
}

.pps-icon{
  grid-column:2 !important;
  justify-self:end !important;
  width:120px !important;
  height:120px !important;
  display:grid !important;
  place-items:center !important;
}

.pps-icon img{
  width:120px !important;
  max-width:120px !important;
  height:auto !important;
  display:block !important;
}

@media (max-width:760px){
  .pps-card{
    grid-template-columns:minmax(0, 1fr) auto !important;
    gap:22px !important;
  }

  .pps-card h2{
    font-size:clamp(30px, 9vw, 42px) !important;
    margin-bottom:12px !important;
  }

  .pps-icon{
    width:86px !important;
    height:86px !important;
    align-self:center !important;
  }

  .pps-icon img{
    width:86px !important;
    max-width:86px !important;
  }
}

@media (max-width:430px){
  .pps-card{
    gap:16px !important;
  }

  .pps-icon{
    width:74px !important;
    height:74px !important;
  }

  .pps-icon img{
    width:74px !important;
    max-width:74px !important;
  }
}

@media (max-width:360px){
  .pps-card{
    grid-template-columns:1fr !important;
  }

  .pps-icon{
    grid-column:1 !important;
    justify-self:start !important;
    order:2 !important;
    width:68px !important;
    height:68px !important;
  }

  .pps-icon img{
    width:68px !important;
    max-width:68px !important;
  }
}


/* v84: P.P.S. heading matches P.S. heading size */
.pps-card h2{
  font-size:clamp(38px, 4.4vw, 56px) !important;
  line-height:1.02 !important;
  letter-spacing:-.055em !important;
}

@media (max-width:760px){
  .pps-card h2{
    font-size:clamp(36px, 10vw, 52px) !important;
    line-height:1.02 !important;
  }
}


/* v85: P.P.S. heading exactly closer to P.S. heading size */
.pps-card h2{
  font-size:clamp(38px, 3.7vw, 48px) !important;
  line-height:1.03 !important;
  letter-spacing:-.055em !important;
}

@media (max-width:760px){
  .pps-card h2{
    font-size:clamp(34px, 9.2vw, 46px) !important;
    line-height:1.03 !important;
  }
}


/* 2026-07-20 — większe boczne marginesy na desktopie */
@media (min-width: 1024px) {
  .container {
    width: min(100% - 96px, var(--container, 1180px)) !important;
  }

  .site-header .container,
  .navbar .container,
  .nav-inner,
  .hero .container,
  .section > .container,
  .site-footer .footer-inner {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
}


/* Ujednolicona stopka — strona główna i podstrony */
.site-footer {
  background: #fff;
  border-top: 1px solid rgba(16, 35, 63, .08);
}

.site-footer .footer-inner {
  width: min(100% - 36px, var(--container, 1180px));
  margin: 0 auto;
  padding: 28px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.site-footer .footer-logo {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}

.site-footer .footer-logo img {
  width: 148px;
  max-width: 100%;
  height: auto;
  display: block;
}

.site-footer p {
  margin: 0;
  color: var(--muted, #66758d);
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  text-align: right;
}

@media (max-width: 760px) {
  .site-footer .footer-inner {
    width: min(100% - 36px, var(--container, 1180px));
    padding: 24px 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .site-footer p {
    text-align: left;
  }
}


/* Przywrócenie wygodnych paddingów wewnątrz kart P.S. i P.P.S. na desktopie.
   Nadpisuje ogólną regułę zwiększającą marginesy kontenera strony. */
@media (min-width: 1024px) {
  .section > .container.ps-card {
    padding-left: 56px !important;
    padding-right: 56px !important;
  }

  .section > .container.pps-card {
    padding-left: 56px !important;
    padding-right: 56px !important;
  }
}
